SHA256
1
0
forked from pool/tellico
Dominique Leuenberger 2020-09-17 12:50:22 +00:00 committed by Git OBS Bridge
commit e2797fda56
4 changed files with 30 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08396461e2637fe2d53c8ff9c9aef9050f5a766f25cb864a41437bddc3d52756
size 5623808

3
tellico-3.3.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5c75b5136b632ddffc8dca53927468e00c44c3ef8b11d1d5380b9f2e5b463aa
size 5625284

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Sep 16 20:09:51 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
- 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 <christophe@krop.fr>
- Use %cmake_build instead of %make_jobs
-------------------------------------------------------------------
Tue Aug 11 11:20:21 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -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}