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 3b24595..518dc7e 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +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 + +- 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 df3545e..ec3fe16 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 @@ -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 @@ -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}