Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-03-21 09:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kauth (Old)
 and      /work/SRC/openSUSE:Factory/.kauth.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kauth"

Thu Mar 21 09:43:28 2019 rev:69 rq:686719 version:5.56.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kauth/kauth.changes      2019-02-28 
21:27:29.105851198 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2019-03-21 
09:44:21.410924405 +0100
@@ -1,0 +2,15 @@
+Sun Mar 10 20:15:35 UTC 2019 - lbeltr...@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
+
+-------------------------------------------------------------------

Old:
----
  kauth-5.55.0.tar.xz

New:
----
  kauth-5.56.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kauth.spec ++++++
--- /var/tmp/diff_new_pack.HNiM4c/_old  2019-03-21 09:44:21.862924301 +0100
+++ /var/tmp/diff_new_pack.HNiM4c/_new  2019-03-21 09:44:21.862924301 +0100
@@ -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 @@
 %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 @@
 
 %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 @@
 %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}/*/

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.HNiM4c/_old  2019-03-21 09:44:21.902924292 +0100
+++ /var/tmp/diff_new_pack.HNiM4c/_new  2019-03-21 09:44:21.902924292 +0100
@@ -1,3 +1,6 @@
+libKF5AuthCore5
 libKF5Auth5
+       requires "libKF5AuthCore5-<targettype> = <version>"
 kauth-devel
+       requires "libKF5AuthCore5-<targettype> = <version>"
        requires "libKF5Auth5-<targettype> = <version>"

++++++ kauth-5.55.0.tar.xz -> kauth-5.56.0.tar.xz ++++++
++++ 2980 lines of diff (skipped)


Reply via email to