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 2021-07-09 23:58:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old) and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style" Fri Jul 9 23:58:40 2021 rev:10 rq:904540 version:5.22.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes 2021-06-27 19:00:17.616371567 +0200 +++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2625/qqc2-breeze-style.changes 2021-07-10 00:00:07.484158046 +0200 @@ -1,0 +2,11 @@ +Tue Jul 6 12:01:52 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- Changes since 5.22.2.1: + * Fix previous commit + * Disable slider ticks + +------------------------------------------------------------------- Old: ---- qqc2-breeze-style-5.22.2.1.tar.xz qqc2-breeze-style-5.22.2.1.tar.xz.sig New: ---- qqc2-breeze-style-5.22.3.tar.xz qqc2-breeze-style-5.22.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-breeze-style.spec ++++++ --- /var/tmp/diff_new_pack.QE7lHK/_old 2021-07-10 00:00:08.016153909 +0200 +++ /var/tmp/diff_new_pack.QE7lHK/_new 2021-07-10 00:00:08.020153878 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: qqc2-breeze-style -Version: 5.22.2.1 +Version: 5.22.3 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: https://download.kde.org/stable/plasma/5.22.2/qqc2-breeze-style-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.22.2/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.22.2.1.tar.xz -> qqc2-breeze-style-5.22.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.22.2.1/style/impl/SliderGroove.qml new/qqc2-breeze-style-5.22.3/style/impl/SliderGroove.qml --- old/qqc2-breeze-style-5.22.2.1/style/impl/SliderGroove.qml 2021-06-22 21:15:43.000000000 +0200 +++ new/qqc2-breeze-style-5.22.3/style/impl/SliderGroove.qml 2021-07-06 12:35:16.000000000 +0200 @@ -107,6 +107,9 @@ } } + //NOTE: this code has problems when large from/to ranges are used. + // Keeping it here to work on it later. + /* Loader { id: tickmarkLoader visible: root.control.stepSize > 0 @@ -157,5 +160,5 @@ } } } - } + }*/ }