Accepting request 420871 from KDE:Frameworks5
Update to 5.25.0 OBS-URL: https://build.opensuse.org/request/show/420871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=37
This commit is contained in:
commit
ac37ace1dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e87f9a3595105dc0a5dde14a529fc6b68b8141913b4b8da6b9c4a902fc4c90a
|
||||
size 131364
|
3
kfilemetadata-5.25.0.tar.xz
Normal file
3
kfilemetadata-5.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7f7ede8b3a7a518e8058374733847c2610b59aa717562c253f70a01c614ebf9
|
||||
size 131632
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 21:52:46 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.25.0
|
||||
* Qt >= 5.5 is now required
|
||||
* Check for xattr during config step, otherwise the build
|
||||
might fail (if xattr.h is missing)
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 11:28:39 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without ffmpeg
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.24
|
||||
%define _tar_path 5.25
|
||||
Name: kfilemetadata5
|
||||
Version: 5.24.0
|
||||
Version: 5.25.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: Extract Metadata
|
||||
@ -43,8 +43,8 @@ BuildRequires: libattr-devel
|
||||
BuildRequires: libepub-devel
|
||||
BuildRequires: libexiv2-devel >= 0.21
|
||||
BuildRequires: taglib-devel >= 1.9
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.5.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.5.0
|
||||
BuildRequires: pkgconfig(poppler-qt5)
|
||||
Recommends: catdoc
|
||||
%if %{with lang}
|
||||
@ -60,7 +60,7 @@ Summary: Development package for kfilemetadata
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules >= %{_tar_path}
|
||||
Requires: cmake(Qt5Core) >= 5.4.0
|
||||
Requires: cmake(Qt5Core) >= 5.5.0
|
||||
|
||||
%description devel
|
||||
A library for extracting file metadata. Development files
|
||||
|
Loading…
Reference in New Issue
Block a user