Dominique Leuenberger 2023-05-22 11:14:22 +00:00 committed by Git OBS Bridge
commit 06a99cbf96
5 changed files with 29 additions and 32 deletions

View File

@ -1,26 +0,0 @@
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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b2ecf68d059b0426bbaab2b43063223d07c658bc24d2469c98975cd1f49639a
size 6640952

3
tellico-3.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b73ac9ddaab388bfc8bfbd7c6c55408c0affa3a1a2c9fea241e34b2fd364f7d
size 6723792

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue May 16 19:22:03 UTC 2023 - Victorhck <victorhck@opensuse.org>
- 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 <jaime.marquinez.ferrandiz@fastmail.net>

View File

@ -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