forked from pool/karchive
Accepting request 322161 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=20
This commit is contained in:
commit
3a5f9989ff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88fa48f5af0574c65d6fc99d8ec6a128ce2453836b1165dc902cdec0a7be0636
|
|
||||||
size 108696
|
|
3
karchive-5.13.0.tar.xz
Normal file
3
karchive-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f06e723282f30eb8b0064016f6c05355875012139008d6d7663f9180904e961
|
||||||
|
size 108116
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 19:20:12 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.13.0
|
||||||
|
* The Qt version requirement has been bumped from 5.2 to 5.3
|
||||||
|
* Debug output has been ported to categorized output, for less
|
||||||
|
noise by default
|
||||||
|
* Docbook documentation has been reviewed and updated
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 18:44:46 UTC 2015 - hrvoje.senjan@gmail.com
|
Sun Jul 5 18:44:46 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.12
|
%define _tar_path 5.13
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.12.0
|
Version: 5.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
@ -61,7 +61,7 @@ Summary: Qt 5 addon providing access to numerous types of archives: Build
|
|||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: cmake(Qt5Core) >= 5.3.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
KArchive provides classes for easy reading, creation and manipulation of
|
KArchive provides classes for easy reading, creation and manipulation of
|
||||||
|
Loading…
Reference in New Issue
Block a user