Christophe Marin 2024-06-25 08:22:44 +00:00 committed by Git OBS Bridge
parent 95c0501492
commit 99c5606a32
3 changed files with 1643 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,8 @@ Tue Jun 25 07:05:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
* Fixed bug for showing entries with large content (kde#487079)
* Improved the SRU fetcher to allow user-defined search indices
(kde#488931)
- Add upstream change:
* 0001-Remove-Allocine-data-source.patch
-------------------------------------------------------------------
Sun Mar 24 07:56:16 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -23,6 +23,8 @@ Summary: A Collection Manager
License: GPL-2.0-or-later
URL: https://tellico-project.org/
Source0: https://tellico-project.org/files/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM
Patch0: 0001-Remove-Allocine-data-source.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: libcsv-devel
@ -69,7 +71,7 @@ BuildRequires: pkgconfig(yaz)
# Needed to install/uninstall knewstuff downloads
Requires: /usr/bin/dbus-send
# QWebEngine is not available on ppc
%ifarch %{ix86} x86_64 %{arm} aarch64
%ifarch %{ix86} x86_64 %{x86_64} %{arm} aarch64
BuildRequires: cmake(Qt5WebEngineWidgets)
%else
BuildRequires: cmake(KF5KHtml)