Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package khotkeys5 for openSUSE:Factory checked in at 2021-06-07 22:42:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old) and /work/SRC/openSUSE:Factory/.khotkeys5.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khotkeys5" Mon Jun 7 22:42:08 2021 rev:118 rq:897475 version:5.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes 2021-05-06 22:52:17.050834400 +0200 +++ /work/SRC/openSUSE:Factory/.khotkeys5.new.32437/khotkeys5.changes 2021-06-07 22:42:17.308362325 +0200 @@ -1,0 +2,28 @@ +Thu Jun 3 13:06:12 UTC 2021 - Fabian Vogt <[email protected]> + +- Update to 5.22.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.0 +- No code changes since 5.21.90 + +------------------------------------------------------------------- +Thu May 13 18:15:31 UTC 2021 - Fabian Vogt <[email protected]> + +- Update to 5.21.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.90 +- Changes since 5.21.5: + * Migrate to KDECompilerSettings + * Use configure_package_config_file instead of ecm_configure_package_config_file + * Raise minimum CMake version to 3.16 + * Use versionless Qt cmake target + * Add pre-commit hook for clang-format + * Update .gitignore + * Add .git-blame-ignore-revs file + * Run clang-format + * Add trailing commas to enums +- Refresh 0001-Use-qdbus-qt5-and-qdbusviewer-qt5.patch + +------------------------------------------------------------------- Old: ---- khotkeys-5.21.5.tar.xz khotkeys-5.21.5.tar.xz.sig New: ---- khotkeys-5.22.0.tar.xz khotkeys-5.22.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khotkeys5.spec ++++++ --- /var/tmp/diff_new_pack.Y2fgBw/_old 2021-06-07 22:42:17.992363480 +0200 +++ /var/tmp/diff_new_pack.Y2fgBw/_new 2021-06-07 22:42:17.992363480 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: khotkeys5 -Version: 5.21.5 +Version: 5.22.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,9 +28,9 @@ License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz +Source: khotkeys-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz.sig +Source1: khotkeys-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE ++++++ 0001-Use-qdbus-qt5-and-qdbusviewer-qt5.patch ++++++ --- /var/tmp/diff_new_pack.Y2fgBw/_old 2021-06-07 22:42:18.012363514 +0200 +++ /var/tmp/diff_new_pack.Y2fgBw/_new 2021-06-07 22:42:18.012363514 +0200 @@ -1,4 +1,4 @@ -From 44722a4ec5f54803f092d81b4c08e055052aa138 Mon Sep 17 00:00:00 2001 +From 5fd57b7d79344fe6e99a5d9d28bf42712f1a05dc Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer <[email protected]> Date: Thu, 17 Aug 2017 16:13:31 +0200 Subject: [PATCH] Use qdbus-qt5 and qdbusviewer-qt5 @@ -10,29 +10,32 @@ libkhotkeysprivate/actions/dbus_action.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -Index: khotkeys-5.15.80git.20200423T192354~9b4759c/kcm_hotkeys/actions/dbus_action_widget.cpp -=================================================================== ---- khotkeys-5.15.80git.20200423T192354~9b4759c.orig/kcm_hotkeys/actions/dbus_action_widget.cpp 2020-04-24 08:10:26.252530468 +0200 -+++ khotkeys-5.15.80git.20200423T192354~9b4759c/kcm_hotkeys/actions/dbus_action_widget.cpp 2020-04-24 08:11:06.703582629 +0200 -@@ -117,7 +117,7 @@ +diff --git a/kcm_hotkeys/actions/dbus_action_widget.cpp b/kcm_hotkeys/actions/dbus_action_widget.cpp +index a8a4571..8c032ea 100644 +--- a/kcm_hotkeys/actions/dbus_action_widget.cpp ++++ b/kcm_hotkeys/actions/dbus_action_widget.cpp +@@ -79,7 +79,7 @@ bool DbusActionWidget::isChanged() const void DbusActionWidget::launchDbusBrowser() const - { -- auto *job = new KIO::CommandLauncherJob("qdbusviewer"); -+ auto *job = new KIO::CommandLauncherJob("qdbusviewer-qt5"); - job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window())); - job->start(); + { +- auto *job = new KIO::CommandLauncherJob("qdbusviewer"); ++ auto *job = new KIO::CommandLauncherJob("qdbusviewer-qt5"); + job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, window())); + job->start(); + } +diff --git a/libkhotkeysprivate/actions/dbus_action.cpp b/libkhotkeysprivate/actions/dbus_action.cpp +index 69d5d5f..3bbb38b 100644 +--- a/libkhotkeysprivate/actions/dbus_action.cpp ++++ b/libkhotkeysprivate/actions/dbus_action.cpp +@@ -106,7 +106,7 @@ void DBusAction::execute() } -Index: khotkeys-5.15.80git.20200423T192354~9b4759c/libkhotkeysprivate/actions/dbus_action.cpp -=================================================================== ---- khotkeys-5.15.80git.20200423T192354~9b4759c.orig/libkhotkeysprivate/actions/dbus_action.cpp 2020-04-24 08:08:41.193493337 +0200 -+++ khotkeys-5.15.80git.20200423T192354~9b4759c/libkhotkeysprivate/actions/dbus_action.cpp 2020-04-24 08:10:26.252530468 +0200 -@@ -133,7 +133,7 @@ - } qDebug() << "D-Bus call:" << _application << ":" << _object << ":" << _function << ":" << args_list; KProcess proc; - proc << "qdbus" << _application << _object << _function << args_list; + proc << "qdbus-qt5" << _application << _object << _function << args_list; proc.startDetached(); - } + } +-- +2.25.1 + ++++++ khotkeys-5.21.5.tar.xz -> khotkeys-5.22.0.tar.xz ++++++ ++++ 57202 lines of diff (skipped)
