Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qqc2-breeze-style6 for 
openSUSE:Factory checked in at 2026-03-19 17:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style6 (Old)
 and      /work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qqc2-breeze-style6"

Thu Mar 19 17:35:23 2026 rev:39 rq:1340990 version:6.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-breeze-style6/qqc2-breeze-style6.changes    
2026-03-04 21:02:22.673391710 +0100
+++ 
/work/SRC/openSUSE:Factory/.qqc2-breeze-style6.new.8177/qqc2-breeze-style6.changes
  2026-03-19 17:36:15.891044277 +0100
@@ -1,0 +2,10 @@
+Wed Mar 18 11:06:19 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.3:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.3
+- Changes since 6.6.2:
+  * Update version for new release 6.6.3
+  * TextArea & TextField: Allow user to select text by char
+
+-------------------------------------------------------------------

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

New:
----
  qqc2-breeze-style-6.6.3.tar.xz
  qqc2-breeze-style-6.6.3.tar.xz.sig

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

Other differences:
------------------
++++++ qqc2-breeze-style6.spec ++++++
--- /var/tmp/diff_new_pack.tAz4pc/_old  2026-03-19 17:36:16.571072455 +0100
+++ /var/tmp/diff_new_pack.tAz4pc/_new  2026-03-19 17:36:16.575072621 +0100
@@ -23,7 +23,7 @@
 
 %bcond_without released
 Name:           qqc2-breeze-style6
-Version:        6.6.2
+Version:        6.6.3
 Release:        0
 Summary:        Breeze Style for Qt Quick
 License:        LGPL-2.1-or-later


++++++ qqc2-breeze-style-6.6.2.tar.xz -> qqc2-breeze-style-6.6.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-breeze-style-6.6.2/CMakeLists.txt 
new/qqc2-breeze-style-6.6.3/CMakeLists.txt
--- old/qqc2-breeze-style-6.6.2/CMakeLists.txt  2026-03-03 10:40:00.000000000 
+0100
+++ new/qqc2-breeze-style-6.6.3/CMakeLists.txt  2026-03-17 12:11:01.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(qqc2-breeze-style)
-set(PROJECT_VERSION "6.6.2")
+set(PROJECT_VERSION "6.6.3")
 
 set(QT_MIN_VERSION "6.10.0")
 set(KF6_MIN_VERSION "6.22.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-breeze-style-6.6.2/style/qtquickcontrols/TextArea.qml 
new/qqc2-breeze-style-6.6.3/style/qtquickcontrols/TextArea.qml
--- old/qqc2-breeze-style-6.6.2/style/qtquickcontrols/TextArea.qml      
2026-03-03 10:40:00.000000000 +0100
+++ new/qqc2-breeze-style-6.6.3/style/qtquickcontrols/TextArea.qml      
2026-03-17 12:11:01.000000000 +0100
@@ -43,8 +43,7 @@
     placeholderTextColor: Kirigami.Theme.disabledTextColor
 
     selectByMouse: true
-    mouseSelectionMode: Kirigami.Settings.tabletMode ?
-        TextEdit.SelectWords : TextEdit.SelectCharacters
+    mouseSelectionMode: TextEdit.SelectCharacters
 
     cursorDelegate: Impl.CursorDelegate {
         visible: control.activeFocus && !control.readOnly && 
control.selectionStart === control.selectionEnd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-breeze-style-6.6.2/style/qtquickcontrols/TextField.qml 
new/qqc2-breeze-style-6.6.3/style/qtquickcontrols/TextField.qml
--- old/qqc2-breeze-style-6.6.2/style/qtquickcontrols/TextField.qml     
2026-03-03 10:40:00.000000000 +0100
+++ new/qqc2-breeze-style-6.6.3/style/qtquickcontrols/TextField.qml     
2026-03-17 12:11:01.000000000 +0100
@@ -40,8 +40,7 @@
     horizontalAlignment: TextInput.AlignLeft
 
     selectByMouse: true
-    mouseSelectionMode: Kirigami.Settings.tabletMode ?
-        TextInput.SelectWords : TextInput.SelectCharacters
+    mouseSelectionMode: TextInput.SelectCharacters
 
     cursorDelegate: Impl.CursorDelegate {
         visible: control.activeFocus && !control.readOnly && 
control.selectionStart === control.selectionEnd

Reply via email to