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-08-16 10:07:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kglobalaccel (Old) and /work/SRC/openSUSE:Factory/.kglobalaccel.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kglobalaccel" Mon Aug 16 10:07:48 2021 rev:97 rq:912133 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes 2021-07-16 00:01:20.837115603 +0200 +++ /work/SRC/openSUSE:Factory/.kglobalaccel.new.1899/kglobalaccel.changes 2021-08-16 10:11:56.643073298 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:12:25 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- No code change since 5.84.0 + +------------------------------------------------------------------- Old: ---- kglobalaccel-5.84.0.tar.xz kglobalaccel-5.84.0.tar.xz.sig New: ---- kglobalaccel-5.85.0.tar.xz kglobalaccel-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kglobalaccel.spec ++++++ --- /var/tmp/diff_new_pack.vemLa5/_old 2021-08-16 10:11:57.507072285 +0200 +++ /var/tmp/diff_new_pack.vemLa5/_new 2021-08-16 10:11:57.511072280 +0200 @@ -17,14 +17,14 @@ %define lname libKF5GlobalAccel5 -%define _tar_path 5.84 +%define _tar_path 5.85 # 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.84.0 +Version: 5.85.0 Release: 0 Summary: Global desktop keyboard shortcuts License: LGPL-2.1-or-later ++++++ kglobalaccel-5.84.0.tar.xz -> kglobalaccel-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-5.84.0/CMakeLists.txt new/kglobalaccel-5.85.0/CMakeLists.txt --- old/kglobalaccel-5.84.0/CMakeLists.txt 2021-07-03 14:11:44.000000000 +0200 +++ new/kglobalaccel-5.85.0/CMakeLists.txt 2021-08-06 11:04:23.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts -set(KF_DEP_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts +set(KF_DEP_VERSION "5.85.0") # handled by release scripts project(KGlobalAccel VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-5.84.0/po/zh_CN/kglobalaccel5_qt.po new/kglobalaccel-5.85.0/po/zh_CN/kglobalaccel5_qt.po --- old/kglobalaccel-5.84.0/po/zh_CN/kglobalaccel5_qt.po 2021-07-03 14:11:44.000000000 +0200 +++ new/kglobalaccel-5.85.0/po/zh_CN/kglobalaccel5_qt.po 2021-08-06 11:04:23.000000000 +0200 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-06-20 07:35\n" +"PO-Revision-Date: 2021-07-26 13:47\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-5.84.0/src/runtime/component.cpp new/kglobalaccel-5.85.0/src/runtime/component.cpp --- old/kglobalaccel-5.84.0/src/runtime/component.cpp 2021-07-03 14:11:44.000000000 +0200 +++ new/kglobalaccel-5.85.0/src/runtime/component.cpp 2021-08-06 11:04:23.000000000 +0200 @@ -59,7 +59,7 @@ // Make sure we do no get uniquenames still containing the context Q_ASSERT(uniqueName.indexOf("|") == -1); - // Register ourselve with the registry + // Register ourselves with the registry if (_registry) { _registry->addComponent(this); } @@ -71,7 +71,7 @@ Component::~Component() { - // Remove ourselve from the registry + // Remove ourselves from the registry if (_registry) { _registry->takeComponent(this); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-5.84.0/src/runtime/plugins/osx/kglobalaccel_mac.cpp new/kglobalaccel-5.85.0/src/runtime/plugins/osx/kglobalaccel_mac.cpp --- old/kglobalaccel-5.84.0/src/runtime/plugins/osx/kglobalaccel_mac.cpp 2021-07-03 14:11:44.000000000 +0200 +++ new/kglobalaccel-5.85.0/src/runtime/plugins/osx/kglobalaccel_mac.cpp 2021-08-06 11:04:23.000000000 +0200 @@ -35,7 +35,7 @@ qCWarning(KGLOBALACCELD) << "Error retrieving hotkey parameter from event"; return eventNotHandledErr; } - // Typecasts necesary to prevent a warning from gcc + // Typecasts necessary to prevent a warning from gcc return (impl->keyPressed(hotkey.id) ? (OSStatus)noErr : (OSStatus)eventNotHandledErr); } return eventNotHandledErr;
