From 7c7e1ee9c220ad8cb468a9c85b3546383fb39a74fbdd2fbe594b67243eaf5759 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 20 Apr 2021 08:24:35 +0000 Subject: [PATCH 1/3] cleanup OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=75 --- tellico.changes | 5 +++++ tellico.spec | 28 +++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tellico.changes b/tellico.changes index 094d56f..bb4bd12 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 20 08:23:20 UTC 2021 - Christophe Giboudeaux + +- Spec cleanup + ------------------------------------------------------------------- Sat Mar 20 08:27:43 UTC 2021 - Wolfgang Bauer diff --git a/tellico.spec b/tellico.spec index c6f6e16..4fe0a52 100644 --- a/tellico.spec +++ b/tellico.spec @@ -26,18 +26,11 @@ URL: https://tellico-project.org/ Source0: https://tellico-project.org/files/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: fdupes -BuildRequires: libcdio-devel BuildRequires: libcsv-devel -BuildRequires: libexempi-devel -BuildRequires: libkcddb-devel -BuildRequires: libpoppler-qt5-devel -BuildRequires: libv4l-devel -BuildRequires: libxslt-devel -BuildRequires: libyaz-devel BuildRequires: pkgconfig -BuildRequires: taglib-devel BuildRequires: update-desktop-files BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Cddb) BuildRequires: cmake(KF5Codecs) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) @@ -68,7 +61,14 @@ BuildRequires: cmake(Qt5PrintSupport) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) +BuildRequires: pkgconfig(exempi-2.0) +BuildRequires: pkgconfig(libcdio) +BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libxslt) +BuildRequires: pkgconfig(poppler-qt5) +BuildRequires: pkgconfig(taglib) +BuildRequires: pkgconfig(yaz) Recommends: %{name}-lang = %{version} # QWebEngine is not available on ppc %ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64 @@ -85,7 +85,7 @@ stamps, trading cards, comic books, and wines. %lang_package %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 "-DENABLE_WEBCAM=true" -d build @@ -106,22 +106,20 @@ stamps, trading cards, comic books, and wines. %files %license COPYING %doc AUTHORS ChangeLog README.md -%{_kf5_applicationsdir}/org.kde.tellico.desktop +%config %{_kf5_configdir}/tellico* %dir %{_kf5_appsdir}/kconf_update +%doc %lang(en) %{_kf5_htmldir}/en/tellico/ +%{_datadir}/mime/packages/tellico.xml +%{_kf5_applicationsdir}/org.kde.tellico.desktop %{_kf5_appsdir}/kconf_update/tellico* %{_kf5_appsdir}/tellico/ -%dir %{_kf5_appstreamdir} %{_kf5_appstreamdir}/org.kde.tellico.appdata.xml %{_kf5_bindir}/tellico -%config %{_kf5_configdir}/tellico* -%dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/tellico_config.kcfg -%doc %{_kf5_htmldir}/en/tellico/ %{_kf5_iconsdir}/hicolor/*/apps/tellico.png %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-tellico.png %{_kf5_knsrcfilesdir}/tellico* %{_kf5_kxmlguidir}/tellico/ -%{_datadir}/mime/packages/tellico.xml %files lang -f %{name}.lang From 175eb49c4fc3ec483ad3e163e2007816ef0ecf8aa20039a6d00e9ebd1e935d0f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 20 Apr 2021 08:24:54 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=76 --- tellico.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tellico.spec b/tellico.spec index 4fe0a52..848e791 100644 --- a/tellico.spec +++ b/tellico.spec @@ -106,7 +106,7 @@ stamps, trading cards, comic books, and wines. %files %license COPYING %doc AUTHORS ChangeLog README.md -%config %{_kf5_configdir}/tellico* +%config %{_kf5_configdir}/tellicorc %dir %{_kf5_appsdir}/kconf_update %doc %lang(en) %{_kf5_htmldir}/en/tellico/ %{_datadir}/mime/packages/tellico.xml From fa2c56711b70ff01b20c89234ba712a9df4c9fb59ed1cb34c2f954a13e751988 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 11 May 2021 18:57:13 +0000 Subject: [PATCH 3/3] Accepting request 892280 from home:wolfi323:branches:KDE:Extra - Update to 3.4.1 Features: * A new data source for TheTVDB was added. * A new Year Distribution chart was added to the available reports. Improvements and Bug Fixes: * The TMDb data source was improved to search for TV series. * Charts can now be saved as .png files in addition to being printed. * The DBUS interface for installing templates now returns a reply to indicate success. * The DBC, Filmaster, and KinoPoisk data sources were updated. * Image loading now attempts to account for orientation metadata (kde#436683). * Relative links are now handled correctly from the Entry View (kde#436071). OBS-URL: https://build.opensuse.org/request/show/892280 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=77 --- tellico-3.4.1.tar.xz | 3 +++ tellico-3.4.tar.xz | 3 --- tellico.changes | 20 ++++++++++++++++++++ tellico.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 tellico-3.4.1.tar.xz delete mode 100644 tellico-3.4.tar.xz diff --git a/tellico-3.4.1.tar.xz b/tellico-3.4.1.tar.xz new file mode 100644 index 0000000..4aaafe5 --- /dev/null +++ b/tellico-3.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8514deac3b49af95a81ef096b3caba8d664e289de8f3d5724f88e2b78278561 +size 5832916 diff --git a/tellico-3.4.tar.xz b/tellico-3.4.tar.xz deleted file mode 100644 index 3c785d2..0000000 --- a/tellico-3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:617309ac091f7a17b7a31e16675f6283215b5f0b633b9c313776e680fd358cfb -size 5793776 diff --git a/tellico.changes b/tellico.changes index bb4bd12..a764c0c 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 11 17:48:02 UTC 2021 - Wolfgang Bauer + +- Update to 3.4.1 + Features: + * A new data source for TheTVDB was added. + * A new Year Distribution chart was added to the available + reports. + Improvements and Bug Fixes: + * The TMDb data source was improved to search for TV series. + * Charts can now be saved as .png files in addition to being + printed. + * The DBUS interface for installing templates now returns a reply + to indicate success. + * The DBC, Filmaster, and KinoPoisk data sources were updated. + * Image loading now attempts to account for orientation metadata + (kde#436683). + * Relative links are now handled correctly from the Entry View + (kde#436071). + ------------------------------------------------------------------- Tue Apr 20 08:23:20 UTC 2021 - Christophe Giboudeaux diff --git a/tellico.spec b/tellico.spec index 848e791..c9a61fe 100644 --- a/tellico.spec +++ b/tellico.spec @@ -17,7 +17,7 @@ Name: tellico -Version: 3.4 +Version: 3.4.1 Release: 0 Summary: A Collection Manager License: GPL-2.0-or-later