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 2025-01-03 14:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-gtk-config6 (Old)
and /work/SRC/openSUSE:Factory/.kde-gtk-config6.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config6"
Fri Jan 3 14:16:05 2025 rev:17 rq:1234199 version:6.2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-gtk-config6/kde-gtk-config6.changes
2024-11-27 22:10:44.390967672 +0100
+++
/work/SRC/openSUSE:Factory/.kde-gtk-config6.new.1881/kde-gtk-config6.changes
2025-01-03 14:16:16.643832134 +0100
@@ -1,0 +2,10 @@
+Tue Dec 31 20:48:40 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.2.5:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.2.5
+- Changes since 6.2.4:
+ * Don't try to create buttons when the factory failed to load
+ * update version for new release
+
+-------------------------------------------------------------------
Old:
----
kde-gtk-config-6.2.4.tar.xz
kde-gtk-config-6.2.4.tar.xz.sig
New:
----
kde-gtk-config-6.2.5.tar.xz
kde-gtk-config-6.2.5.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde-gtk-config6.spec ++++++
--- /var/tmp/diff_new_pack.8tgGiP/_old 2025-01-03 14:16:17.291858833 +0100
+++ /var/tmp/diff_new_pack.8tgGiP/_new 2025-01-03 14:16:17.291858833 +0100
@@ -25,7 +25,7 @@
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk
-F. '{print $1"."$2}')}
%bcond_without released
Name: kde-gtk-config6
-Version: 6.2.4
+Version: 6.2.5
Release: 0
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
License: GPL-3.0-or-later AND LGPL-3.0-or-later
++++++ kde-gtk-config-6.2.4.tar.xz -> kde-gtk-config-6.2.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kde-gtk-config-6.2.4/CMakeLists.txt
new/kde-gtk-config-6.2.5/CMakeLists.txt
--- old/kde-gtk-config-6.2.4/CMakeLists.txt 2024-11-26 11:07:06.000000000
+0100
+++ new/kde-gtk-config-6.2.5/CMakeLists.txt 2024-12-30 19:56:48.000000000
+0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(kde-gtk-config)
-set(PROJECT_VERSION "6.2.4")
+set(PROJECT_VERSION "6.2.5")
set(QT_MIN_VERSION "6.7.0")
set(KF6_MIN_VERSION "6.5.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kde-gtk-config-6.2.4/kded/kwin_bridge/dummydecorationbridge.cpp
new/kde-gtk-config-6.2.5/kded/kwin_bridge/dummydecorationbridge.cpp
--- old/kde-gtk-config-6.2.4/kded/kwin_bridge/dummydecorationbridge.cpp
2024-11-26 11:07:06.000000000 +0100
+++ new/kde-gtk-config-6.2.5/kded/kwin_bridge/dummydecorationbridge.cpp
2024-12-30 19:56:48.000000000 +0100
@@ -95,6 +95,10 @@
void DummyDecorationBridge::paintButton(QPainter &painter, const QString
&buttonType, const QString &buttonState)
{
+ if (!m_factory) {
+ return;
+ }
+
disableAnimations();
std::unique_ptr<KDecoration2::DecorationButton> button{
m_factory->create<KDecoration2::DecorationButton>(m_decoration,