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-02-27 17:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style6 (Old) and /work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style6" Fri Feb 27 17:00:45 2026 rev:37 rq:1334991 version:6.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-breeze-style6/qqc2-breeze-style6.changes 2026-02-16 13:11:36.799759965 +0100 +++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.29461/qqc2-breeze-style6.changes 2026-02-27 17:01:59.104411194 +0100 @@ -1,0 +2,10 @@ +Tue Feb 24 17:23:48 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 + * ToolButton: Fix flat mode not inheriting background color scheme + +------------------------------------------------------------------- Old: ---- qqc2-breeze-style-6.6.0.tar.xz qqc2-breeze-style-6.6.0.tar.xz.sig New: ---- qqc2-breeze-style-6.6.1.tar.xz qqc2-breeze-style-6.6.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-breeze-style6.spec ++++++ --- /var/tmp/diff_new_pack.CuCrmt/_old 2026-02-27 17:02:01.084493054 +0100 +++ /var/tmp/diff_new_pack.CuCrmt/_new 2026-02-27 17:02:01.096493551 +0100 @@ -23,14 +23,14 @@ %bcond_without released Name: qqc2-breeze-style6 -Version: 6.6.0 +Version: 6.6.1 Release: 0 Summary: Breeze Style for Qt Quick License: LGPL-2.1-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: fdupes ++++++ qqc2-breeze-style-6.6.0.tar.xz -> qqc2-breeze-style-6.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-6.6.0/CMakeLists.txt new/qqc2-breeze-style-6.6.1/CMakeLists.txt --- old/qqc2-breeze-style-6.6.0/CMakeLists.txt 2026-02-12 11:13:12.000000000 +0100 +++ new/qqc2-breeze-style-6.6.1/CMakeLists.txt 2026-02-24 10:46:45.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(qqc2-breeze-style) -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/qqc2-breeze-style-6.6.0/style/qtquickcontrols/ToolButton.qml new/qqc2-breeze-style-6.6.1/style/qtquickcontrols/ToolButton.qml --- old/qqc2-breeze-style-6.6.0/style/qtquickcontrols/ToolButton.qml 2026-02-12 11:13:12.000000000 +0100 +++ new/qqc2-breeze-style-6.6.1/style/qtquickcontrols/ToolButton.qml 2026-02-24 10:46:45.000000000 +0100 @@ -28,8 +28,8 @@ hoverEnabled: Application.styleHints.useHoverEffects - Kirigami.Theme.colorSet: /*control.highlighted ? Kirigami.Theme.Selection :*/ Kirigami.Theme.Button - Kirigami.Theme.inherit: false//control.flat && !control.down && !control.checked + Kirigami.Theme.colorSet: control.flat ? Kirigami.Theme.Window : Kirigami.Theme.Button + Kirigami.Theme.inherit: control.flat padding: Kirigami.Units.largeSpacing leftPadding: {
