Hello community,
here is the log from the commit of package qqc2-desktop-style for
openSUSE:Leap:15.2 checked in at 2020-03-23 07:13:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/qqc2-desktop-style (Old)
and /work/SRC/openSUSE:Leap:15.2/.qqc2-desktop-style.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-desktop-style"
Mon Mar 23 07:13:29 2020 rev:40 rq:786843 version:5.68.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/qqc2-desktop-style/qqc2-desktop-style.changes
2020-02-17 17:35:51.056411897 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.qqc2-desktop-style.new.3160/qqc2-desktop-style.changes
2020-03-23 07:13:59.786502241 +0100
@@ -1,0 +2,11 @@
+Sun Mar 8 09:18:06 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.68.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+ * ScrollView: Use scrollbar height as bottom padding, not width
+- Drop 0001-ScrollView-Use-scrollbar-height-as-bottom-padding-no.patch
+
+-------------------------------------------------------------------
Old:
----
0001-ScrollView-Use-scrollbar-height-as-bottom-padding-no.patch
qqc2-desktop-style-5.67.0.tar.xz
qqc2-desktop-style-5.67.0.tar.xz.sig
New:
----
qqc2-desktop-style-5.68.0.tar.xz
qqc2-desktop-style-5.68.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qqc2-desktop-style.spec ++++++
--- /var/tmp/diff_new_pack.FCJZmu/_old 2020-03-23 07:14:00.070502412 +0100
+++ /var/tmp/diff_new_pack.FCJZmu/_new 2020-03-23 07:14:00.074502414 +0100
@@ -16,11 +16,11 @@
#
-%define _tar_path 5.67
+%define _tar_path 5.68
# Only needed for the package signature condition
%bcond_without lang
Name: qqc2-desktop-style
-Version: 5.67.0
+Version: 5.68.0
Release: 0
Summary: A Qt Quick Controls 2 Style for Desktop UIs
License: GPL-2.0-or-later
@@ -31,8 +31,6 @@
Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/qqc2-desktop-style-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-ScrollView-Use-scrollbar-height-as-bottom-padding-no.patch
BuildRequires: extra-cmake-modules >= 0.0.8
# For dir ownership
BuildRequires: kf5-filesystem
@@ -74,7 +72,7 @@
Usually not needed as it is only a runtime dependency.
%prep
-%autosetup -p1
+%setup -q
%build
%cmake_kf5 -d build
++++++ qqc2-desktop-style-5.67.0.tar.xz -> qqc2-desktop-style-5.68.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qqc2-desktop-style-5.67.0/.gitignore
new/qqc2-desktop-style-5.68.0/.gitignore
--- old/qqc2-desktop-style-5.67.0/.gitignore 2020-02-01 10:09:01.000000000
+0100
+++ new/qqc2-desktop-style-5.68.0/.gitignore 2020-03-07 09:55:53.000000000
+0100
@@ -19,3 +19,4 @@
/build*/
CMakeLists.txt.user*
*.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qqc2-desktop-style-5.67.0/CMakeLists.txt
new/qqc2-desktop-style-5.68.0/CMakeLists.txt
--- old/qqc2-desktop-style-5.67.0/CMakeLists.txt 2020-02-01
10:09:01.000000000 +0100
+++ new/qqc2-desktop-style-5.68.0/CMakeLists.txt 2020-03-07
09:55:53.000000000 +0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
project(qqc2-desktop-style VERSION ${KF5_VERSION})
@@ -21,7 +21,7 @@
################# set KDE specific information #################
-find_package(ECM 5.67.0 REQUIRED NO_MODULE)
+find_package(ECM 5.68.0 REQUIRED NO_MODULE)
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is
checked
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -110,7 +110,7 @@
#########################################################################
add_definitions(-DQT_NO_FOREACH)
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
add_subdirectory(plugin)
if (KF5IconThemes_FOUND AND KF5WidgetsAddons_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qqc2-desktop-style-5.67.0/org.kde.desktop/ScrollView.qml
new/qqc2-desktop-style-5.68.0/org.kde.desktop/ScrollView.qml
--- old/qqc2-desktop-style-5.67.0/org.kde.desktop/ScrollView.qml
2020-02-01 10:09:01.000000000 +0100
+++ new/qqc2-desktop-style-5.68.0/org.kde.desktop/ScrollView.qml
2020-03-07 09:55:53.000000000 +0100
@@ -45,7 +45,7 @@
rightPadding: (internal.backgroundVisible &&
background.hasOwnProperty("rightPadding") ? background.rightPadding : 0)
+ (!LayoutMirroring.enabled ?
internal.verticalScrollBarWidth : 0)
bottomPadding: (internal.backgroundVisible &&
background.hasOwnProperty("bottomPadding") ? background.bottomPadding : 0)
- + internal.horizontalScrollBarWidth
+ + internal.horizontalScrollBarHeight
//create a background only after Component.onCompleted, see on the
component creation below for explanation
Component.onCompleted: {
@@ -97,7 +97,7 @@
readonly property bool backgroundVisible: controlRoot.background
&& controlRoot.background.visible
readonly property real verticalScrollBarWidth:
controlRoot.ScrollBar.vertical.visible && !Kirigami.Settings.tabletMode ?
controlRoot.ScrollBar.vertical.width : 0
- readonly property real horizontalScrollBarWidth:
controlRoot.ScrollBar.horizontal.visible && !Kirigami.Settings.tabletMode ?
controlRoot.ScrollBar.horizontal.width : 0
+ readonly property real horizontalScrollBarHeight:
controlRoot.ScrollBar.horizontal.visible && !Kirigami.Settings.tabletMode ?
controlRoot.ScrollBar.horizontal.height : 0
}
]
ScrollBar.vertical: ScrollBar {