Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package layer-shell-qt for openSUSE:Factory 
checked in at 2022-02-07 23:37:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/layer-shell-qt (Old)
 and      /work/SRC/openSUSE:Factory/.layer-shell-qt.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "layer-shell-qt"

Mon Feb  7 23:37:03 2022 rev:13 rq:951884 version:5.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes    
2022-01-11 21:14:23.812753186 +0100
+++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.1898/layer-shell-qt.changes  
2022-02-07 23:37:20.106750680 +0100
@@ -1,0 +2,21 @@
+Sat Feb  5 19:50:59 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.0
+- No code changes since 5.23.90
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:22 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.23.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.23.90
+- Changes since 5.23.5:
+  * Add FreeBSD CI
+  * Add Linux CI
+  * Add .kde-ci.yml
+
+-------------------------------------------------------------------

Old:
----
  layer-shell-qt-5.23.5.tar.xz
  layer-shell-qt-5.23.5.tar.xz.sig

New:
----
  layer-shell-qt-5.24.0.tar.xz
  layer-shell-qt-5.24.0.tar.xz.sig

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

Other differences:
------------------
++++++ layer-shell-qt.spec ++++++
--- /var/tmp/diff_new_pack.cJJgXe/_old  2022-02-07 23:37:20.638747099 +0100
+++ /var/tmp/diff_new_pack.cJJgXe/_new  2022-02-07 23:37:20.642747072 +0100
@@ -22,17 +22,17 @@
 # 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}')}
 
-%bcond_without lang
+%bcond_without released
 Name:           layer-shell-qt
-Version:        5.23.5
+Version:        5.24.0
 Release:        0
 Summary:        wlr-layer-shell integration for Qt
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig
+Source:         layer-shell-qt-%{version}.tar.xz
+%if %{with released}
+Source1:        layer-shell-qt-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16

++++++ layer-shell-qt-5.23.5.tar.xz -> layer-shell-qt-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.23.5/.gitlab-ci.yml 
new/layer-shell-qt-5.24.0/.gitlab-ci.yml
--- old/layer-shell-qt-5.23.5/.gitlab-ci.yml    1970-01-01 01:00:00.000000000 
+0100
+++ new/layer-shell-qt-5.24.0/.gitlab-ci.yml    2022-02-03 15:35:43.000000000 
+0100
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+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/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.23.5/.kde-ci.yml 
new/layer-shell-qt-5.24.0/.kde-ci.yml
--- old/layer-shell-qt-5.23.5/.kde-ci.yml       1970-01-01 01:00:00.000000000 
+0100
+++ new/layer-shell-qt-5.24.0/.kde-ci.yml       2022-02-03 15:35:43.000000000 
+0100
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@latest'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.23.5/CMakeLists.txt 
new/layer-shell-qt-5.24.0/CMakeLists.txt
--- old/layer-shell-qt-5.23.5/CMakeLists.txt    2022-01-04 10:00:07.000000000 
+0100
+++ new/layer-shell-qt-5.24.0/CMakeLists.txt    2022-02-03 15:35:43.000000000 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(layershellqt)
-set(PROJECT_VERSION "5.23.5")
+set(PROJECT_VERSION "5.24.0")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(CMAKE_C_STANDARD 99)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.23.5/src/qwaylandlayershell_p.h 
new/layer-shell-qt-5.24.0/src/qwaylandlayershell_p.h
--- old/layer-shell-qt-5.23.5/src/qwaylandlayershell_p.h        2022-01-04 
10:00:07.000000000 +0100
+++ new/layer-shell-qt-5.24.0/src/qwaylandlayershell_p.h        2022-02-03 
15:35:43.000000000 +0100
@@ -21,7 +21,7 @@
 {
 public:
     QWaylandLayerShell(::wl_registry *registry, uint32_t id, uint32_t version);
-    virtual ~QWaylandLayerShell();
+    ~QWaylandLayerShell() override;
 
     QWaylandLayerSurface *createLayerSurface(QtWaylandClient::QWaylandWindow 
*window);
     // TODO: Popups
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.23.5/src/qwaylandlayersurface_p.h 
new/layer-shell-qt-5.24.0/src/qwaylandlayersurface_p.h
--- old/layer-shell-qt-5.23.5/src/qwaylandlayersurface_p.h      2022-01-04 
10:00:07.000000000 +0100
+++ new/layer-shell-qt-5.24.0/src/qwaylandlayersurface_p.h      2022-02-03 
15:35:43.000000000 +0100
@@ -23,7 +23,7 @@
     Q_OBJECT
 public:
     QWaylandLayerSurface(QWaylandLayerShell *shell, 
QtWaylandClient::QWaylandWindow *window);
-    virtual ~QWaylandLayerSurface();
+    ~QWaylandLayerSurface() override;
 
     bool isExposed() const override
     {

Reply via email to