Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kguiaddons for openSUSE:Factory checked in at 2021-08-16 10:07:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kguiaddons (Old) and /work/SRC/openSUSE:Factory/.kguiaddons.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kguiaddons" Mon Aug 16 10:07:48 2021 rev:93 rq:912134 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes 2021-07-16 00:01:21.765108885 +0200 +++ /work/SRC/openSUSE:Factory/.kguiaddons.new.1899/kguiaddons.changes 2021-08-16 10:11:57.847071886 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:12:26 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: ---- kguiaddons-5.84.0.tar.xz kguiaddons-5.84.0.tar.xz.sig New: ---- kguiaddons-5.85.0.tar.xz kguiaddons-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kguiaddons.spec ++++++ --- /var/tmp/diff_new_pack.oL4ea0/_old 2021-08-16 10:11:58.291071365 +0200 +++ /var/tmp/diff_new_pack.oL4ea0/_new 2021-08-16 10:11:58.295071360 +0200 @@ -17,7 +17,7 @@ %define lname libKF5GuiAddons5 -%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) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: kguiaddons -Version: 5.84.0 +Version: 5.85.0 Release: 0 Summary: Utilities for graphical user interfaces License: LGPL-2.1-or-later ++++++ kguiaddons-5.84.0.tar.xz -> kguiaddons-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.84.0/CMakeLists.txt new/kguiaddons-5.85.0/CMakeLists.txt --- old/kguiaddons-5.84.0/CMakeLists.txt 2021-06-27 23:58:15.000000000 +0200 +++ new/kguiaddons-5.85.0/CMakeLists.txt 2021-07-17 13:54:59.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts project(KGuiAddons VERSION ${KF_VERSION}) 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) @@ -27,8 +27,6 @@ include(KDECMakeSettings) include(KDEGitCommitHooks) -set(CMAKE_C_STANDARD 99) - set(REQUIRED_QT_VERSION 5.15.0) if (WITH_WAYLAND) set(_qtgui_find_components COMPONENTS Private) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.84.0/src/colors/kcolorutils.h new/kguiaddons-5.85.0/src/colors/kcolorutils.h --- old/kguiaddons-5.84.0/src/colors/kcolorutils.h 2021-06-27 23:58:15.000000000 +0200 +++ new/kguiaddons-5.85.0/src/colors/kcolorutils.h 2021-07-17 13:54:59.000000000 +0200 @@ -178,7 +178,7 @@ QColor lighter = KColorUtils::overlayColors(myColor, white); @endcode * @param base the base color (alpha channel is ignored). - * @param paint the color to be overlayed onto the base color. + * @param paint the color to be overlaid onto the base color. * @param comp the CompositionMode used to do the blending. */ KGUIADDONS_EXPORT QColor overlayColors(const QColor &base, const QColor &paint, QPainter::CompositionMode comp = QPainter::CompositionMode_SourceOver); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.84.0/src/recorder/keysequencerecorder.cpp new/kguiaddons-5.85.0/src/recorder/keysequencerecorder.cpp --- old/kguiaddons-5.84.0/src/recorder/keysequencerecorder.cpp 2021-06-27 23:58:15.000000000 +0200 +++ new/kguiaddons-5.85.0/src/recorder/keysequencerecorder.cpp 2021-07-17 13:54:59.000000000 +0200 @@ -276,7 +276,7 @@ void KeySequenceRecorderPrivate::controlModifierlessTimeout() { if (m_currentKeySequence != 0 && !m_currentModifiers) { - // No modifier key pressed currently. Start the timout + // No modifier key pressed currently. Start the timeout m_modifierlessTimer.start(600); } else { // A modifier is pressed. Stop the timeout diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.84.0/src/recorder/keysequencerecorder.h new/kguiaddons-5.85.0/src/recorder/keysequencerecorder.h --- old/kguiaddons-5.84.0/src/recorder/keysequencerecorder.h 2021-06-27 23:58:15.000000000 +0200 +++ new/kguiaddons-5.85.0/src/recorder/keysequencerecorder.h 2021-07-17 13:54:59.000000000 +0200 @@ -50,7 +50,7 @@ * The recorded key sequence. * After construction this is empty. * - * During recording it is continiously updated with the newest user input. + * During recording it is continuously updated with the newest user input. * * After recording it contains the last recorded QKeySequence */ @@ -112,8 +112,8 @@ /** * This signal is emitted when a key sequence has been recorded. * - * Compared to currentKeySequenceChanged and currentKeySequence this is signal is not emmitted - * continiously during recording but only after recording has finished. + * Compared to currentKeySequenceChanged and currentKeySequence this is signal is not emitted + * continuously during recording but only after recording has finished. */ void gotKeySequence(const QKeySequence &keySequence);
