From 5a5d621f69f2866bab0ae57ea89e36850bc2b858f69dff671676f98336a69b88 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sun, 21 May 2023 22:34:35 +0000 Subject: [PATCH] Accepting request 1087971 from home:victorhck:branches:KDE:Extra - Update to 3.5 Improvements and Bug Fixes: * New data sources for FilmAffinity, iTunes Search, and Gaming History were added. * Colnect can now be searched for comic books, sports cards, and video game results. * Screenshots were added to results from IGDB, MobyGames, and TheGamesDB. * The data sources for AMS Mathematical Review, Dark Horse Comics, KinoPoisk, and IBS were updated. * The label catalog number is an option for Discogs results (kde#452548). * Importing DataCrow files in exported XML format was added (kde#451138). * Collections can now be saved as empty template files, for later reuse (kde#450043). * New reports with an Image Grid and single entry per page were added (kde#452552). * A command-line option for importing PDF files was added. * An explicit filter rule for Bool fields was added. * Allowing regular expressions in the quick filter became an option (kde#450517). * A transparent background is now used in the initial view (kde#461777). * The https scheme is now supported for SRU sources (kde#463438). * The active filter is retained when selecting an entry (kde#462337). * Support for reading EPUB files with KFileMetaData was added (kde#450192). * The link color for entry templates can now be configured (kde#467150). * The SRU and z39.50 information for the US Library of Congress was updated. * Removed Fix-build-with-older-Qt-versions.patch, since it's included in source code. OBS-URL: https://build.opensuse.org/request/show/1087971 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=88 --- Fix-build-with-older-Qt-versions.patch | 26 -------------------------- tellico-3.4.6.tar.xz | 3 --- tellico-3.5.tar.xz | 3 +++ tellico.changes | 24 ++++++++++++++++++++++++ tellico.spec | 5 ++--- 5 files changed, 29 insertions(+), 32 deletions(-) delete mode 100644 Fix-build-with-older-Qt-versions.patch delete mode 100644 tellico-3.4.6.tar.xz create mode 100644 tellico-3.5.tar.xz diff --git a/Fix-build-with-older-Qt-versions.patch b/Fix-build-with-older-Qt-versions.patch deleted file mode 100644 index b0cccb0..0000000 --- a/Fix-build-with-older-Qt-versions.patch +++ /dev/null @@ -1,26 +0,0 @@ -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.6.tar.xz b/tellico-3.4.6.tar.xz deleted file mode 100644 index 40235f3..0000000 --- a/tellico-3.4.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b2ecf68d059b0426bbaab2b43063223d07c658bc24d2469c98975cd1f49639a -size 6640952 diff --git a/tellico-3.5.tar.xz b/tellico-3.5.tar.xz new file mode 100644 index 0000000..766e90e --- /dev/null +++ b/tellico-3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b73ac9ddaab388bfc8bfbd7c6c55408c0affa3a1a2c9fea241e34b2fd364f7d +size 6723792 diff --git a/tellico.changes b/tellico.changes index de65185..a8cf62d 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue May 16 19:22:03 UTC 2023 - Victorhck + +- Update to 3.5 + Improvements and Bug Fixes: + * New data sources for FilmAffinity, iTunes Search, and Gaming History were added. + * Colnect can now be searched for comic books, sports cards, and video game results. + * Screenshots were added to results from IGDB, MobyGames, and TheGamesDB. + * The data sources for AMS Mathematical Review, Dark Horse Comics, KinoPoisk, and IBS were updated. + * The label catalog number is an option for Discogs results (kde#452548). + * Importing DataCrow files in exported XML format was added (kde#451138). + * Collections can now be saved as empty template files, for later reuse (kde#450043). + * New reports with an Image Grid and single entry per page were added (kde#452552). + * A command-line option for importing PDF files was added. + * An explicit filter rule for Bool fields was added. + * Allowing regular expressions in the quick filter became an option (kde#450517). + * A transparent background is now used in the initial view (kde#461777). + * The https scheme is now supported for SRU sources (kde#463438). + * The active filter is retained when selecting an entry (kde#462337). + * Support for reading EPUB files with KFileMetaData was added (kde#450192). + * The link color for entry templates can now be configured (kde#467150). + * The SRU and z39.50 information for the US Library of Congress was updated. + * Removed Fix-build-with-older-Qt-versions.patch, since it's included in source code. + ------------------------------------------------------------------- Wed Feb 8 21:22:03 UTC 2023 - Jaime Marquínez Ferrándiz diff --git a/tellico.spec b/tellico.spec index 3aa7565..e4e7177 100644 --- a/tellico.spec +++ b/tellico.spec @@ -17,15 +17,14 @@ Name: tellico -Version: 3.4.6 +Version: 3.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