Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2023-02-13 16:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.kdeclarative.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdeclarative"

Mon Feb 13 16:38:12 2023 rev:113 rq:1064577 version:5.103.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes        
2023-01-16 17:59:53.671150021 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.1848/kdeclarative.changes      
2023-02-13 16:39:53.666978585 +0100
@@ -1,0 +2,12 @@
+Wed Feb  8 09:12:47 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.103.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.103.0
+- Changes since 5.102.0:
+  * Remove unused QtGraphicalEffects import
+  * Fix anchors error in AbstractKCM & SimpleKCM types
+  * QML/JS: Prefer const over let, and use strict === equality
+
+-------------------------------------------------------------------

Old:
----
  kdeclarative-5.102.0.tar.xz
  kdeclarative-5.102.0.tar.xz.sig

New:
----
  kdeclarative-5.103.0.tar.xz
  kdeclarative-5.103.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.ao18bI/_old  2023-02-13 16:39:56.342994257 +0100
+++ /var/tmp/diff_new_pack.ao18bI/_new  2023-02-13 16:39:56.346994280 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.102
+%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kdeclarative
-Version:        5.102.0
+Version:        5.103.0
 Release:        0
 Summary:        Integration of QML and KDE workspaces
 License:        LGPL-2.1-or-later
@@ -124,12 +124,9 @@
 
 %find_lang kdeclarative5
 
-%post -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
-%post -n libKF5QuickAddons5 -p /sbin/ldconfig
-%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
-%post -n libKF5CalendarEvents5 -p /sbin/ldconfig
-%postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{lname}
+%ldconfig_scriptlets -n libKF5QuickAddons5
+%ldconfig_scriptlets -n libKF5CalendarEvents5
 
 %files -n %{lname}-lang -f kdeclarative5.lang
 


++++++ kdeclarative-5.102.0.tar.xz -> kdeclarative-5.103.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.102.0/CMakeLists.txt 
new/kdeclarative-5.103.0/CMakeLists.txt
--- old/kdeclarative-5.102.0/CMakeLists.txt     2023-01-07 03:22:29.000000000 
+0100
+++ new/kdeclarative-5.103.0/CMakeLists.txt     2023-02-05 10:20:01.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.102.0") # handled by release scripts
-set(KF_DEP_VERSION "5.102.0") # handled by release scripts
+set(KF_VERSION "5.103.0") # handled by release scripts
+set(KF_DEP_VERSION "5.103.0") # handled by release scripts
 project(KDeclarative VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.102.0  NO_MODULE)
+find_package(ECM 5.103.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.102.0/po/nn/kdeclarative5.po 
new/kdeclarative-5.103.0/po/nn/kdeclarative5.po
--- old/kdeclarative-5.102.0/po/nn/kdeclarative5.po     2023-01-07 
03:22:29.000000000 +0100
+++ new/kdeclarative-5.103.0/po/nn/kdeclarative5.po     2023-02-05 
10:20:01.000000000 +0100
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # HÃ¥vard Korsvoll <[email protected]>, 2003, 2005.
-# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2019, 2020, 2022.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016, 2019, 2020, 2022, 2023.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-16 00:46+0000\n"
-"PO-Revision-Date: 2022-07-26 20:58+0200\n"
+"PO-Revision-Date: 2023-01-15 12:17+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -104,7 +104,7 @@
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Cancel Key Sequence Recording"
-msgstr ""
+msgstr "Avbryt snøggtast-registrering"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:118
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.102.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.103.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.102.0/po/zh_CN/kdeclarative5.po  2023-01-07 
03:22:29.000000000 +0100
+++ new/kdeclarative-5.103.0/po/zh_CN/kdeclarative5.po  2023-02-05 
10:20:01.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-12-16 00:46+0000\n"
-"PO-Revision-Date: 2023-01-02 07:11\n"
+"PO-Revision-Date: 2023-01-12 10:30\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/AbstractKCM.qml 
new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/AbstractKCM.qml
--- old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/AbstractKCM.qml    
2023-01-07 03:22:29.000000000 +0100
+++ new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/AbstractKCM.qml    
2023-02-05 10:20:01.000000000 +0100
@@ -131,8 +131,8 @@
     }
 
     Component.onCompleted: {
-        if (footer && footer != footerParent) {
-            let f = footer
+        if (footer && footer !== footerParent) {
+            const f = footer
 
             footerParent.contentItem = f
             footer = footerParent
@@ -140,8 +140,12 @@
             f.parent = footerParent
         }
 
-        if (header && header != headerParent) {
-            let h = header
+        if (header && header !== headerParent) {
+            const h = header
+
+            // Revert the effect of repeated onHeaderChanged invocations
+            // during initialization in Page super-type.
+            h.anchors.top = undefined
 
             headerParent.contentItem = h
             header = headerParent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml 
new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml
--- old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml   
2023-01-07 03:22:29.000000000 +0100
+++ new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml   
2023-02-05 10:20:01.000000000 +0100
@@ -8,7 +8,6 @@
 import QtQuick.Layouts 1.1
 import QtQuick.Controls 2.2 as QQC2
 import QtQuick.Templates 2.2 as T2
-import QtGraphicalEffects 1.0
 
 import org.kde.kirigami 2.12 as Kirigami
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml 
new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml
--- old/kdeclarative-5.102.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml      
2023-01-07 03:22:29.000000000 +0100
+++ new/kdeclarative-5.103.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml      
2023-02-05 10:20:01.000000000 +0100
@@ -144,6 +144,10 @@
         if (header && header !== headerParent) {
             const h = header
 
+            // Revert the effect of repeated onHeaderChanged invocations
+            // during initialization in Page super-type.
+            h.anchors.top = undefined
+
             headerParent.contentItem = h
             header = headerParent
             header.visible = true
@@ -151,8 +155,8 @@
         }
 
         //Search overlaysheets in contentItem, parent to root if found
-        for (let i in contentItem.data) {
-            let child = contentItem.data[i];
+        for (const i in contentItem.data) {
+            const child = contentItem.data[i];
             if (child instanceof Kirigami.OverlaySheet) {
                 if (!child.parent) {
                     child.parent = root;

Reply via email to