libkcddb: update to 21.08.1.

This commit is contained in:
Piotr Wójcik 2021-09-06 21:18:23 +02:00
parent 6b66066d3a
commit 0123ed29cb
2 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,22 @@
From 5c634b7e59eb183054df875d33f6f380a9ca2bc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
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

View file

@ -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 <chocimier@tlen.pl>"
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}"