diff --git a/tellico-3.5.1.tar.xz b/tellico-3.5.1.tar.xz deleted file mode 100644 index ac770d0..0000000 --- a/tellico-3.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d626702a515b3a44d988db330752c3f578a96aa0b5d3d81f745aa6cc8b5eb70a -size 6732096 diff --git a/tellico-3.5.2.tar.xz b/tellico-3.5.2.tar.xz new file mode 100644 index 0000000..b9acd87 --- /dev/null +++ b/tellico-3.5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c2b8e002d7ba23dafc8a2e7e26a4fc4bfb1395c414543502e56e29ec3e5353 +size 6756968 diff --git a/tellico.changes b/tellico.changes index 2ae6365..bf0e9fd 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 24 06:58:56 UTC 2023 - Christophe Marin + +- 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 diff --git a/tellico.spec b/tellico.spec index 71c7675..cc7fd19 100644 --- a/tellico.spec +++ b/tellico.spec @@ -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}