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-03-15 10:55:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old)
 and      /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qqc2-breeze-style"

Mon Mar 15 10:55:07 2021 rev:3 rq:878867 version:5.21.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes      
2021-03-02 12:44:34.628309897 +0100
+++ 
/work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2401/qqc2-breeze-style.changes
    2021-03-15 10:55:08.097239370 +0100
@@ -1,0 +2,17 @@
+Sat Mar 13 16:22:30 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Add patch to fix wrong kirigami dependency:
+  * 0001-RangeSlider-Lower-Kirigami-version-to-2.14.patch
+
+-------------------------------------------------------------------
+Tue Mar  2 15:01:39 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.21.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.21.2
+- Changes since 5.21.1:
+  * Remove ApplicationWindow
+  * [RangeSlider] Remove inset, endVisualPosition and palette
+
+-------------------------------------------------------------------

Old:
----
  qqc2-breeze-style-5.21.1.tar.xz
  qqc2-breeze-style-5.21.1.tar.xz.sig

New:
----
  0001-RangeSlider-Lower-Kirigami-version-to-2.14.patch
  qqc2-breeze-style-5.21.2.tar.xz
  qqc2-breeze-style-5.21.2.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qqc2-breeze-style.spec ++++++
--- /var/tmp/diff_new_pack.6LDe2e/_old  2021-03-15 10:55:08.621240174 +0100
+++ /var/tmp/diff_new_pack.6LDe2e/_new  2021-03-15 10:55:08.625240180 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           qqc2-breeze-style
-Version:        5.21.1
+Version:        5.21.2
 Release:        0
 Summary:        Breeze Style for Qt Quick Controls 2
 License:        LGPL-2.1-only OR LGPL-3.0-only
@@ -29,6 +29,8 @@
 Source1:        qqc2-breeze-style-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-RangeSlider-Lower-Kirigami-version-to-2.14.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++++++ 0001-RangeSlider-Lower-Kirigami-version-to-2.14.patch ++++++
>From 7d00373015a25d6a9c7c429479cc89f2f5fcd76b Mon Sep 17 00:00:00 2001
From: Noah Davis <noaha...@gmail.com>
Date: Mon, 1 Mar 2021 15:00:22 -0500
Subject: [PATCH] [RangeSlider] Lower Kirigami version to 2.14

Forgot 2.16 wasn't a released version of Kirigami

(cherry picked from commit 2d431b75b338bb1aae04c38857468928e020823d)
---
 style/qtquickcontrols/RangeSlider.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/qtquickcontrols/RangeSlider.qml 
b/style/qtquickcontrols/RangeSlider.qml
index 3d1b251..479eab0 100644
--- a/style/qtquickcontrols/RangeSlider.qml
+++ b/style/qtquickcontrols/RangeSlider.qml
@@ -7,7 +7,7 @@
 import QtQuick 2.15
 import QtQuick.Controls 2.15
 import QtQuick.Templates 2.15 as T
-import org.kde.kirigami 2.16 as Kirigami
+import org.kde.kirigami 2.14 as Kirigami
 import "impl"
 
 T.RangeSlider {
-- 
2.25.1


++++++ qqc2-breeze-style-5.21.1.tar.xz -> qqc2-breeze-style-5.21.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-breeze-style-5.21.1/style/kirigami/ApplicationWindow.qml 
new/qqc2-breeze-style-5.21.2/style/kirigami/ApplicationWindow.qml
--- old/qqc2-breeze-style-5.21.1/style/kirigami/ApplicationWindow.qml   
2021-02-23 14:17:37.000000000 +0100
+++ new/qqc2-breeze-style-5.21.2/style/kirigami/ApplicationWindow.qml   
1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-/*
- *  SPDX-FileCopyrightText: 2015 Marco Martin <m...@kde.org>
- *
- *  SPDX-License-Identifier: LGPL-2.0-or-later
- */
-
-import QtQuick 2.1
-import "../../" as Base
-
-
-Base.ApplicationWindow {
-    id: root
-    width: Units.gridUnit * 55
-    height: Units.gridUnit * 40
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-breeze-style-5.21.1/style/kirigami/qmldir 
new/qqc2-breeze-style-5.21.2/style/kirigami/qmldir
--- old/qqc2-breeze-style-5.21.1/style/kirigami/qmldir  2021-02-23 
14:17:37.000000000 +0100
+++ new/qqc2-breeze-style-5.21.2/style/kirigami/qmldir  2021-03-02 
14:17:30.000000000 +0100
@@ -11,5 +11,4 @@
 singleton Theme 2.0 Theme.qml
 singleton Units 2.0 Units.qml
 AbstractApplicationHeader 2.0 AbstractApplicationHeader.qml
-ApplicationWindow 2.0 ApplicationWindow.qml
-AbstractListIte 2.0 AbstractListItem.qml
+AbstractListItem 2.0 AbstractListItem.qml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-breeze-style-5.21.1/style/qtquickcontrols/RangeSlider.qml 
new/qqc2-breeze-style-5.21.2/style/qtquickcontrols/RangeSlider.qml
--- old/qqc2-breeze-style-5.21.1/style/qtquickcontrols/RangeSlider.qml  
2021-02-23 14:17:37.000000000 +0100
+++ new/qqc2-breeze-style-5.21.2/style/qtquickcontrols/RangeSlider.qml  
2021-03-02 14:17:30.000000000 +0100
@@ -4,16 +4,15 @@
  */
 
 
-import QtQuick 2.6
+import QtQuick 2.15
 import QtQuick.Controls 2.15
 import QtQuick.Templates 2.15 as T
-import org.kde.kirigami 2.4 as Kirigami
+import org.kde.kirigami 2.16 as Kirigami
 import "impl"
 
 T.RangeSlider {
     id: control
 
-    palette: Kirigami.Theme.palette
     implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset,
                             Math.max(first.implicitHandleWidth,
                                      second.implicitHandleWidth) + leftPadding 
+ rightPadding)
@@ -26,18 +25,6 @@
 
     padding: Kirigami.Settings.tabletMode ? Kirigami.Units.mediumSpacing : 0
 
-    property bool __hasHandle: Boolean(control.handle)
-    property real __preInset: Math.max(
-    (__hasHandle ?
-        handle.width : Kirigami.Units.inlineControlHeight) - 
implicitBackgroundWidth,
-    (__hasHandle ?
-        handle.height : Kirigami.Units.inlineControlHeight) - 
implicitBackgroundHeight
-    )/2
-    leftInset: __preInset + leftPadding
-    rightInset: __preInset + rightPadding
-    topInset: __preInset + topPadding
-    bottomInset: __preInset + bottomPadding
-
     first.handle: SliderHandle {
         control: control
         position: control.first.position
@@ -62,6 +49,5 @@
         control: control
         startPosition: first.position
         endPosition: second.position
-        endVisualPosition: second.visualPosition
     }
 }

Reply via email to