From 1fc046dc69c537fe0a3774632bd9b115797d57d42ac3b227b403f9ff4e24a58e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 12 Sep 2017 18:57:03 +0000 Subject: [PATCH 1/2] KDE Frameworks 5.38.0 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=128 --- karchive-5.37.0.tar.xz | 3 --- karchive-5.38.0.tar.xz | 3 +++ karchive.changes | 15 +++++++++++++-- karchive.spec | 4 ++-- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 karchive-5.37.0.tar.xz create mode 100644 karchive-5.38.0.tar.xz diff --git a/karchive-5.37.0.tar.xz b/karchive-5.37.0.tar.xz deleted file mode 100644 index 42699fa..0000000 --- a/karchive-5.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:358648e9615f521e0d8e37f3a8b7c95ee593bf5adbad114601a7b30928a62995 -size 113580 diff --git a/karchive-5.38.0.tar.xz b/karchive-5.38.0.tar.xz new file mode 100644 index 0000000..75ec87d --- /dev/null +++ b/karchive-5.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9354d45219342b888ac0eccbc3ce3a054858fcce9d4c93817352d2b447ebb658 +size 113572 diff --git a/karchive.changes b/karchive.changes index 47448fc..2577c80 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * Tag some more private classes with hidden visibility + * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN + ------------------------------------------------------------------- Sat Aug 12 09:23:16 UTC 2017 - christophe@krop.fr @@ -6,8 +17,8 @@ Sat Aug 12 09:23:16 UTC 2017 - christophe@krop.fr * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.37.0.php - Changes since 5.36.0 : - * Add Conan files - * Add categories + * Add Conan files + * Add categories * We need to compare it. it's not a boolean ------------------------------------------------------------------- diff --git a/karchive.spec b/karchive.spec index 9324cee..0409070 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,9 +17,9 @@ %define lname libKF5Archive5 -%define _tar_path 5.37 +%define _tar_path 5.38 Name: karchive -Version: 5.37.0 +Version: 5.38.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} From 323aa731e107b87b3c91341dd90beff02c29052e144d3b8d21d0b3e54efd063c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 13 Sep 2017 10:14:43 +0000 Subject: [PATCH 2/2] Changes for KF5-KUF syncing OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=129 --- karchive.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/karchive.spec b/karchive.spec index 0409070..9751869 100644 --- a/karchive.spec +++ b/karchive.spec @@ -18,11 +18,15 @@ %define lname libKF5Archive5 %define _tar_path 5.38 +# 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.38.0 Release: 0 BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: cmake(Qt5Core) >= 5.6.0