Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tellico for openSUSE:Factory checked in at 2022-11-18 15:43:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tellico (Old) and /work/SRC/openSUSE:Factory/.tellico.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tellico" Fri Nov 18 15:43:23 2022 rev:94 rq:1036514 version:3.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/tellico/tellico.changes 2022-07-07 12:57:30.235335747 +0200 +++ /work/SRC/openSUSE:Factory/.tellico.new.1597/tellico.changes 2022-11-18 15:44:04.314704111 +0100 @@ -1,0 +2,14 @@ +Thu Nov 17 12:31:35 UTC 2022 - Wolfgang Bauer <wba...@tmo.at> + +- 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 + +------------------------------------------------------------------- Old: ---- tellico-3.4.4.tar.xz New: ---- Fix-build-with-older-Qt-versions.patch tellico-3.4.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tellico.spec ++++++ --- /var/tmp/diff_new_pack.vQuPGp/_old 2022-11-18 15:44:04.866706537 +0100 +++ /var/tmp/diff_new_pack.vQuPGp/_new 2022-11-18 15:44:04.874706572 +0100 @@ -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 ++++++ Fix-build-with-older-Qt-versions.patch ++++++ >From c2eba8637aab25caf8e7286c0a115affdcef0f11 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer <wba...@tmo.at> 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 ++++++ tellico-3.4.4.tar.xz -> tellico-3.4.5.tar.xz ++++++ /work/SRC/openSUSE:Factory/tellico/tellico-3.4.4.tar.xz /work/SRC/openSUSE:Factory/.tellico.new.1597/tellico-3.4.5.tar.xz differ: char 26, line 1