Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qqc2-breeze-style6 for openSUSE:Factory checked in at 2026-05-13 21:38:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style6 (Old) and /work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style6" Wed May 13 21:38:15 2026 rev:41 rq:1352885 version:6.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-breeze-style6/qqc2-breeze-style6.changes 2026-04-10 17:51:07.521141442 +0200 +++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.1966/qqc2-breeze-style6.changes 2026-05-13 21:39:07.683179630 +0200 @@ -1,0 +2,10 @@ +Tue May 12 14:00:59 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.5: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.5 +- Changes since 6.6.4: + * Update version for new release 6.6.5 + * Revert "ToolButton: Fix flat mode not inheriting background color scheme" + +------------------------------------------------------------------- Old: ---- qqc2-breeze-style-6.6.4.tar.xz qqc2-breeze-style-6.6.4.tar.xz.sig New: ---- qqc2-breeze-style-6.6.5.tar.xz qqc2-breeze-style-6.6.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-breeze-style6.spec ++++++ --- /var/tmp/diff_new_pack.tA4xW8/_old 2026-05-13 21:39:08.339206650 +0200 +++ /var/tmp/diff_new_pack.tA4xW8/_new 2026-05-13 21:39:08.347206979 +0200 @@ -23,7 +23,7 @@ %bcond_without released Name: qqc2-breeze-style6 -Version: 6.6.4 +Version: 6.6.5 Release: 0 Summary: Breeze Style for Qt Quick License: LGPL-2.1-or-later ++++++ qqc2-breeze-style-6.6.4.tar.xz -> qqc2-breeze-style-6.6.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-6.6.4/CMakeLists.txt new/qqc2-breeze-style-6.6.5/CMakeLists.txt --- old/qqc2-breeze-style-6.6.4/CMakeLists.txt 2026-04-07 10:12:32.000000000 +0200 +++ new/qqc2-breeze-style-6.6.5/CMakeLists.txt 2026-05-12 12:36:22.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(qqc2-breeze-style) -set(PROJECT_VERSION "6.6.4") +set(PROJECT_VERSION "6.6.5") 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/qqc2-breeze-style-6.6.4/style/qtquickcontrols/ToolButton.qml new/qqc2-breeze-style-6.6.5/style/qtquickcontrols/ToolButton.qml --- old/qqc2-breeze-style-6.6.4/style/qtquickcontrols/ToolButton.qml 2026-04-07 10:12:32.000000000 +0200 +++ new/qqc2-breeze-style-6.6.5/style/qtquickcontrols/ToolButton.qml 2026-05-12 12:36:22.000000000 +0200 @@ -28,8 +28,8 @@ hoverEnabled: Application.styleHints.useHoverEffects - Kirigami.Theme.colorSet: control.flat ? Kirigami.Theme.Window : Kirigami.Theme.Button - Kirigami.Theme.inherit: control.flat + Kirigami.Theme.colorSet: /*control.highlighted ? Kirigami.Theme.Selection :*/ Kirigami.Theme.Button + Kirigami.Theme.inherit: false//control.flat && !control.down && !control.checked padding: Kirigami.Units.largeSpacing leftPadding: {
