SHA256
1
0
forked from pool/tellico

Accepting request 1119871 from KDE:Extra

Update to 3.5.2

OBS-URL: https://build.opensuse.org/request/show/1119871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=98
This commit is contained in:
Ana Guerrero 2023-10-24 18:08:41 +00:00 committed by Git OBS Bridge
commit 40c080d9e9
4 changed files with 20 additions and 10 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> Tue Jul 4 07:50:39 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

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