Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kglobalaccel for openSUSE:Factory 
checked in at 2021-05-10 15:35:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kglobalaccel (Old)
 and      /work/SRC/openSUSE:Factory/.kglobalaccel.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kglobalaccel"

Mon May 10 15:35:32 2021 rev:94 rq:891751 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes        
2021-04-12 12:36:19.661292048 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new.2988/kglobalaccel.changes      
2021-05-10 15:37:05.706106349 +0200
@@ -1,0 +2,17 @@
+Sat May  1 16:40:52 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * Don't extract the command in two parts
+  * Use kstart5 to start the processes, when available
+  * Remove duplicated code to start a process
+  * Use new connect() signal/slot syntax
+  * Prevent kglobalaccel5 getting activated on non-Plasma systems (kde#435420)
+  * [runtime] Avoid service restarts when the X connection is
+    unexpectedly removed
+- Drop 0001-Revert-systemd-dbus-activation.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-systemd-dbus-activation.patch
  kglobalaccel-5.81.0.tar.xz
  kglobalaccel-5.81.0.tar.xz.sig

New:
----
  kglobalaccel-5.82.0.tar.xz
  kglobalaccel-5.82.0.tar.xz.sig

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

Other differences:
------------------
++++++ kglobalaccel.spec ++++++
--- /var/tmp/diff_new_pack.NaT8l1/_old  2021-05-10 15:37:06.254104228 +0200
+++ /var/tmp/diff_new_pack.NaT8l1/_new  2021-05-10 15:37:06.258104212 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5GlobalAccel5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # 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:           kglobalaccel
-Version:        5.81.0
+Version:        5.82.0
 Release:        0
 Summary:        Global desktop keyboard shortcuts
 License:        LGPL-2.1-or-later
@@ -36,26 +36,25 @@
 Source2:        frameworks.keyring
 %endif
 Source99:       baselibs.conf
-# PATCH-FIX-OPENSUSE
-Patch0:         0001-Revert-systemd-dbus-activation.patch
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxcb-devel
 BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5DBus) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.14.0
+BuildRequires:  cmake(Qt5DBus) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.15.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb-keysyms)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.14.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.15.0
 %endif
 
 %description
@@ -93,8 +92,8 @@
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       libKF5GlobalAccelPrivate5 = %{version}
-Requires:       cmake(Qt5DBus) >= 5.14.0
-Requires:       cmake(Qt5Widgets) >= 5.14.0
+Requires:       cmake(Qt5DBus) >= 5.15.0
+Requires:       cmake(Qt5Widgets) >= 5.15.0
 
 %description devel
 KGlobalAccel allows you to have global accelerators that are independent of
@@ -116,17 +115,26 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
-  %cmake_build
+%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+%fdupes %{buildroot}
 
 %if %{with lang}
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
+%post -n kglobalaccel5
+%{systemd_user_post plasma-kglobalaccel.service}
+
+%preun -n kglobalaccel5
+%{systemd_user_preun}
+
+%postun -n kglobalaccel5
+%{systemd_user_postun}
+
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 %post -n libKF5GlobalAccelPrivate5 -p /sbin/ldconfig
@@ -163,5 +171,6 @@
 %{_kf5_plugindir}/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so
 %{_kf5_sharedir}/dbus-1/services/org.kde.kglobalaccel.service
 %{_kf5_servicesdir}/kglobalaccel5.desktop
+%{_userunitdir}/plasma-kglobalaccel.service
 
 %changelog


++++++ kglobalaccel-5.81.0.tar.xz -> kglobalaccel-5.82.0.tar.xz ++++++
++++ 6086 lines of diff (skipped)

Reply via email to