From 386881a1fcf3859db77657c366be8fd596ada2a3cef98eb4fc4f0805eb510eb4 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 08:19:52 +0000 Subject: [PATCH 1/4] KDE Frameworks 5.33 - Automated change, please review OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=126 --- kauth-5.32.0.tar.xz | 3 --- kauth-5.33.0.tar.xz | 3 +++ kauth.changes | 14 ++++++++++++++ kauth.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 kauth-5.32.0.tar.xz create mode 100644 kauth-5.33.0.tar.xz diff --git a/kauth-5.32.0.tar.xz b/kauth-5.32.0.tar.xz deleted file mode 100644 index 07f0ca7..0000000 --- a/kauth-5.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8326b4ca3a43169f70c08186bd1230777c1caa5857e7e5770d6f0644dc06d02 -size 83424 diff --git a/kauth-5.33.0.tar.xz b/kauth-5.33.0.tar.xz new file mode 100644 index 0000000..060d280 --- /dev/null +++ b/kauth-5.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a77c00cc4f09d8cea32d953718db5b841ed2454e8e6df04035b1270927d1d1 +size 84036 diff --git a/kauth.changes b/kauth.changes index c5d743a..0030241 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 15 10:11:44 CEST 2017 - lbeltrame@kde.org + +- Update to 5.33.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.33.0.php +- Changes since 5.32.0: + * Upgrade ECM and KF5 version requirements for 5.33.0 release. + * Update docs to Frameworks API + * Backend for Mac. + * Add support for killing a KAuth::ExecuteJob + * Upgrade KF5 version to 5.33.0. + ------------------------------------------------------------------- Sun Mar 19 14:50:14 CET 2017 - lbeltrame@kde.org diff --git a/kauth.spec b/kauth.spec index 9a43b72..6adbcae 100644 --- a/kauth.spec +++ b/kauth.spec @@ -20,7 +20,7 @@ %define lname libKF5Auth5 %define _tar_path 5.32 Name: kauth -Version: 5.32.0 +Version: 5.33.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 From 3445a8c0df7fb781c606f742c6d37a7d27ac67f51ab30a74d9efa4cb74584fbe Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 09:49:21 +0000 Subject: [PATCH 2/4] Fix _tar_path version OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=127 --- kauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kauth.spec b/kauth.spec index 6adbcae..a70a75c 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,7 +18,7 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.32 +%define _tar_path 5.33 Name: kauth Version: 5.33.0 Release: 0 From 94016a6cbc3dfa3afc8ebc95eedf7922a048085a8f6e6399ed6d917b9988b2df Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 17 Apr 2017 16:13:19 +0000 Subject: [PATCH 3/4] Put _kf5_bugfix_version to ease maintenance instead of relying on _tar_path (port from KUF) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=128 --- kauth.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kauth.spec b/kauth.spec index a70a75c..e05c9e9 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,15 +18,18 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.33 Name: kauth Version: 5.33.0 Release: 0 +# 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}')} %define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_tar_path} +BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} @@ -38,7 +41,7 @@ Summary: Framework which lets applications perform actions as a privilege License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,7 +64,7 @@ Summary: Framework which lets applications perform actions as a privilege Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: kcoreaddons-devel >= %{_tar_path} +Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} %description devel KAuth is a framework to let applications perform actions as a privileged user. From 348a3731ab74c9643373b6fe031ec24257250dde75bd7ba8ed10f6cfceb95cfd Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Thu, 27 Apr 2017 20:24:15 +0000 Subject: [PATCH 4/4] Revert to using _tar_path to fix Factory submission OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=129 --- kauth.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/kauth.spec b/kauth.spec index e05c9e9..a70a75c 100644 --- a/kauth.spec +++ b/kauth.spec @@ -18,18 +18,15 @@ %bcond_without lang %define lname libKF5Auth5 +%define _tar_path 5.33 Name: kauth Version: 5.33.0 Release: 0 -# 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}')} %define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} +BuildRequires: kcoreaddons-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} @@ -41,7 +38,7 @@ Summary: Framework which lets applications perform actions as a privilege License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,7 +61,7 @@ Summary: Framework which lets applications perform actions as a privilege Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} +Requires: kcoreaddons-devel >= %{_tar_path} %description devel KAuth is a framework to let applications perform actions as a privileged user.