Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qqc2-desktop-style for 
openSUSE:Factory checked in at 2021-06-16 20:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-desktop-style (Old)
 and      /work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qqc2-desktop-style"

Wed Jun 16 20:34:25 2021 rev:47 rq:899778 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-desktop-style/qqc2-desktop-style.changes    
2021-05-10 15:37:57.173906613 +0200
+++ 
/work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.32437/qqc2-desktop-style.changes
 2021-06-16 20:36:05.863248862 +0200
@@ -1,0 +2,11 @@
+Sat Jun  5 11:59:24 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+  * User HoverHandler instead of MouseArea
+
+-------------------------------------------------------------------

Old:
----
  qqc2-desktop-style-5.82.0.tar.xz
  qqc2-desktop-style-5.82.0.tar.xz.sig

New:
----
  qqc2-desktop-style-5.83.0.tar.xz
  qqc2-desktop-style-5.83.0.tar.xz.sig

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

Other differences:
------------------
++++++ qqc2-desktop-style.spec ++++++
--- /var/tmp/diff_new_pack.Xqrwf8/_old  2021-06-16 20:36:06.311249626 +0200
+++ /var/tmp/diff_new_pack.Xqrwf8/_new  2021-06-16 20:36:06.315249633 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define _tar_path 5.82
+%define _tar_path 5.83
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           qqc2-desktop-style
-Version:        5.82.0
+Version:        5.83.0
 Release:        0
 Summary:        A Qt Quick Controls 2 Style for Desktop UIs
 License:        GPL-2.0-or-later


++++++ qqc2-desktop-style-5.82.0.tar.xz -> qqc2-desktop-style-5.83.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.82.0/.gitignore 
new/qqc2-desktop-style-5.83.0/.gitignore
--- old/qqc2-desktop-style-5.82.0/.gitignore    2021-05-01 11:48:15.000000000 
+0200
+++ new/qqc2-desktop-style-5.83.0/.gitignore    2021-06-08 12:40:09.000000000 
+0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.82.0/CMakeLists.txt 
new/qqc2-desktop-style-5.83.0/CMakeLists.txt
--- old/qqc2-desktop-style-5.82.0/CMakeLists.txt        2021-05-01 
11:48:15.000000000 +0200
+++ new/qqc2-desktop-style-5.83.0/CMakeLists.txt        2021-06-08 
12:40:09.000000000 +0200
@@ -1,7 +1,7 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 
 project(qqc2-desktop-style VERSION ${KF_VERSION})
 
@@ -21,7 +21,7 @@
 
 ################# set KDE specific information #################
 
-find_package(ECM 5.82.0 REQUIRED NO_MODULE)
+find_package(ECM 5.83.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})
@@ -109,7 +109,6 @@
     SOVERSION 5)
 
 #########################################################################
-add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_subdirectory(plugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.82.0/org.kde.desktop/Label.qml 
new/qqc2-desktop-style-5.83.0/org.kde.desktop/Label.qml
--- old/qqc2-desktop-style-5.82.0/org.kde.desktop/Label.qml     2021-05-01 
11:48:15.000000000 +0200
+++ new/qqc2-desktop-style-5.83.0/org.kde.desktop/Label.qml     2021-06-08 
12:40:09.000000000 +0200
@@ -6,7 +6,7 @@
 */
 
 
-import QtQuick 2.1
+import QtQuick 2.15
 import QtQuick.Window 2.2
 import QtQuick.Templates @QQC2_VERSION@ as T
 import org.kde.qqc2desktopstyle.private 1.0 as StylePrivate
@@ -21,14 +21,8 @@
     // https://bugreports.qt.io/browse/QTBUG-67007
     renderType: Screen.devicePixelRatio % 1 !== 0 ? Text.QtRendering : 
Text.NativeRendering
 
-    // Since Text (and Label) lack cursor-changing abilities of their own,
-    // as suggested by QTBUG-30804, use a MouseAra to do our dirty work.
-    // See comment https://bugreports.qt.io/browse/QTBUG-30804?#comment-206287
-    // TODO: Once HoverHandler and friends are able to change cursor shapes, 
this will want changing to that method
-    MouseArea {
-        anchors.fill: parent
+    HoverHandler {
         cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : 
Qt.ArrowCursor
-        acceptedButtons: Qt.NoButton // Not actually accepting clicks, just 
changing the cursor
     }
 
     color: Kirigami.Theme.textColor

Reply via email to