Accepting request 714420 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/714420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=78
This commit is contained in:
commit
85fcb7f1df
3
tellico-3.2.1.tar.xz
Normal file
3
tellico-3.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38bc369a5341f2a1ba2bb1b4736da1b6eb4d326352d17e5d54e609f93c140bf8
|
||||
size 5604632
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f20ec2bbfa9d4e0b4c0c38feb86d0cc4ae72ca6a680932cf58ed9f5b8f26114e
|
||||
size 5596028
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:21:14 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
- Update to 3.2.1:
|
||||
Features:
|
||||
* Added a data source for Kino-Teatr.ua.
|
||||
* Updated Kino.de data source.
|
||||
* Removed optional dependency on QImageBlitz library.
|
||||
Bug Fixes:
|
||||
* Fixed selection bug when modifying an unselected entry
|
||||
(kde#391614).
|
||||
* Fixed bug for the status bar to respond when canceling an entry
|
||||
update (kde#325591).
|
||||
* Fixed file preview generation for file collections.
|
||||
* Improved normalization of video game platform names.
|
||||
* Remove state of the locked layout setting between sessions.
|
||||
- specfile cleanup:
|
||||
* Remove conditionals for old openSUSE versions
|
||||
* Remove no longer necessary %post/%postun sections that are
|
||||
no-ops in Leap 15.0 and later, to get rid of rpmlint warnings
|
||||
- Use %kf5_find_htmldocs to generate filelist for translated docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 06:38:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
19
tellico.spec
19
tellico.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tellico
|
||||
Version: 3.2
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: A Collection Manager
|
||||
License: GPL-2.0-or-later
|
||||
@ -27,7 +27,9 @@ Source0: http://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
|
||||
@ -64,13 +66,7 @@ BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5Xml)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 120300)
|
||||
BuildRequires: libcsv-devel
|
||||
BuildRequires: libkcddb-devel
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
@ -97,17 +93,12 @@ stamps, trading cards, comic books, and wines.
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
%kf5_find_htmldocs
|
||||
|
||||
%{kf5_post_install}
|
||||
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post
|
||||
%mime_database_post
|
||||
|
||||
%postun
|
||||
%mime_database_postun
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
@ -128,7 +119,5 @@ stamps, trading cards, comic books, and wines.
|
||||
%{_datadir}/mime/packages/tellico.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%{_kf5_htmldir}/*/tellico/
|
||||
%exclude %{_kf5_htmldir}/en/tellico/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user