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 2025-06-18 15:55:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style (Old) and /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-qqc2-desktop-style" Wed Jun 18 15:55:53 2025 rev:17 rq:1285617 version:6.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style/kf6-qqc2-desktop-style.changes 2025-05-12 16:48:05.730697727 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.19631/kf6-qqc2-desktop-style.changes 2025-06-18 16:00:08.458127188 +0200 @@ -1,0 +2,15 @@ +Mon Jun 9 20:29:49 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.15.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.15.0 +- Changes since 6.14.0: + * Update dependency version to 6.15.0 + * Dialog: Hide header when no title is present + * Update to the default styling from Kirigami + * It compiles fine without kf_6_13 deprecated methods + * Update version to 6.15.0 +- Replace _kf6_bugfix_version usage + +------------------------------------------------------------------- Old: ---- qqc2-desktop-style-6.14.0.tar.xz qqc2-desktop-style-6.14.0.tar.xz.sig New: ---- qqc2-desktop-style-6.15.0.tar.xz qqc2-desktop-style-6.15.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-qqc2-desktop-style.spec ++++++ --- /var/tmp/diff_new_pack.DCSgol/_old 2025-06-18 16:00:09.354164239 +0200 +++ /var/tmp/diff_new_pack.DCSgol/_new 2025-06-18 16:00:09.354164239 +0200 @@ -16,16 +16,14 @@ # -%define qt6_version 6.7.0 +%define qt6_version 6.8.0 %define rname qqc2-desktop-style -# Full KF6 version (e.g. 6.14.0) +# Full KF6 version (e.g. 6.15.0) %{!?_kf6_version: %global _kf6_version %{version}} -# Last major and minor KF6 version (e.g. 6.0) -%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-qqc2-desktop-style -Version: 6.14.0 +Version: 6.15.0 Release: 0 Summary: A Qt Quick Controls 2 Style for Desktop UIs License: GPL-2.0-or-later @@ -36,10 +34,10 @@ Source2: frameworks.keyring %endif BuildRequires: kf6-extra-cmake-modules -BuildRequires: cmake(KF6ColorScheme) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6IconThemes) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6KirigamiPlatform) >= %{_kf6_bugfix_version} +BuildRequires: cmake(KF6ColorScheme) >= %{_kf6_version} +BuildRequires: cmake(KF6Config) >= %{_kf6_version} +BuildRequires: cmake(KF6IconThemes) >= %{_kf6_version} +BuildRequires: cmake(KF6KirigamiPlatform) >= %{_kf6_version} BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6DBus) >= %{qt6_version} BuildRequires: cmake(Qt6Gui) >= %{qt6_version} @@ -47,7 +45,7 @@ BuildRequires: cmake(Qt6Quick) >= %{qt6_version} BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version} BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} -Requires: kf6-sonnet-imports >= %{_kf6_bugfix_version} +Requires: kf6-sonnet-imports >= %{_kf6_version} %requires_eq qt6-declarative-imports # plasma6-workspace sets up the env variables so that this theme # is picked by default. It still works fine without it (no requires), ++++++ qqc2-desktop-style-6.14.0.tar.xz -> qqc2-desktop-style-6.15.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-6.14.0/CMakeLists.txt new/qqc2-desktop-style-6.15.0/CMakeLists.txt --- old/qqc2-desktop-style-6.14.0/CMakeLists.txt 2025-05-02 16:26:46.000000000 +0200 +++ new/qqc2-desktop-style-6.15.0/CMakeLists.txt 2025-06-06 15:33:47.000000000 +0200 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.14.0") # handled by release scripts -set(KF_DEP_VERSION "6.14.0") # handled by release scripts +set(KF_VERSION "6.15.0") # handled by release scripts +set(KF_DEP_VERSION "6.15.0") # handled by release scripts project(qqc2-desktop-style VERSION ${KF_VERSION}) set(REQUIRED_QT_VERSION 6.7.0) -find_package(ECM 6.14.0 REQUIRED NO_MODULE) +find_package(ECM 6.15.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.9.0 - KF 6.12.0 + KF 6.13.0 ) add_subdirectory(plugin) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-6.14.0/org.kde.desktop/Dialog.qml new/qqc2-desktop-style-6.15.0/org.kde.desktop/Dialog.qml --- old/qqc2-desktop-style-6.14.0/org.kde.desktop/Dialog.qml 2025-05-02 16:26:46.000000000 +0200 +++ new/qqc2-desktop-style-6.15.0/org.kde.desktop/Dialog.qml 2025-06-06 15:33:47.000000000 +0200 @@ -10,10 +10,13 @@ import QtQuick.Controls as QQC2 import QtQuick.Templates as T import org.kde.kirigami as Kirigami +import org.kde.kirigami.dialogs as KDialogs T.Dialog { id: control + parent: QQC2.Overlay.overlay + anchors.centerIn: QQC2.Overlay.overlay z: Kirigami.OverlayZStacking.z implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, @@ -82,13 +85,9 @@ } } - header: Kirigami.Heading { - text: control.title - level: 2 - visible: control.title - elide: Label.ElideRight - padding: Kirigami.Units.gridUnit - bottomPadding: 0 + header: KDialogs.DialogHeader { + visible: control.title.length > 0 + dialog: control } footer: DialogButtonBox { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-6.14.0/poqm/de/qqc2desktopstyle_qt.po new/qqc2-desktop-style-6.15.0/poqm/de/qqc2desktopstyle_qt.po --- old/qqc2-desktop-style-6.14.0/poqm/de/qqc2desktopstyle_qt.po 2025-05-02 16:26:46.000000000 +0200 +++ new/qqc2-desktop-style-6.15.0/poqm/de/qqc2desktopstyle_qt.po 2025-06-06 15:33:47.000000000 +0200 @@ -1,84 +1,86 @@ +# SPDX-FileCopyrightText: 2025 Alois Spitzbart <spitz...@hotmail.com> msgid "" msgstr "" "Project-Id-Version: qqc2desktopstyle_qt\n" -"PO-Revision-Date: 2024-03-15 08:38+0100\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2025-05-18 11:29+0200\n" +"Last-Translator: Alois Spitzbart <spitz...@hotmail.com>\n" +"Language-Team: German <kde-i18n...@kde.org>\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-Qt-Contexts: true\n" #: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:59 msgctxt "MobileTextActionsToolBarImpl|" msgid "Cut" -msgstr "" +msgstr "Ausschneiden" #: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:69 msgctxt "MobileTextActionsToolBarImpl|" msgid "Copy" -msgstr "" +msgstr "Kopieren" #: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:79 msgctxt "MobileTextActionsToolBarImpl|" msgid "Paste" -msgstr "" +msgstr "Einfügen" #: org.kde.desktop/private/TextFieldContextMenu.qml:197 #, qt-format msgctxt "TextFieldContextMenu|" msgid "No Suggestions for \"%1\"" -msgstr "" +msgstr "Keine Vorschläge für „%1“" #: org.kde.desktop/private/TextFieldContextMenu.qml:211 #, qt-format msgctxt "TextFieldContextMenu|" msgid "Add \"%1\" to Dictionary" -msgstr "" +msgstr "„%1“ zum Wörterbuch hinzufügen" #: org.kde.desktop/private/TextFieldContextMenu.qml:227 msgctxt "TextFieldContextMenu|" msgid "Ignore" -msgstr "" +msgstr "Ignorieren" #: org.kde.desktop/private/TextFieldContextMenu.qml:242 msgctxt "TextFieldContextMenu|" msgid "Spell Check" -msgstr "" +msgstr "Rechtschreibprüfung" #: org.kde.desktop/private/TextFieldContextMenu.qml:259 msgctxt "TextFieldContextMenu|" msgid "Undo" -msgstr "" +msgstr "Rückgängig" #: org.kde.desktop/private/TextFieldContextMenu.qml:274 msgctxt "TextFieldContextMenu|" msgid "Redo" -msgstr "" +msgstr "Wiederherstellen" #: org.kde.desktop/private/TextFieldContextMenu.qml:292 msgctxt "TextFieldContextMenu|" msgid "Cut" -msgstr "" +msgstr "Ausschneiden" #: org.kde.desktop/private/TextFieldContextMenu.qml:307 msgctxt "TextFieldContextMenu|" msgid "Copy" -msgstr "" +msgstr "Kopieren" #: org.kde.desktop/private/TextFieldContextMenu.qml:322 msgctxt "TextFieldContextMenu|" msgid "Paste" -msgstr "" +msgstr "Einfügen" #: org.kde.desktop/private/TextFieldContextMenu.qml:337 msgctxt "TextFieldContextMenu|" msgid "Delete" -msgstr "" +msgstr "Löschen" #: org.kde.desktop/private/TextFieldContextMenu.qml:356 msgctxt "TextFieldContextMenu|" msgid "Select All" -msgstr "" +msgstr "Alles auswählen" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-6.14.0/poqm/pl/qqc2desktopstyle_qt.po new/qqc2-desktop-style-6.15.0/poqm/pl/qqc2desktopstyle_qt.po --- old/qqc2-desktop-style-6.14.0/poqm/pl/qqc2desktopstyle_qt.po 2025-05-02 16:26:46.000000000 +0200 +++ new/qqc2-desktop-style-6.15.0/poqm/pl/qqc2desktopstyle_qt.po 2025-06-06 15:33:47.000000000 +0200 @@ -11,7 +11,6 @@ "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 23.08.5\n" "X-Qt-Contexts: true\n" #: org.kde.desktop/private/MobileTextActionsToolBarImpl.qml:59