From bd5fc73e24a667fd00a1f549287c88faeb1bceb2c5cb09e5ee77fc6927c3f283 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 16 Apr 2018 07:28:22 +0000 Subject: [PATCH] KDE Frameworks 5.45 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=143 --- karchive-5.44.0.tar.xz | 3 --- karchive-5.45.0.tar.xz | 3 +++ karchive.changes | 13 +++++++++++++ karchive.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 karchive-5.44.0.tar.xz create mode 100644 karchive-5.45.0.tar.xz diff --git a/karchive-5.44.0.tar.xz b/karchive-5.44.0.tar.xz deleted file mode 100644 index dd0fe2c..0000000 --- a/karchive-5.44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2d8d8e945515870b363ad98ac90a94103056afd5d7c57d5148b12a673b2bb02 -size 113480 diff --git a/karchive-5.45.0.tar.xz b/karchive-5.45.0.tar.xz new file mode 100644 index 0000000..5c38f4c --- /dev/null +++ b/karchive-5.45.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ae1f6639f3595ab048bb5a69fb91b5a941624512004da8365fd6299737883e +size 437972 diff --git a/karchive.changes b/karchive.changes index 0e3e621..b3b0420 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Apr 14 13:19:02 CEST 2018 - lbeltrame@kde.org + +- Update to 5.45.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.45.0.php +- Changes since 5.44.0: + * Remove not necessary QtCore and co + * karchive, kzip: try to handle duplicate files in a bit nicer way + * autotests: add crashing test with duplicate names + * Use nullptr for passing a null pointer to crc32 + ------------------------------------------------------------------- Mon Mar 12 23:29:40 CET 2018 - lbeltrame@kde.org diff --git a/karchive.spec b/karchive.spec index fd467f2..7c8875a 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,13 +17,13 @@ %define lname libKF5Archive5 -%define _tar_path 5.44 +%define _tar_path 5.45 # 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.44.0 +Version: 5.45.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} @@ -92,7 +92,7 @@ GZip format, via a subclass of QIODevice. Development files %files -n %lname %defattr(-,root,root) %doc COPYING* README* -%config %{_kf5_configdir}/karchive.categories +%{_kf5_debugdir}/karchive.categories %{_kf5_libdir}/libKF5Archive.so.* %files devel