Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-gtk-config6 for openSUSE:Factory 
checked in at 2026-02-27 16:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-gtk-config6 (Old)
 and      /work/SRC/openSUSE:Factory/.kde-gtk-config6.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-gtk-config6"

Fri Feb 27 16:59:10 2026 rev:37 rq:1334939 version:6.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-gtk-config6/kde-gtk-config6.changes  
2026-02-16 13:08:42.692515956 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-gtk-config6.new.29461/kde-gtk-config6.changes   
    2026-02-27 16:59:21.917838119 +0100
@@ -1,0 +2,10 @@
+Tue Feb 24 17:20:07 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.1:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.1
+- Changes since 6.6.0:
+  * Update version for new release 6.6.1
+  * Fix disabled anim. when decoration has no buttons
+
+-------------------------------------------------------------------

Old:
----
  kde-gtk-config-6.6.0.tar.xz
  kde-gtk-config-6.6.0.tar.xz.sig

New:
----
  kde-gtk-config-6.6.1.tar.xz
  kde-gtk-config-6.6.1.tar.xz.sig

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

Other differences:
------------------
++++++ kde-gtk-config6.spec ++++++
--- /var/tmp/diff_new_pack.t9ggck/_old  2026-02-27 16:59:23.701911985 +0100
+++ /var/tmp/diff_new_pack.t9ggck/_new  2026-02-27 16:59:23.717912647 +0100
@@ -25,14 +25,14 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kde-gtk-config6
-Version:        6.6.0
+Version:        6.6.1
 Release:        0
 Summary:        Daemon for GTK2 and GTK3 Applications Appearance Under KDE
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 URL:            https://www.kde.org
-Source:         %{rname}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        %{rname}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  gsettings-desktop-schemas

++++++ kde-gtk-config-6.6.0.tar.xz -> kde-gtk-config-6.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-6.6.0/CMakeLists.txt 
new/kde-gtk-config-6.6.1/CMakeLists.txt
--- old/kde-gtk-config-6.6.0/CMakeLists.txt     2026-02-12 11:02:09.000000000 
+0100
+++ new/kde-gtk-config-6.6.1/CMakeLists.txt     2026-02-24 10:37:20.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(kde-gtk-config)
-set(PROJECT_VERSION "6.6.0")
+set(PROJECT_VERSION "6.6.1")
 
 set(QT_MIN_VERSION "6.10.0")
 set(KF6_MIN_VERSION "6.22.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-gtk-config-6.6.0/kded/kwin_bridge/dummydecorationbridge.cpp 
new/kde-gtk-config-6.6.1/kded/kwin_bridge/dummydecorationbridge.cpp
--- old/kde-gtk-config-6.6.0/kded/kwin_bridge/dummydecorationbridge.cpp 
2026-02-12 11:02:09.000000000 +0100
+++ new/kde-gtk-config-6.6.1/kded/kwin_bridge/dummydecorationbridge.cpp 
2026-02-24 10:37:20.000000000 +0100
@@ -100,7 +100,6 @@
         return;
     }
 
-    disableAnimations();
     std::unique_ptr<KDecoration3::DecorationButton> button{
         m_factory->create<KDecoration3::DecorationButton>(m_decoration,
                                                           QVariantList({
@@ -112,6 +111,7 @@
         return;
     }
 
+    disableAnimations();
     button->setGeometry(DecorationPainter::ButtonGeometry);
 
     if (buttonType == QStringLiteral("maximized")) {

Reply via email to