Accepting request 1183119 from KDE:Extra
Update to 3.5.5 OBS-URL: https://build.opensuse.org/request/show/1183119 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=101
This commit is contained in:
commit
97d7c60162
1638
0001-Remove-Allocine-data-source.patch
Normal file
1638
0001-Remove-Allocine-data-source.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b16c353de2186d9ffb2aa1572b5381a98207718951210b175ced0148ec9ec92
|
|
||||||
size 6768904
|
|
3
tellico-3.5.5.tar.xz
Normal file
3
tellico-3.5.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c
|
||||||
|
size 6796536
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 25 07:05:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 3.5.5
|
||||||
|
* Fixed the XSLT file loading to work correctly with
|
||||||
|
libxml2 >= 2.13 (kde#488707)
|
||||||
|
* 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>
|
Sun Mar 24 07:56:16 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
10
tellico.spec
10
tellico.spec
@ -17,12 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tellico
|
Name: tellico
|
||||||
Version: 3.5.4
|
Version: 3.5.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Collection Manager
|
Summary: A Collection Manager
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://tellico-project.org/
|
URL: https://tellico-project.org/
|
||||||
Source0: https://tellico-project.org/files/%{name}-%{version}.tar.xz
|
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: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libcsv-devel
|
BuildRequires: libcsv-devel
|
||||||
@ -69,7 +71,7 @@ BuildRequires: pkgconfig(yaz)
|
|||||||
# Needed to install/uninstall knewstuff downloads
|
# Needed to install/uninstall knewstuff downloads
|
||||||
Requires: /usr/bin/dbus-send
|
Requires: /usr/bin/dbus-send
|
||||||
# QWebEngine is not available on ppc
|
# QWebEngine is not available on ppc
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64
|
%ifarch %{ix86} x86_64 %{x86_64} %{arm} aarch64
|
||||||
BuildRequires: cmake(Qt5WebEngineWidgets)
|
BuildRequires: cmake(Qt5WebEngineWidgets)
|
||||||
%else
|
%else
|
||||||
BuildRequires: cmake(KF5KHtml)
|
BuildRequires: cmake(KF5KHtml)
|
||||||
@ -85,6 +87,10 @@ stamps, trading cards, comic books, and wines.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
# E: env-script-interpreter
|
||||||
|
sed -i 's#env perl$#perl#' src/config/*-update.pl
|
||||||
|
sed -i 's#env python$#python3#' src/fetch/scripts/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user