Accepting request 352686 from KDE:Extra

Update to a newer version and dropping the support for kdepimlibs4 to prepare for the switch of the default to kdepim5

OBS-URL: https://build.opensuse.org/request/show/352686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2016-01-09 22:13:52 +00:00 committed by Git OBS Bridge
commit 718c57015e
4 changed files with 34 additions and 5 deletions

View File

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

3
tellico-2.3.11.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Jan 9 09:51:02 UTC 2016 - tittiatcoke@gmail.com
- Drop the dependency on kdepimlibs4 and kdepim4-runtime for
Factory/Tumbleweed to free the way to move fully to the KF5 based
PIM suite
-------------------------------------------------------------------
Sat Jan 2 17:51:02 UTC 2016 - asterios.dramis@gmail.com
- Update to 2.3.11:
Features:
* Improved support for importing PDF files from Science Direct.
* Enabled optional build support for QImageBlitz library.
Bug Fixes:
* Fixed scrolling problem with large tables (kde#348189).
* Fixed HTML exported titles with quotation marks (kde#348381).
* Fixed crashing bug with file listing importer (kde#345458).
* Fixed crashing bug with importing MODS files with external
fetcher.
* Fixed accelerator key conflict (kde#351226).
* Fixed bug with image importing for Discogs data source.
-------------------------------------------------------------------
Thu Feb 19 19:39:22 UTC 2015 - asterios.dramis@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tellico
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: 2.3.10
Version: 2.3.11
Release: 0
Summary: A Collection Manager for KDE
License: GPL-2.0+
@ -29,7 +29,9 @@ BuildRequires: libexempi-devel
BuildRequires: libkcddb4-devel
BuildRequires: libkcompactdisc4-devel
BuildRequires: libkde4-devel
%if 0%{?suse_version} <= 1320
BuildRequires: libkdepimlibs4-devel
%endif
BuildRequires: libksane-devel
BuildRequires: libpoppler-qt4-devel
BuildRequires: libqimageblitz-devel
@ -42,12 +44,16 @@ BuildRequires: taglib-devel
BuildRequires: update-desktop-files
%endif
BuildRequires: pkgconfig(libxml-2.0)
%if 0%{?suse_version} <= 1320
Requires: kdepim4-runtime
%endif
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
%if 0%{?suse_version} <= 1320
%kde4_pimlibs_requires
%endif
%kde4_runtime_requires
%description