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 2023-01-06 17:05:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old) and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style" Fri Jan 6 17:05:19 2023 rev:36 rq:1056054 version:5.26.5 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes 2022-11-30 15:00:51.829672834 +0100 +++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.1563/qqc2-breeze-style.changes 2023-01-06 17:06:05.744363340 +0100 @@ -1,0 +2,10 @@ +Wed Jan 4 14:06:23 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.5 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.5 +- Changes since 5.26.4: + * ScrollView: Enable clip + +------------------------------------------------------------------- Old: ---- qqc2-breeze-style-5.26.4.tar.xz qqc2-breeze-style-5.26.4.tar.xz.sig New: ---- qqc2-breeze-style-5.26.5.tar.xz qqc2-breeze-style-5.26.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-breeze-style.spec ++++++ --- /var/tmp/diff_new_pack.ATlDjO/_old 2023-01-06 17:06:06.796369248 +0100 +++ /var/tmp/diff_new_pack.ATlDjO/_new 2023-01-06 17:06:06.800369271 +0100 @@ -1,7 +1,7 @@ # # spec file for package qqc2-breeze-style # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without released Name: qqc2-breeze-style -Version: 5.26.4 +Version: 5.26.5 Release: 0 Summary: Breeze Style for Qt Quick Controls 2 License: LGPL-2.1-only OR LGPL-3.0-only ++++++ qqc2-breeze-style-5.26.4.tar.xz -> qqc2-breeze-style-5.26.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.4/style/qtquickcontrols/ScrollView.qml new/qqc2-breeze-style-5.26.5/style/qtquickcontrols/ScrollView.qml --- old/qqc2-breeze-style-5.26.4/style/qtquickcontrols/ScrollView.qml 2022-11-29 12:51:36.000000000 +0100 +++ new/qqc2-breeze-style-5.26.5/style/qtquickcontrols/ScrollView.qml 2023-01-03 19:52:05.000000000 +0100 @@ -5,6 +5,7 @@ T.ScrollView { id: control + clip: true //TODO: remove with Qt 6 implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, contentWidth + leftPadding + rightPadding)