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-04-11 22:24:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style (Old)
and /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-qqc2-desktop-style"
Sat Apr 11 22:24:34 2026 rev:27 rq:1345925 version:6.25.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style/kf6-qqc2-desktop-style.changes
2026-03-16 14:19:06.149702479 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.21863/kf6-qqc2-desktop-style.changes
2026-04-11 22:29:05.983078959 +0200
@@ -1,0 +2,14 @@
+Tue Apr 7 19:19:37 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.25.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.25.0
+- Changes since 6.24.0:
+ * Update dependency version to 6.25.0
+ * SpinBox: Use displayText for display text
+ * Popup: remove default contentItem
+ * Popup: don't clip by default
+ * Update version to 6.25.0
+
+-------------------------------------------------------------------
Old:
----
qqc2-desktop-style-6.24.0.tar.xz
qqc2-desktop-style-6.24.0.tar.xz.sig
New:
----
qqc2-desktop-style-6.25.0.tar.xz
qqc2-desktop-style-6.25.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-qqc2-desktop-style.spec ++++++
--- /var/tmp/diff_new_pack.oythgP/_old 2026-04-11 22:29:07.915157981 +0200
+++ /var/tmp/diff_new_pack.oythgP/_new 2026-04-11 22:29:07.919158145 +0200
@@ -19,11 +19,11 @@
%define qt6_version 6.8.0
%define rname qqc2-desktop-style
-# Full KF6 version (e.g. 6.24.0)
+# Full KF6 version (e.g. 6.25.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without released
Name: kf6-qqc2-desktop-style
-Version: 6.24.0
+Version: 6.25.0
Release: 0
Summary: A Qt Quick Controls 2 Style for Desktop UIs
License: GPL-2.0-or-later
++++++ qqc2-desktop-style-6.24.0.tar.xz -> qqc2-desktop-style-6.25.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qqc2-desktop-style-6.24.0/CMakeLists.txt
new/qqc2-desktop-style-6.25.0/CMakeLists.txt
--- old/qqc2-desktop-style-6.24.0/CMakeLists.txt 2026-03-07
21:33:47.000000000 +0100
+++ new/qqc2-desktop-style-6.25.0/CMakeLists.txt 2026-04-03
19:12:36.000000000 +0200
@@ -1,13 +1,13 @@
-cmake_minimum_required(VERSION 3.27)
+cmake_minimum_required(VERSION 3.29)
-set(KF_VERSION "6.24.0") # handled by release scripts
-set(KF_DEP_VERSION "6.24.0") # handled by release scripts
+set(KF_VERSION "6.25.0") # handled by release scripts
+set(KF_DEP_VERSION "6.25.0") # handled by release scripts
project(qqc2-desktop-style VERSION ${KF_VERSION})
-set(REQUIRED_QT_VERSION 6.8.0)
+set(REQUIRED_QT_VERSION 6.9.0)
-find_package(ECM 6.24.0 REQUIRED NO_MODULE)
+find_package(ECM 6.25.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-6.24.0/org.kde.desktop/Popup.qml
new/qqc2-desktop-style-6.25.0/org.kde.desktop/Popup.qml
--- old/qqc2-desktop-style-6.24.0/org.kde.desktop/Popup.qml 2026-03-07
21:33:47.000000000 +0100
+++ new/qqc2-desktop-style-6.25.0/org.kde.desktop/Popup.qml 2026-04-03
19:12:36.000000000 +0200
@@ -22,7 +22,6 @@
contentHeight + topPadding + bottomPadding)
padding: 12
- clip: true
enter: Transition {
NumberAnimation {
@@ -44,8 +43,6 @@
}
}
- contentItem: Item {}
-
background: Kirigami.ShadowedRectangle {
radius: Kirigami.Units.cornerRadius
color: Kirigami.Theme.backgroundColor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qqc2-desktop-style-6.24.0/org.kde.desktop/SpinBox.qml
new/qqc2-desktop-style-6.25.0/org.kde.desktop/SpinBox.qml
--- old/qqc2-desktop-style-6.24.0/org.kde.desktop/SpinBox.qml 2026-03-07
21:33:47.000000000 +0100
+++ new/qqc2-desktop-style-6.25.0/org.kde.desktop/SpinBox.qml 2026-04-03
19:12:36.000000000 +0200
@@ -55,7 +55,7 @@
z: 2
font: controlRoot.font
palette: controlRoot.palette
- text: controlRoot.textFromValue(controlRoot.value, controlRoot.locale)
+ text: controlRoot.displayText
color: Kirigami.Theme.textColor
selectionColor: Kirigami.Theme.highlightColor
selectedTextColor: Kirigami.Theme.highlightedTextColor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qqc2-desktop-style-6.24.0/poqm/de/qqc2desktopstyle_qt.po
new/qqc2-desktop-style-6.25.0/poqm/de/qqc2desktopstyle_qt.po
--- old/qqc2-desktop-style-6.24.0/poqm/de/qqc2desktopstyle_qt.po
2026-03-07 21:33:47.000000000 +0100
+++ new/qqc2-desktop-style-6.25.0/poqm/de/qqc2desktopstyle_qt.po
2026-04-03 19:12:36.000000000 +0200
@@ -1,16 +1,17 @@
# SPDX-FileCopyrightText: 2025 Alois Spitzbart <[email protected]>
+# SPDX-FileCopyrightText: 2026 Frank Steinmetzger <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: qqc2desktopstyle_qt\n"
-"PO-Revision-Date: 2025-05-18 11:29+0200\n"
-"Last-Translator: Alois Spitzbart <[email protected]>\n"
+"PO-Revision-Date: 2026-02-22 13:00+0100\n"
+"Last-Translator: Frank Steinmetzger <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 25.07.70\n"
+"X-Generator: Lokalize 25.12.2\n"
"X-Qt-Contexts: true\n"
#: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:59
@@ -88,4 +89,4 @@
#: org.kde.desktop/SearchField.qml:80
msgctxt "SearchField|"
msgid "Clear search"
-msgstr ""
+msgstr "Suchfeld leeren"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qqc2-desktop-style-6.24.0/poqm/pl/qqc2desktopstyle_qt.po
new/qqc2-desktop-style-6.25.0/poqm/pl/qqc2desktopstyle_qt.po
--- old/qqc2-desktop-style-6.24.0/poqm/pl/qqc2desktopstyle_qt.po
2026-03-07 21:33:47.000000000 +0100
+++ new/qqc2-desktop-style-6.25.0/poqm/pl/qqc2desktopstyle_qt.po
2026-04-03 19:12:36.000000000 +0200
@@ -1,16 +1,17 @@
-# SPDX-FileCopyrightText: 2024 Łukasz Wojniłowicz
<[email protected]>
+# SPDX-FileCopyrightText: 2024, 2026 Łukasz Wojniłowicz
<[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2024-05-12 08:38+0200\n"
+"PO-Revision-Date: 2026-03-21 07:09+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
-"Language-Team: Polish <[email protected]>\n"
+"Language-Team: pl\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 25.08.2\n"
"X-Qt-Contexts: true\n"
#: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:59
@@ -88,4 +89,4 @@
#: org.kde.desktop/SearchField.qml:80
msgctxt "SearchField|"
msgid "Clear search"
-msgstr ""
+msgstr "Wyczyść wyszukiwanie"