From 2fed72492927151d4c90d898cdf6ab63f8b855e3514650bcb3e61b0ee6b7734b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 27 Aug 2020 11:34:27 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=65 --- tellico.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tellico.spec b/tellico.spec index df3545e..3cd0dfc 100644 --- a/tellico.spec +++ b/tellico.spec @@ -1,7 +1,7 @@ # # spec file for package tellico # -# Copyright (c) 2020 SUSE LINUX LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 2a9c1e5652365076b894e59fec2ecdf0fc780ad876fe74f1d12bbf14c30c14ff Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 27 Aug 2020 14:14:03 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=66 --- tellico.changes | 5 +++++ tellico.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tellico.changes b/tellico.changes index 3b24595..81bc468 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 27 14:12:30 UTC 2020 - Christophe Giboudeaux + +- Use %cmake_build instead of %make_jobs + ------------------------------------------------------------------- Tue Aug 11 11:20:21 UTC 2020 - Wolfgang Bauer diff --git a/tellico.spec b/tellico.spec index 3cd0dfc..45bc2a9 100644 --- a/tellico.spec +++ b/tellico.spec @@ -36,6 +36,7 @@ BuildRequires: libxslt-devel BuildRequires: libyaz-devel BuildRequires: pkgconfig BuildRequires: taglib-devel +BuildRequires: update-desktop-files BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Codecs) BuildRequires: cmake(KF5Config) @@ -67,9 +68,6 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang = %{version} -%if 0%{?suse_version} -BuildRequires: update-desktop-files -%endif %description Tellico is an application for organizing your collections. It provides @@ -83,14 +81,12 @@ stamps, trading cards, comic books, and wines. %build %cmake_kf5 "-DENABLE_WEBCAM=true" -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build -%if 0%{?suse_version} %suse_update_desktop_file -r org.kde.%{name} Qt KDE Office Database -%endif %find_lang %{name} %{kf5_find_htmldocs} From a6fe6004d8ad58b2bdd7b2de8ce0bfecb108e168677d10a111af2e56c8b81ed2 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 16 Sep 2020 20:37:47 +0000 Subject: [PATCH 3/3] Accepting request 834999 from home:wolfi323:branches:KDE:Extra - Update to 3.3.3: Improvements: * Improved the Entrez (Pubmed) data source to use an API key when available and to honor the rate limit. * Improved the ISDBdb data source to search for multiple ISBN values (kde#415883). Bug Fixes: * Fixed Amazon data source (kde#425129). * Updated DBC Open Search data source. * Fixed regression for creation date in duplicated entries (kde#422127). * Fixed column header visibility after reordering fields (kde#422298). * Fixed focus issue in entry editor dialog (kde#343702). OBS-URL: https://build.opensuse.org/request/show/834999 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/tellico?expand=0&rev=67 --- tellico-3.3.2.tar.xz | 3 --- tellico-3.3.3.tar.xz | 3 +++ tellico.changes | 18 ++++++++++++++++++ tellico.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 tellico-3.3.2.tar.xz create mode 100644 tellico-3.3.3.tar.xz diff --git a/tellico-3.3.2.tar.xz b/tellico-3.3.2.tar.xz deleted file mode 100644 index 3c74c58..0000000 --- a/tellico-3.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08396461e2637fe2d53c8ff9c9aef9050f5a766f25cb864a41437bddc3d52756 -size 5623808 diff --git a/tellico-3.3.3.tar.xz b/tellico-3.3.3.tar.xz new file mode 100644 index 0000000..8d3186c --- /dev/null +++ b/tellico-3.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c75b5136b632ddffc8dca53927468e00c44c3ef8b11d1d5380b9f2e5b463aa +size 5625284 diff --git a/tellico.changes b/tellico.changes index 81bc468..518dc7e 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 16 20:09:51 UTC 2020 - Wolfgang Bauer + +- Update to 3.3.3: + Improvements: + * Improved the Entrez (Pubmed) data source to use an API key when + available and to honor the rate limit. + * Improved the ISDBdb data source to search for multiple ISBN + values (kde#415883). + Bug Fixes: + * Fixed Amazon data source (kde#425129). + * Updated DBC Open Search data source. + * Fixed regression for creation date in duplicated entries + (kde#422127). + * Fixed column header visibility after reordering fields + (kde#422298). + * Fixed focus issue in entry editor dialog (kde#343702). + ------------------------------------------------------------------- Thu Aug 27 14:12:30 UTC 2020 - Christophe Giboudeaux diff --git a/tellico.spec b/tellico.spec index 45bc2a9..ec3fe16 100644 --- a/tellico.spec +++ b/tellico.spec @@ -17,7 +17,7 @@ Name: tellico -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: A Collection Manager License: GPL-2.0-or-later