Christophe Marin 2023-10-24 07:07:26 +00:00 committed by Git OBS Bridge
parent f063c21421
commit 90132a361f
4 changed files with 20 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 24 06:58:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 3.5.2.
https://tellico-project.org/tellico-3-5-2-released/
* Added support for importing Discogs collections (kde#446262).
* Added VGCollect data source.
* Added SAO/NASA Astrophysics Data System data source.
* Updated Numista data source to return additional results.
* Updated IMDb and FilmAffinity data sources.
* Fixed a bug with writing some relative links (kde#472778).
* Fixed title display for some custom collections (kde#231867).
-------------------------------------------------------------------
Tue Jul 4 07:50:39 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
Name: tellico
Version: 3.5.1
Version: 3.5.2
Release: 0
Summary: A Collection Manager
License: GPL-2.0-or-later
@ -28,7 +28,6 @@ BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: libcsv-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Cddb)
BuildRequires: cmake(KF5Codecs)
@ -51,7 +50,6 @@ BuildRequires: cmake(KF5Sonnet)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Charts)
BuildRequires: cmake(Qt5Core)
@ -72,7 +70,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 mips mips64
%ifarch %{ix86} x86_64 %{arm} aarch64
BuildRequires: cmake(Qt5WebEngineWidgets)
%else
BuildRequires: cmake(KF5KHtml)
@ -90,14 +88,14 @@ stamps, trading cards, comic books, and wines.
%build
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
%cmake_build
%install
%kf5_makeinstall -C build
%suse_update_desktop_file -r org.kde.%{name} Qt KDE Office Database
%find_lang %{name}
%{kf5_find_htmldocs}
%{kf5_post_install}