Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qqc2-breeze-style for
openSUSE:Factory checked in at 2022-06-23 10:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old)
and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style"
Thu Jun 23 10:23:56 2022 rev:26 rq:984369 version:5.25.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes
2022-06-13 13:03:19.741183928 +0200
+++
/work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.1548/qqc2-breeze-style.changes
2022-06-23 10:24:37.959763609 +0200
@@ -1,0 +2,11 @@
+Tue Jun 21 11:39:49 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.1
+- Changes since 5.25.0:
+ * Connect visibleChanged signal to syncColors
+ * Revert "PlasmaDesktopTheme: Do not compute the colors for invisible items"
+
+-------------------------------------------------------------------
Old:
----
qqc2-breeze-style-5.25.0.tar.xz
qqc2-breeze-style-5.25.0.tar.xz.sig
New:
----
qqc2-breeze-style-5.25.1.tar.xz
qqc2-breeze-style-5.25.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qqc2-breeze-style.spec ++++++
--- /var/tmp/diff_new_pack.J52Dnc/_old 2022-06-23 10:24:38.451764143 +0200
+++ /var/tmp/diff_new_pack.J52Dnc/_new 2022-06-23 10:24:38.459764152 +0200
@@ -18,15 +18,15 @@
%bcond_without released
Name: qqc2-breeze-style
-Version: 5.25.0
+Version: 5.25.1
Release: 0
Summary: Breeze Style for Qt Quick Controls 2
License: LGPL-2.1-only OR LGPL-3.0-only
Group: System/Libraries
URL: https://www.kde.org
-Source: qqc2-breeze-style-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz
%if %{with released}
-Source1: qqc2-breeze-style-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules
++++++ qqc2-breeze-style-5.25.0.tar.xz -> qqc2-breeze-style-5.25.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qqc2-breeze-style-5.25.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp
new/qqc2-breeze-style-5.25.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp
---
old/qqc2-breeze-style-5.25.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp
2022-06-09 11:21:25.000000000 +0200
+++
new/qqc2-breeze-style-5.25.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp
2022-06-21 13:04:56.000000000 +0200
@@ -297,9 +297,6 @@
QPalette::ColorGroup group = (QPalette::ColorGroup)colorGroup();
auto parentItem = qobject_cast<QQuickItem *>(parent());
if (parentItem) {
- if (!parentItem->isVisible()) {
- return;
- }
if (!parentItem->isEnabled()) {
group = QPalette::Disabled;
} else if (m_window && !m_window->isActive() && m_window->isExposed())
{