Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-qqc2-desktop-style for 
openSUSE:Factory checked in at 2026-06-16 13:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-qqc2-desktop-style"

Tue Jun 16 13:52:54 2026 rev:29 rq:1358922 version:6.27.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style/kf6-qqc2-desktop-style.changes
    2026-05-11 16:58:25.847503782 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.1981/kf6-qqc2-desktop-style.changes
  2026-06-16 13:57:57.084580905 +0200
@@ -1,0 +2,13 @@
+Sat Jun  6 11:42:27 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.27.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.27.0
+- Changes since 6.26.0:
+  * Update dependency version to 6.27.0
+  * README.md kdesrc-build -> kde-builder
+  * Remove group separators from SpinBox by default like QSpinBox
+  * Update version to 6.27.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kf6-qqc2-desktop-style.spec ++++++
--- /var/tmp/diff_new_pack.tH2mJA/_old  2026-06-16 13:58:00.248712838 +0200
+++ /var/tmp/diff_new_pack.tH2mJA/_new  2026-06-16 13:58:00.260713338 +0200
@@ -19,11 +19,11 @@
 %define qt6_version 6.9.0
 
 %define rname qqc2-desktop-style
-# Full KF6 version (e.g. 6.26.0)
+# Full KF6 version (e.g. 6.27.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
 %bcond_without released
 Name:           kf6-qqc2-desktop-style
-Version:        6.26.0
+Version:        6.27.0
 Release:        0
 Summary:        A Qt Quick Controls 2 Style for Desktop UIs
 License:        GPL-2.0-or-later


++++++ qqc2-desktop-style-6.26.0.tar.xz -> qqc2-desktop-style-6.27.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-6.26.0/CMakeLists.txt 
new/qqc2-desktop-style-6.27.0/CMakeLists.txt
--- old/qqc2-desktop-style-6.26.0/CMakeLists.txt        2026-05-01 
13:56:35.000000000 +0200
+++ new/qqc2-desktop-style-6.27.0/CMakeLists.txt        2026-06-05 
17:52:09.000000000 +0200
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.29)
 
-set(KF_VERSION "6.26.0") # handled by release scripts
-set(KF_DEP_VERSION "6.26.0") # handled by release scripts
+set(KF_VERSION "6.27.0") # handled by release scripts
+set(KF_DEP_VERSION "6.27.0") # handled by release scripts
 
 project(qqc2-desktop-style VERSION ${KF_VERSION})
 
 set(REQUIRED_QT_VERSION 6.9.0)
 
-find_package(ECM 6.26.0 REQUIRED NO_MODULE)
+find_package(ECM 6.27.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})
@@ -93,7 +93,7 @@
 
 ecm_set_disabled_deprecation_versions(
     QT 6.11.0
-    KF 6.23.0
+    KF 6.26.0
 )
 
 add_subdirectory(plugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-6.26.0/README.md 
new/qqc2-desktop-style-6.27.0/README.md
--- old/qqc2-desktop-style-6.26.0/README.md     2026-05-01 13:56:35.000000000 
+0200
+++ new/qqc2-desktop-style-6.27.0/README.md     2026-06-05 17:52:09.000000000 
+0200
@@ -54,7 +54,7 @@
 
 ## Building
 
-The easiest way to make changes and test QQC2 Desktop Style during development 
is to [build it with 
kdesrc-build](https://community.kde.org/Get_Involved/development/Build_software_with_kdesrc-build).
+The easiest way to make changes and test QQC2 Desktop Style during development 
is to [build it with 
kde-builder](https://develop.kde.org/docs/getting-started/building).
 
 ## Contributing
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-desktop-style-6.26.0/org.kde.desktop/SpinBox.qml 
new/qqc2-desktop-style-6.27.0/org.kde.desktop/SpinBox.qml
--- old/qqc2-desktop-style-6.26.0/org.kde.desktop/SpinBox.qml   2026-05-01 
13:56:35.000000000 +0200
+++ new/qqc2-desktop-style-6.27.0/org.kde.desktop/SpinBox.qml   2026-06-05 
17:52:09.000000000 +0200
@@ -43,6 +43,19 @@
 
     inputMethodHints: Qt.ImhFormattedNumbersOnly
 
+    locale: {
+        // Because of QTBUG-145726, we can't just modify the existing default
+        // locale object. If we do, we will get an error because the object is
+        // not ready until after completion. We don't modify it in onCompleted
+        // either to avoid making it more difficult to change the behavior.
+        // Because we're creating a new locale object, SpinBox won't inherit 
the
+        // locale of parent controls (e.g., ApplicationWindow, Popup, ToolBar).
+        let loc = Qt.locale() // new default locale object
+        // QSpinBox disables group separators by default, so we do the same 
here
+        loc.numberOptions = loc.numberOptions | Locale.OmitGroupSeparator
+        return loc
+    }
+
     contentItem: T.TextField {
         readonly property TextMetrics _textMetrics: TextMetrics {
             text: controlRoot.textFromValue(controlRoot.to, controlRoot.locale)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-desktop-style-6.26.0/poqm/ug/qqc2desktopstyle_qt.po 
new/qqc2-desktop-style-6.27.0/poqm/ug/qqc2desktopstyle_qt.po
--- old/qqc2-desktop-style-6.26.0/poqm/ug/qqc2desktopstyle_qt.po        
1970-01-01 01:00:00.000000000 +0100
+++ new/qqc2-desktop-style-6.27.0/poqm/ug/qqc2desktopstyle_qt.po        
2026-06-05 17:52:09.000000000 +0200
@@ -0,0 +1,91 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: Abduqadir Abliz <[email protected]>\n"
+"Language-Team: \n"
+"Language: ug\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"X-Generator: Poedit 3.9\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:59
+msgctxt "MobileTextActionsToolBarImpl|"
+msgid "Cut"
+msgstr "كەس"
+
+#: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:69
+msgctxt "MobileTextActionsToolBarImpl|"
+msgid "Copy"
+msgstr "كۆچۈر"
+
+#: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:79
+msgctxt "MobileTextActionsToolBarImpl|"
+msgid "Paste"
+msgstr "چاپلا"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:197
+#, qt-format
+msgctxt "TextFieldContextMenu|"
+msgid "No Suggestions for \"%1\""
+msgstr ""
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:211
+#, qt-format
+msgctxt "TextFieldContextMenu|"
+msgid "Add \"%1\" to Dictionary"
+msgstr ""
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:227
+msgctxt "TextFieldContextMenu|"
+msgid "Ignore"
+msgstr "پەرۋا قىلما"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:242
+msgctxt "TextFieldContextMenu|"
+msgid "Spell Check"
+msgstr "ئىملا تەكشۈر"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:259
+msgctxt "TextFieldContextMenu|"
+msgid "Undo"
+msgstr "يېنىۋال"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:274
+msgctxt "TextFieldContextMenu|"
+msgid "Redo"
+msgstr "قايتىلا"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:292
+msgctxt "TextFieldContextMenu|"
+msgid "Cut"
+msgstr "كەس"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:307
+msgctxt "TextFieldContextMenu|"
+msgid "Copy"
+msgstr "كۆچۈر"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:322
+msgctxt "TextFieldContextMenu|"
+msgid "Paste"
+msgstr "چاپلا"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:337
+msgctxt "TextFieldContextMenu|"
+msgid "Delete"
+msgstr "ئۆچۈر"
+
+#: org.kde.desktop/private/TextFieldContextMenu.qml:356
+msgctxt "TextFieldContextMenu|"
+msgid "Select All"
+msgstr "ھەممىنى تاللا"
+
+#: org.kde.desktop/SearchField.qml:80
+msgctxt "SearchField|"
+msgid "Clear search"
+msgstr "ئىزدەشنى تازىلا"

Reply via email to