diff --git a/srcpkgs/libkcddb/patches/21.08.1--online-test.patch b/srcpkgs/libkcddb/patches/21.08.1--online-test.patch new file mode 100644 index 0000000000..e7e2fad3c1 --- /dev/null +++ b/srcpkgs/libkcddb/patches/21.08.1--online-test.patch @@ -0,0 +1,22 @@ +From 5c634b7e59eb183054df875d33f6f380a9ca2bc5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= +Date: Thu, 2 Sep 2021 23:15:19 +0200 +Subject: [PATCH] online-test + + +diff --git a/tests/musicbrainztest-severaldiscs.cpp b/tests/musicbrainztest-severaldiscs.cpp +index c572a7c..943f1fb 100644 +--- a/tests/musicbrainztest-severaldiscs.cpp ++++ b/tests/musicbrainztest-severaldiscs.cpp +@@ -101,7 +101,7 @@ void MusicBrainzTestSeveralDiscs::testLookup() + for (int j=12; j < 15; j++) + QCOMPARE(i.track(j).get(Artist).toString(),QString::fromUtf8("Billy Bragg & Wilco")); + for (int j=15; j < 20; j++) +- QCOMPARE(i.track(j).get(Artist).toString(),QString::fromUtf8("Billy Bragg and The Blokes")); ++ QCOMPARE(i.track(j).get(Artist).toString(),QString::fromUtf8("Billy Bragg and the Blokes")); + // comments not supported in a simple way + for (int j=0; j < 19; j++) + QCOMPARE(i.track(j).get(Comment).toString(),QString()); +-- +2.33.0 + diff --git a/srcpkgs/libkcddb/template b/srcpkgs/libkcddb/template index 8f434c2de9..19da76f25e 100644 --- a/srcpkgs/libkcddb/template +++ b/srcpkgs/libkcddb/template @@ -1,6 +1,6 @@ # Template file for 'libkcddb' pkgname=libkcddb -version=21.08.0 +version=21.08.1 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools @@ -11,7 +11,7 @@ maintainer="Piotr Wójcik " license="GPL-2.0-or-later, LGPL-2.0-or-later, BSD-3-Clause, GFDL-1.2-only" homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb" distfiles="${KDE_SITE}/release-service/${version}/src/libkcddb-${version}.tar.xz" -checksum=fb328c07c5a471ed4eab362daf0c25a016de6c05a0d355268b603e4e494ddf00 +checksum=f8c756a4832ad4f984c0ec69cc4593cb5265bb4430629048dce9b1ae750e0421 libkcddb-devel_package() { depends="libkcddb>=${version}_${revision}"