From 14a3ec8f80bcccf8f885d51d226c01b03fa699fff18439126dbca13a3bad3d67 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Oct 2016 12:50:00 +0000 Subject: [PATCH 1/2] start with 5.27.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=99 --- karchive-5.26.0.tar.xz | 3 --- karchive-5.27.0.tar.xz | 3 +++ karchive.changes | 7 +++++++ karchive.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 karchive-5.26.0.tar.xz create mode 100644 karchive-5.27.0.tar.xz diff --git a/karchive-5.26.0.tar.xz b/karchive-5.26.0.tar.xz deleted file mode 100644 index 49f75fd..0000000 --- a/karchive-5.26.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af082dc3a8bd48302d5c36c0a70e2d2c796cb852e3f6ee64cb5059fb7f9adaeb -size 110836 diff --git a/karchive-5.27.0.tar.xz b/karchive-5.27.0.tar.xz new file mode 100644 index 0000000..e4eb05e --- /dev/null +++ b/karchive-5.27.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f387fa2e0f5360870524d0f2b352179f191d0ed0ea78ec3456964ffab8bebb0 +size 110736 diff --git a/karchive.changes b/karchive.changes index 9048815..8f17d25 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 2 12:49:55 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.27.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.27.0.php + ------------------------------------------------------------------- Tue Sep 6 20:46:59 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/karchive.spec b/karchive.spec index c1ba8c7..a64d71a 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,9 +17,9 @@ %define lname libKF5Archive5 -%define _tar_path 5.26 +%define _tar_path 5.27 Name: karchive -Version: 5.26.0 +Version: 5.27.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} From c3f9ee86af7043e422bf99535ed583555c1309525edb348da80a6009c50744ff Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 22 Oct 2016 16:15:16 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=100 --- karchive.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/karchive.changes b/karchive.changes index 8f17d25..685af95 100644 --- a/karchive.changes +++ b/karchive.changes @@ -2,6 +2,14 @@ Sun Oct 2 12:49:55 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.27.0 + * Fix memory leak with KTar's KCompressionDevice + * KArchive: fix memory leak when an entry with the + same name already exists + * Fix memory leak in KZip when handling empty directories + * K7Zip: Fix memory leaks on error + * Fix memory leak detected by ASAN when open() fails + on the underlying device + * Remove bad cast to KFilterDev, detected by ASAN * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.27.0.php