forked from pool/tellico
Accepting request 835002 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/835002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=86
This commit is contained in:
commit
e2797fda56
@ -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
3
tellico-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5c75b5136b632ddffc8dca53927468e00c44c3ef8b11d1d5380b9f2e5b463aa
|
||||||
|
size 5625284
|
@ -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>
|
Tue Aug 11 11:20:21 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
12
tellico.spec
12
tellico.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tellico
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tellico
|
Name: tellico
|
||||||
Version: 3.3.2
|
Version: 3.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Collection Manager
|
Summary: A Collection Manager
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -36,6 +36,7 @@ BuildRequires: libxslt-devel
|
|||||||
BuildRequires: libyaz-devel
|
BuildRequires: libyaz-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: taglib-devel
|
BuildRequires: taglib-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(KF5Archive)
|
BuildRequires: cmake(KF5Archive)
|
||||||
BuildRequires: cmake(KF5Codecs)
|
BuildRequires: cmake(KF5Codecs)
|
||||||
BuildRequires: cmake(KF5Config)
|
BuildRequires: cmake(KF5Config)
|
||||||
@ -67,9 +68,6 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
BuildRequires: cmake(Qt5Xml)
|
BuildRequires: cmake(Qt5Xml)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tellico is an application for organizing your collections. It provides
|
Tellico is an application for organizing your collections. It provides
|
||||||
@ -83,14 +81,12 @@ stamps, trading cards, comic books, and wines.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
%cmake_kf5 "-DENABLE_WEBCAM=true" -d build
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
|
||||||
%suse_update_desktop_file -r org.kde.%{name} Qt KDE Office Database
|
%suse_update_desktop_file -r org.kde.%{name} Qt KDE Office Database
|
||||||
%endif
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%{kf5_find_htmldocs}
|
%{kf5_find_htmldocs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user