From 640250dc1bf098657798793e80441046681f73598db8eeaeac359c7f8e25ccc5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Wed, 13 Jun 2018 22:10:55 +0000 Subject: [PATCH] KDE Frameworks 5.47.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=147 --- karchive-5.46.0.tar.xz | 3 --- karchive-5.47.0.tar.xz | 3 +++ karchive.changes | 11 +++++++++++ karchive.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 karchive-5.46.0.tar.xz create mode 100644 karchive-5.47.0.tar.xz diff --git a/karchive-5.46.0.tar.xz b/karchive-5.46.0.tar.xz deleted file mode 100644 index a608db0..0000000 --- a/karchive-5.46.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48e47bf26542e84aeb2e03bba7f50f32d880f2c15b17ad17d19cc54e517df0f6 -size 438540 diff --git a/karchive-5.47.0.tar.xz b/karchive-5.47.0.tar.xz new file mode 100644 index 0000000..376961e --- /dev/null +++ b/karchive-5.47.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92ccd1ed51734df0d5521b255ad76f88d82aeeaf0dff79cffd76a1e9eeb1d65 +size 438604 diff --git a/karchive.changes b/karchive.changes index 795beff..a553125 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 12 21:26:02 UTC 2018 - lbeltrame@kde.org + +- Update to 5.47.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.47.0.php +- Changes since 5.46.0: + * Bring back kzip.cpp to where it belongs + * handle zip files embedded within zip files (kde#73821) + ------------------------------------------------------------------- Sun May 13 21:03:00 UTC 2018 - lbeltrame@kde.org diff --git a/karchive.spec b/karchive.spec index 618b2db..c27ff5d 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,13 +17,13 @@ %define lname libKF5Archive5 -%define _tar_path 5.46 +%define _tar_path 5.47 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: karchive -Version: 5.46.0 +Version: 5.47.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}