Hello community, here is the log from the commit of package qqc2-desktop-style for openSUSE:Factory checked in at 2019-09-23 12:27:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-desktop-style (Old) and /work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-desktop-style" Mon Sep 23 12:27:46 2019 rev:26 rq:730971 version:5.62.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-desktop-style/qqc2-desktop-style.changes 2019-08-19 21:25:25.468670237 +0200 +++ /work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.7948/qqc2-desktop-style.changes 2019-09-23 12:27:47.573704857 +0200 @@ -1,0 +2,13 @@ +Sat Sep 7 20:37:18 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.62.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.62.0.php +- Changes since 5.61.0: + * Prevent dragging QQC2 ComboBox contents outside menu + * metainfo.yaml: set fancy name, auto-name from cmake project() is not nice + * metainfo.yaml: remove bogus note about library to link to +- Replace foo-devel with cmake(KF5Foo) in build requirements + +------------------------------------------------------------------- Old: ---- qqc2-desktop-style-5.61.0.tar.xz qqc2-desktop-style-5.61.0.tar.xz.sig New: ---- qqc2-desktop-style-5.62.0.tar.xz qqc2-desktop-style-5.62.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-desktop-style.spec ++++++ --- /var/tmp/diff_new_pack.x6edGj/_old 2019-09-23 12:27:48.129704766 +0200 +++ /var/tmp/diff_new_pack.x6edGj/_new 2019-09-23 12:27:48.141704764 +0200 @@ -16,11 +16,11 @@ # -%define _tar_path 5.61 +%define _tar_path 5.62 # Only needed for the package signature condition %bcond_without lang Name: qqc2-desktop-style -Version: 5.61.0 +Version: 5.62.0 Release: 0 Summary: A Qt Quick Controls 2 Style for Desktop UIs License: GPL-2.0-or-later @@ -33,10 +33,10 @@ %endif BuildRequires: extra-cmake-modules >= 0.0.8 # For dir ownership -BuildRequires: kconfigwidgets-devel BuildRequires: kf5-filesystem -BuildRequires: kiconthemes-devel -BuildRequires: kirigami2-devel +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5Kirigami2) BuildRequires: cmake(Qt5Core) >= 5.9.1 BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Network) ++++++ qqc2-desktop-style-5.61.0.tar.xz -> qqc2-desktop-style-5.62.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.61.0/CMakeLists.txt new/qqc2-desktop-style-5.62.0/CMakeLists.txt --- old/qqc2-desktop-style-5.61.0/CMakeLists.txt 2019-08-03 21:36:58.000000000 +0200 +++ new/qqc2-desktop-style-5.62.0/CMakeLists.txt 2019-09-07 14:39:15.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.61.0") # handled by release scripts -set(KF5_DEP_VERSION "5.61.0") # handled by release scripts +set(KF5_VERSION "5.62.0") # handled by release scripts +set(KF5_DEP_VERSION "5.62.0") # handled by release scripts project(qqc2-desktop-style VERSION ${KF5_VERSION}) @@ -21,7 +21,7 @@ ################# set KDE specific information ################# -find_package(ECM 5.61.0 REQUIRED NO_MODULE) +find_package(ECM 5.62.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}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.61.0/metainfo.yaml new/qqc2-desktop-style-5.62.0/metainfo.yaml --- old/qqc2-desktop-style-5.61.0/metainfo.yaml 2019-08-03 21:36:58.000000000 +0200 +++ new/qqc2-desktop-style-5.62.0/metainfo.yaml 2019-09-07 14:39:15.000000000 +0200 @@ -1,3 +1,4 @@ +fancyname: QQC2-Desktop-Style maintainer: mart description: QtQuickControls 2 style that integrates with the desktop tier: 3 @@ -10,8 +11,6 @@ public_lib: true deprecated: false release: true -libraries: - - cmake: KF5::QQC2DesktopStyle cmakename: KF5QQC2DesktopStyle irc: plasma mailinglist: plasma-devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.61.0/org.kde.desktop/ComboBox.qml new/qqc2-desktop-style-5.62.0/org.kde.desktop/ComboBox.qml --- old/qqc2-desktop-style-5.61.0/org.kde.desktop/ComboBox.qml 2019-08-03 21:36:58.000000000 +0200 +++ new/qqc2-desktop-style-5.62.0/org.kde.desktop/ComboBox.qml 2019-09-07 14:39:15.000000000 +0200 @@ -222,6 +222,7 @@ currentIndex: controlRoot.highlightedIndex highlightRangeMode: ListView.ApplyRange highlightMoveDuration: 0 + boundsBehavior: Flickable.StopAtBounds T.ScrollBar.vertical: Controls.ScrollBar { } } background: Rectangle {
