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 2023-08-20 00:11:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qqc2-desktop-style (Old) and /work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-desktop-style" Sun Aug 20 00:11:31 2023 rev:73 rq:1104618 version:5.109.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qqc2-desktop-style/qqc2-desktop-style.changes 2023-07-09 20:42:43.681992094 +0200 +++ /work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.1766/qqc2-desktop-style.changes 2023-08-20 00:14:44.015296218 +0200 @@ -1,0 +2,11 @@ +Tue Aug 8 17:43:13 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.109.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.109.0 +- Changes since 5.108.0: + * Don't create Sonnet.Settings if not needed + * Add explicit moc includes to sources for moc-covered headers + +------------------------------------------------------------------- Old: ---- qqc2-desktop-style-5.108.0.tar.xz qqc2-desktop-style-5.108.0.tar.xz.sig New: ---- qqc2-desktop-style-5.109.0.tar.xz qqc2-desktop-style-5.109.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qqc2-desktop-style.spec ++++++ --- /var/tmp/diff_new_pack.fImrRV/_old 2023-08-20 00:14:44.683297532 +0200 +++ /var/tmp/diff_new_pack.fImrRV/_new 2023-08-20 00:14:44.691297548 +0200 @@ -20,7 +20,7 @@ # Only needed for the package signature condition %bcond_without released Name: qqc2-desktop-style -Version: 5.108.0 +Version: 5.109.0 Release: 0 Summary: A Qt Quick Controls 2 Style for Desktop UIs License: GPL-2.0-or-later ++++++ qqc2-desktop-style-5.108.0.tar.xz -> qqc2-desktop-style-5.109.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.108.0/CMakeLists.txt new/qqc2-desktop-style-5.109.0/CMakeLists.txt --- old/qqc2-desktop-style-5.108.0/CMakeLists.txt 2023-07-01 12:04:31.000000000 +0200 +++ new/qqc2-desktop-style-5.109.0/CMakeLists.txt 2023-08-05 14:40:54.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.108.0") # handled by release scripts -set(KF_DEP_VERSION "5.108.0") # handled by release scripts +set(KF_VERSION "5.109.0") # handled by release scripts +set(KF_DEP_VERSION "5.109.0") # handled by release scripts project(qqc2-desktop-style VERSION ${KF_VERSION}) @@ -21,7 +21,7 @@ ################# set KDE specific information ################# -find_package(ECM 5.108.0 REQUIRED NO_MODULE) +find_package(ECM 5.109.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-5.108.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp new/qqc2-desktop-style-5.109.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp --- old/qqc2-desktop-style-5.108.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp 2023-07-01 12:04:31.000000000 +0200 +++ new/qqc2-desktop-style-5.109.0/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp 2023-08-05 14:40:54.000000000 +0200 @@ -319,4 +319,5 @@ return PlatformTheme::event(event); } +#include "moc_plasmadesktoptheme.cpp" #include "plasmadesktoptheme.moc" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.108.0/kirigami-plasmadesktop-integration/plasmadesktopunits.cpp new/qqc2-desktop-style-5.109.0/kirigami-plasmadesktop-integration/plasmadesktopunits.cpp --- old/qqc2-desktop-style-5.108.0/kirigami-plasmadesktop-integration/plasmadesktopunits.cpp 2023-07-01 12:04:31.000000000 +0200 +++ new/qqc2-desktop-style-5.109.0/kirigami-plasmadesktop-integration/plasmadesktopunits.cpp 2023-08-05 14:40:54.000000000 +0200 @@ -49,3 +49,5 @@ setLongDuration(longDuration); setVeryLongDuration(longDuration * 2); } + +#include "moc_plasmadesktopunits.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-5.108.0/org.kde.desktop/TextArea.qml new/qqc2-desktop-style-5.109.0/org.kde.desktop/TextArea.qml --- old/qqc2-desktop-style-5.108.0/org.kde.desktop/TextArea.qml 2023-07-01 12:04:31.000000000 +0200 +++ new/qqc2-desktop-style-5.109.0/org.kde.desktop/TextArea.qml 2023-08-05 14:40:54.000000000 +0200 @@ -67,10 +67,15 @@ } Loader { + id: sonnetSettings + active: controlRoot.Kirigami.SpellChecking.enabled && !controlRoot.readOnly + sourceComponent: Sonnet.Settings {} + } + + Loader { id: spellcheckhighlighterLoader - property bool activable: controlRoot.Kirigami.SpellChecking.enabled - property Sonnet.Settings settings: Sonnet.Settings {} - active: activable && settings.checkerEnabledByDefault + + active: sonnetSettings.active && sonnetSettings.item.checkerEnabledByDefault onActiveChanged: if (active) { item.active = true; }
