diff --git a/karchive-5.8.0.tar.xz b/karchive-5.8.0.tar.xz deleted file mode 100644 index 6a6e425..0000000 --- a/karchive-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d957df344e941b5e6ee3f565642a90d326e24fea1bf8486e446e1a4864fd5c32 -size 108392 diff --git a/karchive-5.9.0.tar.xz b/karchive-5.9.0.tar.xz new file mode 100644 index 0000000..8c05ba0 --- /dev/null +++ b/karchive-5.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa1fd34e6a9f90b00dc877e7e8bc0fe033ff6ad8693e78e9cee1c9e9f01b0b2 +size 108424 diff --git a/karchive.changes b/karchive.changes index 33cf1b3..8151635 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 4 14:40:52 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.9.0 + * Respect KZip::extraField setting also when writing + central header entries + * Remove two erroneous asserts, happening when disk is full, kde#343214 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.9.0.php + ------------------------------------------------------------------- Sat Mar 7 16:58:53 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/karchive.spec b/karchive.spec index 52090ff..bdbee50 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,12 +17,12 @@ %define lname libKF5Archive5 -%define _tar_path 5.8 +%define _tar_path 5.9 Name: karchive -Version: %{_tar_path}.0 +Version: 5.9.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -79,7 +79,7 @@ GZip format, via a subclass of QIODevice. Development files %install %kf5_makeinstall -C build - %fdupes -s %{buildroot} + %fdupes %{buildroot} %post -n %lname -p /sbin/ldconfig