Accepting request 1036514 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/1036514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=94
This commit is contained in:
commit
1323bc43c9
26
Fix-build-with-older-Qt-versions.patch
Normal file
26
Fix-build-with-older-Qt-versions.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From c2eba8637aab25caf8e7286c0a115affdcef0f11 Mon Sep 17 00:00:00 2001
|
||||
From: Wolfgang Bauer <wbauer@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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8054292a76e553aaa9ed3f73da8fc35fef0841e3fe139e99c372925f9715d7c1
|
||||
size 6600432
|
3
tellico-3.4.5.tar.xz
Normal file
3
tellico-3.4.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39a8bd38d2d3f77a37deae27d9587263c0c2b2935c82108bfd143a0fc7cbebcd
|
||||
size 6602152
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 12:31:35 UTC 2022 - Wolfgang Bauer <wbauer@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 06:22:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user