From 4bc81c60d3f0c58146079bd75669af590cf4a48a58c950dab6d2df7772730a3d Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sun, 17 Mar 2019 17:01:29 +0000 Subject: [PATCH] KDE Frameworks 5.56.0 + bugfixes in plasma-framework and kirigami2 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=184 --- baselibs.conf | 3 +++ kauth-5.55.0.tar.xz | 3 --- kauth-5.56.0.tar.xz | 3 +++ kauth.changes | 17 ++++++++++++++++- kauth.spec | 23 +++++++++++++++++++---- 5 files changed, 41 insertions(+), 8 deletions(-) delete mode 100644 kauth-5.55.0.tar.xz create mode 100644 kauth-5.56.0.tar.xz diff --git a/baselibs.conf b/baselibs.conf index feaa835..3e5a74c 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ +libKF5AuthCore5 libKF5Auth5 + requires "libKF5AuthCore5- = " kauth-devel + requires "libKF5AuthCore5- = " requires "libKF5Auth5- = " diff --git a/kauth-5.55.0.tar.xz b/kauth-5.55.0.tar.xz deleted file mode 100644 index 7660ab8..0000000 --- a/kauth-5.55.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8f6bc9486c82045e3190609c528fc09897f115f4397328235687bba6b8cbf0 -size 84920 diff --git a/kauth-5.56.0.tar.xz b/kauth-5.56.0.tar.xz new file mode 100644 index 0000000..11b51ef --- /dev/null +++ b/kauth-5.56.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcca13064b112dff26d1f78b1e77c8ad263cb663aab6329bc6e0a6505f4613d +size 85156 diff --git a/kauth.changes b/kauth.changes index 7a85ec8..eae087a 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org + +- Update to 5.56.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.56.0.php +- Changes since 5.55.0: + * Tell people they should mostly be using KF5::AuthCore + * Namespace find_file result + * Compile our own helper against AuthCore and not Auth + * Fix Windows build [hopefully] + * Introduce KF5AuthCore +- Add a new subpackage for the KF5AuthCore5 library + ------------------------------------------------------------------- Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com @@ -11,7 +26,7 @@ Sun Feb 10 22:03:00 UTC 2019 - lbeltrame@kde.org * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.55.0.php - Changes since 5.54.0: - * Remove support for passing gui QVariants to KAuth + * Remove support for passing gui QVariants to KAuth helpers (bsc#1124863,CVE-2019-7443) ------------------------------------------------------------------- diff --git a/kauth.spec b/kauth.spec index 8302aa2..3e60231 100644 --- a/kauth.spec +++ b/kauth.spec @@ -17,14 +17,14 @@ %define lname libKF5Auth5 -%define _tar_path 5.55 +%define _tar_path 5.56 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kauth -Version: 5.55.0 +Version: 5.56.0 Release: 0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1-or-later @@ -47,9 +47,18 @@ BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 %description KAuth is a framework to let applications perform actions as a privileged user. +%package -n libKF5AuthCore5 +Summary: Framework which lets applications perform actions as a privileged user +Group: System/GUI/KDE +Recommends: %{lname}-lang = %{version} + +%description -n libKF5AuthCore5 +KAuth is a framework to let applications perform actions as a privileged user. + %package -n %{lname} Summary: Framework which lets applications perform actions as a privileged user Group: System/GUI/KDE +Requires: libKF5AuthCore5 = %{version} Recommends: %{lname}-lang = %{version} Obsoletes: libKF5Auth4 @@ -89,14 +98,14 @@ sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 5.9.0)/ %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig +%post -n libKF5AuthCore5 -p /sbin/ldconfig +%postun -n libKF5AuthCore5 -p /sbin/ldconfig %if %{with lang} %files -n %{lname}-lang -f %{name}5.lang %endif %files -n %{lname} -%license COPYING* -%doc README* %{_kf5_libdir}/libKF5Auth.so.* %{_kf5_plugindir}/ %dir %{_kf5_libdir}/libexec @@ -104,8 +113,14 @@ sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 5.9.0)/ %config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf %{_kf5_debugdir}/kauth.categories +%files -n libKF5AuthCore5 +%license COPYING* +%doc README* +%{_kf5_libdir}/libKF5AuthCore.so.* + %files devel %{_kf5_libdir}/libKF5Auth.so +%{_kf5_libdir}/libKF5AuthCore.so %{_kf5_libdir}/cmake/KF5Auth/ %dir %{_kf5_includedir}/*/ %{_kf5_includedir}/*/