diff --git a/Fix-build-with-older-Qt-versions.patch b/Fix-build-with-older-Qt-versions.patch new file mode 100644 index 0000000..b0cccb0 --- /dev/null +++ b/Fix-build-with-older-Qt-versions.patch @@ -0,0 +1,26 @@ +From c2eba8637aab25caf8e7286c0a115affdcef0f11 Mon Sep 17 00:00:00 2001 +From: Wolfgang Bauer +Date: Thu, 17 Nov 2022 13:57:04 +0000 +Subject: [PATCH] Fix build with older Qt versions + +The branch for Qt < 5.14.0 had a ')' too much... +--- + src/collections/gamecollection.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/collections/gamecollection.cpp b/src/collections/gamecollection.cpp +index 694d35f5..9476e852 100644 +--- a/src/collections/gamecollection.cpp ++++ b/src/collections/gamecollection.cpp +@@ -277,7 +277,7 @@ QStringList GameCollection::esrbRatings() { + "Unrated, Adults Only, Mature, Teen, Everyone 10+, Everyone, Early Childhood, Pending", + "Unrated, Adults Only, Mature, Teen, Everyone 10+, Everyone, Early Childhood, Pending") + #if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0)) +- .split(rx), QString::SkipEmptyParts); ++ .split(rx, QString::SkipEmptyParts); + #else + .split(rx, Qt::SkipEmptyParts); + #endif +-- +GitLab + diff --git a/tellico-3.4.4.tar.xz b/tellico-3.4.4.tar.xz deleted file mode 100644 index 566f1c6..0000000 --- a/tellico-3.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8054292a76e553aaa9ed3f73da8fc35fef0841e3fe139e99c372925f9715d7c1 -size 6600432 diff --git a/tellico-3.4.5.tar.xz b/tellico-3.4.5.tar.xz new file mode 100644 index 0000000..19df173 --- /dev/null +++ b/tellico-3.4.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a8bd38d2d3f77a37deae27d9587263c0c2b2935c82108bfd143a0fc7cbebcd +size 6602152 diff --git a/tellico.changes b/tellico.changes index 4131b7d..580e966 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 17 12:31:35 UTC 2022 - Wolfgang Bauer + +- Update to 3.4.5 + Improvements and Bug Fixes: + * Fixed display for large reports (kde#461391). + * Updated the ESRB rating from TheGamesDB data source. + * Fixed image path for exporting GCstar file (kde#453075). + * Fixed file installation for KDE Frameworks 5.100. + * Updated CSV importer to remember previous delimiters. + * Updated the IMDb data source to include the composer (kde#450618). +- Add Fix-build-with-older-Qt-versions.patch to fix build on Leap + 15.3 + ------------------------------------------------------------------- Wed Jul 6 06:22:18 UTC 2022 - Christophe Giboudeaux diff --git a/tellico.spec b/tellico.spec index 1ca7dcf..d17ff54 100644 --- a/tellico.spec +++ b/tellico.spec @@ -17,13 +17,15 @@ Name: tellico -Version: 3.4.4 +Version: 3.4.5 Release: 0 Summary: A Collection Manager License: GPL-2.0-or-later Group: Productivity/Office/Other URL: https://tellico-project.org/ Source0: https://tellico-project.org/files/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM +Patch0: Fix-build-with-older-Qt-versions.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: libcsv-devel