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-10-20 11:11:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old) and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style" Thu Oct 20 11:11:12 2022 rev:32 rq:1029981 version:5.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes 2022-10-11 18:04:40.606000127 +0200 +++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275/qqc2-breeze-style.changes 2022-10-20 11:11:40.856015949 +0200 @@ -1,0 +2,13 @@ +Tue Oct 18 11:27:37 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.1 +- Changes since 5.26.0: + * ScrollBar & ScrollIndicator: Show over content even if it loaded after + * Revert "Install po folder" +- Drop patches, now upstream: + * 0001-Revert-Install-po-folder.patch + +------------------------------------------------------------------- Old: ---- 0001-Revert-Install-po-folder.patch qqc2-breeze-style-5.26.0.tar.xz qqc2-breeze-style-5.26.0.tar.xz.sig New: ---- qqc2-breeze-style-5.26.1.tar.xz qqc2-breeze-style-5.26.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-breeze-style.spec ++++++ --- /var/tmp/diff_new_pack.8UvXHs/_old 2022-10-20 11:11:41.356016962 +0200 +++ /var/tmp/diff_new_pack.8UvXHs/_new 2022-10-20 11:11:41.364016978 +0200 @@ -18,19 +18,17 @@ %bcond_without released Name: qqc2-breeze-style -Version: 5.26.0 +Version: 5.26.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 -# PATCH-FIX-UPSTREAM -Patch1: 0001-Revert-Install-po-folder.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kf5-filesystem ++++++ qqc2-breeze-style-5.26.0.tar.xz -> qqc2-breeze-style-5.26.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/.kde-ci.yml new/qqc2-breeze-style-5.26.1/.kde-ci.yml --- old/qqc2-breeze-style-5.26.0/.kde-ci.yml 2022-10-06 14:44:43.000000000 +0200 +++ new/qqc2-breeze-style-5.26.1/.kde-ci.yml 2022-10-18 12:50:25.000000000 +0200 @@ -12,7 +12,6 @@ 'frameworks/kguiaddons': '@latest' 'frameworks/kiconthemes': '@latest' 'frameworks/kirigami': '@latest' - 'frameworks/ki18n': '@latest' 'frameworks/kwidgetsaddons': '@latest' Options: require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/CMakeLists.txt new/qqc2-breeze-style-5.26.1/CMakeLists.txt --- old/qqc2-breeze-style-5.26.0/CMakeLists.txt 2022-10-06 14:44:43.000000000 +0200 +++ new/qqc2-breeze-style-5.26.1/CMakeLists.txt 2022-10-18 12:50:25.000000000 +0200 @@ -47,7 +47,7 @@ find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED) endif() -find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets I18n) +find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets) if (NOT APPLE AND NOT WIN32) find_package(X11) @@ -172,5 +172,3 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) - -ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollBar.qml new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollBar.qml --- old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollBar.qml 2022-10-06 14:44:43.000000000 +0200 +++ new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollBar.qml 2022-10-18 12:50:25.000000000 +0200 @@ -11,6 +11,10 @@ T.ScrollBar { id: control + // content may be loaded after this component, ensure it always stays above content + // inline with qqc2-desktop-style behaviour + z: 9999 + implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, implicitContentWidth + leftPadding + rightPadding) implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollIndicator.qml new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollIndicator.qml --- old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollIndicator.qml 2022-10-06 14:44:43.000000000 +0200 +++ new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollIndicator.qml 2022-10-18 12:50:25.000000000 +0200 @@ -11,6 +11,10 @@ T.ScrollIndicator { id: control + // content may be loaded after this component, ensure it always stays above content + // inline with qqc2-desktop-style behaviour + z: 9999 + implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, implicitContentWidth + leftPadding + rightPadding) implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset,