Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kwindowsystem for 
openSUSE:Factory checked in at 2026-04-11 22:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kwindowsystem (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kwindowsystem.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kwindowsystem"

Sat Apr 11 22:24:29 2026 rev:26 rq:1345919 version:6.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kwindowsystem/kf6-kwindowsystem.changes      
2026-03-16 14:18:57.961362562 +0100
+++ 
/work/SRC/openSUSE:Factory/.kf6-kwindowsystem.new.21863/kf6-kwindowsystem.changes
   2026-04-11 22:28:57.106715916 +0200
@@ -1,0 +2,14 @@
+Tue Apr  7 19:19:32 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.25.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.25.0
+- Changes since 6.24.0:
+  * Update dependency version to 6.25.0
+  * kxcbevent_p.h: FWD KXcbEvent as class instead of struct
+  * Add missing Q_EMIT to signal call
+  * platforms/wayland: Fix a crash in WindowEffects::installBlur()
+  * Update version to 6.25.0
+
+-------------------------------------------------------------------

Old:
----
  kwindowsystem-6.24.0.tar.xz
  kwindowsystem-6.24.0.tar.xz.sig

New:
----
  kwindowsystem-6.25.0.tar.xz
  kwindowsystem-6.25.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-kwindowsystem.spec ++++++
--- /var/tmp/diff_new_pack.oFjL5P/_old  2026-04-11 22:28:57.918749128 +0200
+++ /var/tmp/diff_new_pack.oFjL5P/_new  2026-04-11 22:28:57.922749292 +0200
@@ -19,11 +19,11 @@
 %define qt6_version 6.8.0
 
 %define rname kwindowsystem
-# Full KF6 version (e.g. 6.24.0)
+# Full KF6 version (e.g. 6.25.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-kwindowsystem
-Version:        6.24.0
+Version:        6.25.0
 Release:        0
 Summary:        KDE Access to window manager
 License:        LGPL-2.1-or-later


++++++ kwindowsystem-6.24.0.tar.xz -> kwindowsystem-6.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-6.24.0/CMakeLists.txt 
new/kwindowsystem-6.25.0/CMakeLists.txt
--- old/kwindowsystem-6.24.0/CMakeLists.txt     2026-03-07 21:33:24.000000000 
+0100
+++ new/kwindowsystem-6.25.0/CMakeLists.txt     2026-04-03 19:12:12.000000000 
+0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.27)
+cmake_minimum_required(VERSION 3.29)
 
-set(KF_VERSION "6.24.0") # handled by release scripts
+set(KF_VERSION "6.25.0") # handled by release scripts
 project(KWindowSystem VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 6.24.0  NO_MODULE)
+find_package(ECM 6.25.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)
 
@@ -38,7 +38,7 @@
                         SOVERSION 6)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 6.8.0)
+set(REQUIRED_QT_VERSION 6.9.0)
 find_package(Qt6Gui ${REQUIRED_QT_VERSION} CONFIG REQUIRED)
 
 if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-6.24.0/poqm/gu/kwindowsystem6_qt.po 
new/kwindowsystem-6.25.0/poqm/gu/kwindowsystem6_qt.po
--- old/kwindowsystem-6.24.0/poqm/gu/kwindowsystem6_qt.po       2026-03-07 
21:33:24.000000000 +0100
+++ new/kwindowsystem-6.25.0/poqm/gu/kwindowsystem6_qt.po       2026-04-03 
19:12:12.000000000 +0200
@@ -15,7 +15,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: KBabel 1.11.4\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-6.24.0/poqm/ug/kwindowsystem6_qt.po 
new/kwindowsystem-6.25.0/poqm/ug/kwindowsystem6_qt.po
--- old/kwindowsystem-6.24.0/poqm/ug/kwindowsystem6_qt.po       2026-03-07 
21:33:25.000000000 +0100
+++ new/kwindowsystem-6.25.0/poqm/ug/kwindowsystem6_qt.po       2026-04-03 
19:12:12.000000000 +0200
@@ -8,115 +8,95 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2013-09-08 07:05+0900\n"
-"Last-Translator: Gheyret Kenji <[email protected]>\n"
+"PO-Revision-Date: 2026-04-01 09:19-0400\n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
 "Language: ug\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 1.5.5\n"
+"X-Generator: Poedit 3.8\n"
 "X-Qt-Contexts: true\n"
 
 #: kx11extras.cpp:994
-#, fuzzy, qt-format
-#| msgid "Desktop %1"
+#, qt-format
 msgctxt "KWindowSystem|"
 msgid "Desktop %1"
-msgstr "ئۈستەلئۈستى %1"
+msgstr "%1-ئۈستەلئۈستى‎‏"
 
-#, fuzzy
 #~ msgctxt "QObject|"
 #~ msgid "Desktop %1"
 #~ msgstr "ئۈستەلئۈستى %1"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Backspace"
 #~ msgstr "Backspace"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "SysReq"
 #~ msgstr "SysReq"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "CapsLock"
 #~ msgstr "CapsLock"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "NumLock"
 #~ msgstr "NumLock"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "ScrollLock"
 #~ msgstr "ScrollLock"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "PageUp"
 #~ msgstr "PageUp"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "PageDown"
 #~ msgstr "PageDown"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Stop"
 #~ msgstr "توختا"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Again"
 #~ msgstr "قايتا"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Props"
 #~ msgstr "Props"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Undo"
 #~ msgstr "يېنىۋال"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Front"
 #~ msgstr "ئالدى"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Copy"
 #~ msgstr "كۆچۈر"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Open"
 #~ msgstr "ئاچ"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Paste"
 #~ msgstr "چاپلا"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Find"
 #~ msgstr "ئىزدە"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Cut"
 #~ msgstr "كەس"
 
-#, fuzzy
 #~ msgctxt "KKeyServer|"
 #~ msgid "Print"
 #~ msgstr "بېسىپ چىقار"
@@ -3797,7 +3777,6 @@
 #~ msgid "Supply a username and password below."
 #~ msgstr "تۆۋەندە ئىشلەتكۈچى ئاتى ۋە ئىم تەمىنلەيدۇ."
 
-#, fuzzy
 #~ msgid "Use this password:"
 #~ msgstr "ئىمنى ساقلا(&K)"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-6.24.0/src/kxcbevent_p.h 
new/kwindowsystem-6.25.0/src/kxcbevent_p.h
--- old/kwindowsystem-6.24.0/src/kxcbevent_p.h  2026-03-07 21:33:25.000000000 
+0100
+++ new/kwindowsystem-6.25.0/src/kxcbevent_p.h  2026-04-03 19:12:12.000000000 
+0200
@@ -15,7 +15,7 @@
  * be read by xcb_send_event().
  */
 template<class EventType, bool needsPadding = (sizeof(EventType) < 32)>
-struct KXcbEvent;
+class KXcbEvent;
 
 template<class EventType>
 class KXcbEvent<EventType, false> : public EventType
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwindowsystem-6.24.0/src/platforms/wayland/windoweffects.cpp 
new/kwindowsystem-6.25.0/src/platforms/wayland/windoweffects.cpp
--- old/kwindowsystem-6.24.0/src/platforms/wayland/windoweffects.cpp    
2026-03-07 21:33:25.000000000 +0100
+++ new/kwindowsystem-6.25.0/src/platforms/wayland/windoweffects.cpp    
2026-04-03 19:12:12.000000000 +0200
@@ -473,7 +473,9 @@
             }
         }
         effect->set_blur_region(wlRegion);
-        wl_region_destroy(wlRegion);
+        if (wlRegion) {
+            wl_region_destroy(wlRegion);
+        }
         return;
     }
     if (!m_blurManager->isActive()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwindowsystem-6.24.0/src/platforms/wayland/windowsystem.cpp 
new/kwindowsystem-6.25.0/src/platforms/wayland/windowsystem.cpp
--- old/kwindowsystem-6.24.0/src/platforms/wayland/windowsystem.cpp     
2026-03-07 21:33:25.000000000 +0100
+++ new/kwindowsystem-6.25.0/src/platforms/wayland/windowsystem.cpp     
2026-04-03 19:12:12.000000000 +0200
@@ -46,7 +46,7 @@
     void org_kde_plasma_window_management_show_desktop_changed(uint32_t state) 
override
     {
         showingDesktop = state == show_desktop_enabled;
-        KWindowSystem::self()->showingDesktopChanged(showingDesktop);
+        Q_EMIT KWindowSystem::self()->showingDesktopChanged(showingDesktop);
     }
 
     bool showingDesktop = false;

Reply via email to