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 2024-11-09 20:53:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style (Old) and /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-qqc2-desktop-style" Sat Nov 9 20:53:57 2024 rev:10 rq:1222822 version:6.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-qqc2-desktop-style/kf6-qqc2-desktop-style.changes 2024-10-12 13:30:06.519177524 +0200 +++ /work/SRC/openSUSE:Factory/.kf6-qqc2-desktop-style.new.2017/kf6-qqc2-desktop-style.changes 2024-11-09 20:57:26.792113104 +0100 @@ -1,0 +2,12 @@ +Mon Nov 4 11:18:24 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.8.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.8.0 +- Changes since 6.7.0: + * Update dependency version to 6.8.0 + * TextArea: Make placeholder wrap + * Update version to 6.8.0 + +------------------------------------------------------------------- Old: ---- qqc2-desktop-style-6.7.0.tar.xz qqc2-desktop-style-6.7.0.tar.xz.sig New: ---- qqc2-desktop-style-6.8.0.tar.xz qqc2-desktop-style-6.8.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-qqc2-desktop-style.spec ++++++ --- /var/tmp/diff_new_pack.pP89pe/_old 2024-11-09 20:57:27.304134403 +0100 +++ /var/tmp/diff_new_pack.pP89pe/_new 2024-11-09 20:57:27.308134569 +0100 @@ -19,13 +19,13 @@ %define qt6_version 6.7.0 %define rname qqc2-desktop-style -# Full KF6 version (e.g. 6.7.0) +# Full KF6 version (e.g. 6.8.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.7.0 +Version: 6.8.0 Release: 0 Summary: A Qt Quick Controls 2 Style for Desktop UIs License: GPL-2.0-or-later ++++++ qqc2-desktop-style-6.7.0.tar.xz -> qqc2-desktop-style-6.8.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-desktop-style-6.7.0/CMakeLists.txt new/qqc2-desktop-style-6.8.0/CMakeLists.txt --- old/qqc2-desktop-style-6.7.0/CMakeLists.txt 2024-10-04 17:10:58.000000000 +0200 +++ new/qqc2-desktop-style-6.8.0/CMakeLists.txt 2024-11-02 16:50:18.000000000 +0100 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "6.7.0") # handled by release scripts -set(KF_DEP_VERSION "6.7.0") # handled by release scripts +set(KF_VERSION "6.8.0") # handled by release scripts +set(KF_DEP_VERSION "6.8.0") # handled by release scripts project(qqc2-desktop-style VERSION ${KF_VERSION}) set(REQUIRED_QT_VERSION 6.5.0) -find_package(ECM 6.7.0 REQUIRED NO_MODULE) +find_package(ECM 6.8.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.7.0/org.kde.desktop/TextArea.qml new/qqc2-desktop-style-6.8.0/org.kde.desktop/TextArea.qml --- old/qqc2-desktop-style-6.7.0/org.kde.desktop/TextArea.qml 2024-10-04 17:10:58.000000000 +0200 +++ new/qqc2-desktop-style-6.8.0/org.kde.desktop/TextArea.qml 2024-11-02 16:50:18.000000000 +0100 @@ -147,6 +147,7 @@ verticalAlignment: controlRoot.verticalAlignment visible: !controlRoot.length && !controlRoot.preeditText && (!controlRoot.activeFocus || controlRoot.horizontalAlignment !== Qt.AlignHCenter) elide: Text.ElideRight + wrapMode: Text.WordWrap } background: StylePrivate.StyleItem {