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-07-09 23:57:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old) and /work/SRC/openSUSE:Factory/.khotkeys5.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khotkeys5" Fri Jul 9 23:57:03 2021 rev:121 rq:904501 version:5.22.3 Changes: -------- --- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes 2021-06-27 18:58:47.948253771 +0200 +++ /work/SRC/openSUSE:Factory/.khotkeys5.new.2625/khotkeys5.changes 2021-07-09 23:57:20.817454117 +0200 @@ -1,0 +2,9 @@ +Tue Jul 6 12:01:46 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- No code changes since 5.22.2.1 + +------------------------------------------------------------------- Old: ---- khotkeys-5.22.2.1.tar.xz khotkeys-5.22.2.1.tar.xz.sig New: ---- khotkeys-5.22.3.tar.xz khotkeys-5.22.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khotkeys5.spec ++++++ --- /var/tmp/diff_new_pack.eEzbMg/_old 2021-07-09 23:57:21.393449638 +0200 +++ /var/tmp/diff_new_pack.eEzbMg/_new 2021-07-09 23:57:21.393449638 +0200 @@ -18,19 +18,19 @@ %bcond_without lang Name: khotkeys5 -Version: 5.22.2.1 +Version: 5.22.3 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2} +%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: KDE's hotkey daemon License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/5.22.2/khotkeys-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.22.2/khotkeys-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE ++++++ khotkeys-5.22.2.1.tar.xz -> khotkeys-5.22.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khotkeys-5.22.2.1/CMakeLists.txt new/khotkeys-5.22.3/CMakeLists.txt --- old/khotkeys-5.22.2.1/CMakeLists.txt 2021-06-22 20:58:12.000000000 +0200 +++ new/khotkeys-5.22.3/CMakeLists.txt 2021-07-06 12:17:09.000000000 +0200 @@ -1,5 +1,5 @@ project(khotkeys) -set(PROJECT_VERSION "5.22.2") +set(PROJECT_VERSION "5.22.3") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 3.16)