forked from pool/karchive
changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=61
This commit is contained in:
parent
80d65ca5d1
commit
abafee52c1
@ -2,6 +2,10 @@
|
|||||||
Tue Aug 4 19:20:12 UTC 2015 - hrvoje.senjan@gmail.com
|
Tue Aug 4 19:20:12 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
- Update to 5.13.0
|
- 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:
|
* For more details please see:
|
||||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ 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