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-11-15 15:25:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kguiaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kguiaddons.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kguiaddons"

Mon Nov 15 15:25:15 2021 rev:96 rq:931085 version:5.88.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes    2021-10-18 
22:00:23.330015299 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new.1890/kguiaddons.changes  
2021-11-15 15:26:28.841824848 +0100
@@ -1,0 +2,17 @@
+Sun Nov  7 09:13:21 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:08:04 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * Remove unneeded lambda capture, fixing a compiler warning.
+  * Add FreeBSD CI
+  * Add Android CI
+
+-------------------------------------------------------------------

Old:
----
  kguiaddons-5.87.0.tar.xz
  kguiaddons-5.87.0.tar.xz.sig

New:
----
  kguiaddons-5.88.0.tar.xz
  kguiaddons-5.88.0.tar.xz.sig

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

Other differences:
------------------
++++++ kguiaddons.spec ++++++
--- /var/tmp/diff_new_pack.KXjLv7/_old  2021-11-15 15:26:29.317824980 +0100
+++ /var/tmp/diff_new_pack.KXjLv7/_new  2021-11-15 15:26:29.321824982 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5GuiAddons5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # 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,15 +25,15 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           kguiaddons
-Version:        5.87.0
+Version:        5.88.0
 Release:        0
 Summary:        Utilities for graphical user interfaces
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}


++++++ kguiaddons-5.87.0.tar.xz -> kguiaddons-5.88.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/.gitlab-ci.yml 
new/kguiaddons-5.88.0/.gitlab-ci.yml
--- old/kguiaddons-5.87.0/.gitlab-ci.yml        2021-10-02 14:17:58.000000000 
+0200
+++ new/kguiaddons-5.88.0/.gitlab-ci.yml        2021-11-02 14:15:15.000000000 
+0100
@@ -3,3 +3,5 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/CMakeLists.txt 
new/kguiaddons-5.88.0/CMakeLists.txt
--- old/kguiaddons-5.87.0/CMakeLists.txt        2021-10-02 14:17:58.000000000 
+0200
+++ new/kguiaddons-5.88.0/CMakeLists.txt        2021-11-02 14:15:15.000000000 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_VERSION "5.88.0") # handled by release scripts
 project(KGuiAddons VERSION ${KF_VERSION})
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/autotests/kcursorsavertest.h 
new/kguiaddons-5.88.0/autotests/kcursorsavertest.h
--- old/kguiaddons-5.87.0/autotests/kcursorsavertest.h  2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/autotests/kcursorsavertest.h  2021-11-02 
14:15:15.000000000 +0100
@@ -13,7 +13,7 @@
     Q_OBJECT
 public:
     explicit KCursorSaverTest(QObject *parent = nullptr);
-    ~KCursorSaverTest() = default;
+    ~KCursorSaverTest() override = default;
 private Q_SLOTS:
     void ignoreWarning();
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/src/recorder/keyboardgrabber_p.h 
new/kguiaddons-5.88.0/src/recorder/keyboardgrabber_p.h
--- old/kguiaddons-5.87.0/src/recorder/keyboardgrabber_p.h      2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/src/recorder/keyboardgrabber_p.h      2021-11-02 
14:15:15.000000000 +0100
@@ -12,7 +12,7 @@
 {
 public:
     explicit KeyboardGrabber(QWindow *window);
-    ~KeyboardGrabber();
+    ~KeyboardGrabber() override;
     void enableInhibition() override;
     void disableInhibition() override;
     bool shortcutsAreInhibited() const override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/src/recorder/keysequencerecorder.h 
new/kguiaddons-5.88.0/src/recorder/keysequencerecorder.h
--- old/kguiaddons-5.87.0/src/recorder/keysequencerecorder.h    2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/src/recorder/keysequencerecorder.h    2021-11-02 
14:15:15.000000000 +0100
@@ -87,7 +87,7 @@
      * @see window
      */
     explicit KeySequenceRecorder(QWindow *window, QObject *parent = nullptr);
-    ~KeySequenceRecorder();
+    ~KeySequenceRecorder() override;
 
     /**
      * Start recording.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/src/recorder/waylandinhibition.cpp 
new/kguiaddons-5.88.0/src/recorder/waylandinhibition.cpp
--- old/kguiaddons-5.87.0/src/recorder/waylandinhibition.cpp    2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/src/recorder/waylandinhibition.cpp    2021-11-02 
14:15:15.000000000 +0100
@@ -26,7 +26,7 @@
         QMetaObject::invokeMethod(this, "addRegistryListener");
 #endif
     }
-    ~ShortcutsInhibitManager()
+    ~ShortcutsInhibitManager() override
     {
         if (isInitialized()) {
             destroy();
@@ -42,7 +42,7 @@
     {
     }
 
-    ~ShortcutsInhibitor()
+    ~ShortcutsInhibitor() override
     {
         destroy();
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/src/util/kmodifierkeyinfo.h 
new/kguiaddons-5.88.0/src/util/kmodifierkeyinfo.h
--- old/kguiaddons-5.87.0/src/util/kmodifierkeyinfo.h   2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/src/util/kmodifierkeyinfo.h   2021-11-02 
14:15:15.000000000 +0100
@@ -45,7 +45,7 @@
     /**
      * Destructor
      */
-    virtual ~KModifierKeyInfo();
+    ~KModifierKeyInfo() override;
 
     /**
      * Check if a key is known by the underlying window system and can be 
queried.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kguiaddons-5.87.0/src/util/kmodifierkeyinfoprovider_xcb.h 
new/kguiaddons-5.88.0/src/util/kmodifierkeyinfoprovider_xcb.h
--- old/kguiaddons-5.87.0/src/util/kmodifierkeyinfoprovider_xcb.h       
2021-10-02 14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/src/util/kmodifierkeyinfoprovider_xcb.h       
2021-11-02 14:15:15.000000000 +0100
@@ -16,7 +16,7 @@
     Q_PLUGIN_METADATA(IID "org.kde.kguiaddons.KModifierKeyInfoProvider.XCB")
 public:
     KModifierKeyInfoProviderXcb();
-    ~KModifierKeyInfoProviderXcb();
+    ~KModifierKeyInfoProviderXcb() override;
 
     bool setKeyLatched(Qt::Key key, bool latched) override;
     bool setKeyLocked(Qt::Key key, bool locked) override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.87.0/tests/kcursorsavergui_test.cpp 
new/kguiaddons-5.88.0/tests/kcursorsavergui_test.cpp
--- old/kguiaddons-5.87.0/tests/kcursorsavergui_test.cpp        2021-10-02 
14:17:58.000000000 +0200
+++ new/kguiaddons-5.88.0/tests/kcursorsavergui_test.cpp        2021-11-02 
14:15:15.000000000 +0100
@@ -26,7 +26,7 @@
     QVBoxLayout *layout = new QVBoxLayout(this);
     QPushButton *busyButton = new QPushButton(QStringLiteral("busy"), this);
     layout->addWidget(busyButton);
-    connect(busyButton, &QPushButton::clicked, this, [this]() {
+    connect(busyButton, &QPushButton::clicked, this, []() {
         KCursorSaver saver(Qt::WaitCursor);
         QThread::sleep(3);
     });

Reply via email to