Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package layer-shell-qt6 for openSUSE:Factory 
checked in at 2026-06-18 21:35:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/layer-shell-qt6 (Old)
 and      /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "layer-shell-qt6"

Thu Jun 18 21:35:38 2026 rev:43 rq:1359164 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/layer-shell-qt6/layer-shell-qt6.changes  
2026-05-13 21:38:26.549489857 +0200
+++ 
/work/SRC/openSUSE:Factory/.layer-shell-qt6.new.1981/layer-shell-qt6.changes    
    2026-06-18 21:36:07.272833075 +0200
@@ -1,0 +2,33 @@
+Fri Jun 12 19:07:40 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.0
+- Changes since 6.6.91:
+  * Update version for new release 6.7.0
+
+-------------------------------------------------------------------
+Thu May 28 18:44:35 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.91
+- Changes since 6.6.90:
+  * Update version for new release 6.6.91
+
+-------------------------------------------------------------------
+Sun May 24 11:18:04 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.90
+- Changes since 6.6.5:
+  * Update version for new release 6.6.90
+  * Fix spectacle crash
+  * fix cmake warnings
+  * Remove unneeded Qt version check
+  * Add Window::screenConfiguration() shim
+  * Allow specifying explicit desired screen
+  * Update version for new release 6.6.80
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ layer-shell-qt6.spec ++++++
--- /var/tmp/diff_new_pack.8WV8SG/_old  2026-06-18 21:36:08.316876612 +0200
+++ /var/tmp/diff_new_pack.8WV8SG/_new  2026-06-18 21:36:08.316876612 +0200
@@ -17,8 +17,8 @@
 #
 
 
-%define kf6_version 6.18.0
-%define qt6_version 6.9.0
+%define kf6_version 6.26.0
+%define qt6_version 6.10.0
 
 # Full Plasma 6 version (e.g. 6.0.0)
 %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}
@@ -27,14 +27,14 @@
 %define rname layer-shell-qt
 %bcond_without released
 Name:           layer-shell-qt6
-Version:        6.6.5
+Version:        6.7.0
 Release:        0
 Summary:        wlr-layer-shell integration for Qt
 License:        LGPL-3.0-or-later
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}

++++++ layer-shell-qt-6.6.5.tar.xz -> layer-shell-qt-6.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-6.6.5/CMakeLists.txt 
new/layer-shell-qt-6.7.0/CMakeLists.txt
--- old/layer-shell-qt-6.6.5/CMakeLists.txt     2026-05-12 12:27:37.000000000 
+0200
+++ new/layer-shell-qt-6.7.0/CMakeLists.txt     2026-06-11 11:33:58.000000000 
+0200
@@ -4,13 +4,13 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(layershellqt)
-set(PROJECT_VERSION "6.6.5")
+set(PROJECT_VERSION "6.7.0")
 set(PROJECT_VERSION_MAJOR 6)
 
 set(CMAKE_C_STANDARD 99)
 
 set(QT_MIN_VERSION "6.10.0")
-set(KF6_MIN_VERSION "6.22.0")
+set(KF6_MIN_VERSION "6.26.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 set(CMAKE_CXX_STANDARD 20)
@@ -37,7 +37,7 @@
 find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient 
Qml)
 
 if (Qt6WaylandClient_VERSION VERSION_GREATER_EQUAL "6.10.0")
-    find_package(Qt6WaylandClientPrivate ${REQUIRED_QT_VERSION} REQUIRED 
NO_MODULE)
+    find_package(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
 endif()
 
 find_package(WaylandScanner REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-6.6.5/src/CMakeLists.txt 
new/layer-shell-qt-6.7.0/src/CMakeLists.txt
--- old/layer-shell-qt-6.6.5/src/CMakeLists.txt 2026-05-12 12:27:37.000000000 
+0200
+++ new/layer-shell-qt-6.7.0/src/CMakeLists.txt 2026-06-11 11:33:58.000000000 
+0200
@@ -7,11 +7,8 @@
 
 qt6_extract_metatypes(LayerShellQtInterface)
 
-if (Qt6_VERSION VERSION_GREATER_EQUAL "6.8.0")
-    set(private_code_option  "PRIVATE_CODE")
-endif()
 qt6_generate_wayland_protocol_client_sources(LayerShellQtInterface
-    ${private_code_option}
+    PRIVATE_CODE
     FILES
         ${WaylandProtocols_DATADIR}/stable/xdg-shell/xdg-shell.xml
         
${WaylandProtocols_DATADIR}/staging/xdg-activation/xdg-activation-v1.xml

Reply via email to