Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2021-10-18 21:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.kdeclarative.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdeclarative"

Mon Oct 18 21:58:32 2021 rev:97 rq:924427 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes        
2021-09-16 23:15:39.363859461 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.1890/kdeclarative.changes      
2021-10-18 22:00:12.686007599 +0200
@@ -1,0 +2,14 @@
+Sun Oct  3 20:33:40 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * Make sure the object gets destroyed before the view
+  * Add support for static builds
+  * SimpleKCM: Remove last vestiges of previously-removed properties
+  * SimpleKCM: remove custom header and footer handling
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.2DmAaM/_old  2021-10-18 22:00:13.234007996 +0200
+++ /var/tmp/diff_new_pack.2DmAaM/_new  2021-10-18 22:00:13.238007998 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # 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 lang
 Name:           kdeclarative
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        Integration of QML and KDE workspaces
 License:        LGPL-2.1-or-later


++++++ kdeclarative-5.86.0.tar.xz -> kdeclarative-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/.gitlab-ci.yml 
new/kdeclarative-5.87.0/.gitlab-ci.yml
--- old/kdeclarative-5.86.0/.gitlab-ci.yml      1970-01-01 01:00:00.000000000 
+0100
+++ new/kdeclarative-5.87.0/.gitlab-ci.yml      2021-10-02 16:25:04.000000000 
+0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <[email protected]>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/.kde-ci.yml 
new/kdeclarative-5.87.0/.kde-ci.yml
--- old/kdeclarative-5.86.0/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/kdeclarative-5.87.0/.kde-ci.yml 2021-10-02 16:25:04.000000000 +0200
@@ -0,0 +1,12 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+    'frameworks/kconfig' : '@same'
+    'frameworks/ki18n' : '@same'
+    'frameworks/kiconthemes' : '@same'
+    'frameworks/kio' : '@same'
+    'frameworks/kpackage' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/CMakeLists.txt 
new/kdeclarative-5.87.0/CMakeLists.txt
--- old/kdeclarative-5.86.0/CMakeLists.txt      2021-09-04 18:58:24.000000000 
+0200
+++ new/kdeclarative-5.87.0/CMakeLists.txt      2021-10-02 16:25:04.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 project(KDeclarative VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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.86.0/KF5DeclarativeConfig.cmake.in 
new/kdeclarative-5.87.0/KF5DeclarativeConfig.cmake.in
--- old/kdeclarative-5.86.0/KF5DeclarativeConfig.cmake.in       2021-09-04 
18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/KF5DeclarativeConfig.cmake.in       2021-10-02 
16:25:04.000000000 +0200
@@ -6,5 +6,15 @@
 find_dependency(KF5CoreAddons "@KF_DEP_VERSION@")
 find_dependency(KF5Package "@KF_DEP_VERSION@")
 
+if (NOT @BUILD_SHARED_LIBS@)
+    find_dependency(KF5I18n "@KF_DEP_VERSION@")
+    find_dependency(KF5KIO "@KF_DEP_VERSION@")
+    find_dependency(KF5IconThemes "@KF_DEP_VERSION@")
+
+    if (@HAVE_EPOXY@)
+        find_dependency(epoxy)
+    endif()
+endif()
+
 include("${CMAKE_CURRENT_LIST_DIR}/KF5DeclarativeTargets.cmake")
 @PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/po/da/kdeclarative5.po 
new/kdeclarative-5.87.0/po/da/kdeclarative5.po
--- old/kdeclarative-5.86.0/po/da/kdeclarative5.po      2021-09-04 
18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/po/da/kdeclarative5.po      2021-10-02 
16:25:04.000000000 +0200
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2019, 2020.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2019, 2020, 2021.
 # Keld Simonsen <[email protected]>, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2020-01-30 19:42+0100\n"
+"PO-Revision-Date: 2021-09-05 20:28+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -43,7 +43,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "Vis kontekstafh??ngig hj??lp"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/po/hu/kdeclarative5.po 
new/kdeclarative-5.87.0/po/hu/kdeclarative5.po
--- old/kdeclarative-5.86.0/po/hu/kdeclarative5.po      2021-09-04 
18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/po/hu/kdeclarative5.po      2021-10-02 
16:25:04.000000000 +0200
@@ -1,21 +1,21 @@
 # Kiszel Krist??f <[email protected]>, 2010.
 # Krist??f Kiszel <[email protected]>, 2010, 2011, 2012, 2014, 2019.
 # Bal??zs ??r <[email protected]>, 2012, 2013.
-# Kristof Kiszel <[email protected]>, 2018, 2020.
+# Kristof Kiszel <[email protected]>, 2018, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2020-11-12 21:45+0100\n"
-"Last-Translator: Krist??f Kiszel <[email protected]>\n"
+"PO-Revision-Date: 2021-09-15 16:57+0200\n"
+"Last-Translator: Kristof Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\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 21.03.70\n"
+"X-Generator: Lokalize 21.03.80\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -41,7 +41,7 @@
 #, kde-format
 msgctxt "@action:button"
 msgid "Show Contextual Help"
-msgstr ""
+msgstr "K??rnyezetf??gg?? s??g?? megjelen??t??se"
 
 #: qmlcontrols/kquickcontrols/KeySequenceItem.qml:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.86.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.87.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.86.0/po/zh_CN/kdeclarative5.po   2021-09-04 
18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/po/zh_CN/kdeclarative5.po   2021-10-02 
16:25:04.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-03 00:14+0000\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:07\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.86.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml 
new/kdeclarative-5.87.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml
--- old/kdeclarative-5.86.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml       
2021-09-04 18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/src/qmlcontrols/kcmcontrols/qml/SimpleKCM.qml       
2021-10-02 16:25:04.000000000 +0200
@@ -40,39 +40,9 @@
     Kirigami.ColumnView.fillWidth: true
 
     leftPadding: 6 // Layout_ChildMarginWidth from Breeze
-    topPadding: headerParent.contentItem ? 0 : leftPadding
+    topPadding:  leftPadding
     rightPadding: leftPadding
-    bottomPadding: footerParent.contentItem ? 0 : leftPadding
-
-    header: QtControls.Control {
-        id: headerParent
-        height: contentItem ? implicitHeight : 0
-    }
-
-    footer: QtControls.Control {
-        id: footerParent
-        height: contentItem ? implicitHeight : 0
-    }
-
-    Component.onCompleted: {
-        if (footer && footer != footerParent) {
-            var f = footer
-
-            footerParent.contentItem = f
-            footer = footerParent
-            footer.visible = true
-            f.parent = footerParent
-        }
-
-        if (header && header != headerParent) {
-            var h = header
-
-            headerParent.contentItem = h
-            header = headerParent
-            header.visible = true
-            h.parent = headerParent
-        }
-    }
+    bottomPadding: leftPadding
 
     children: [
         Kirigami.Separator {
@@ -81,7 +51,7 @@
                 left: parent.left
                 right: parent.right
                 top: parent.top
-                topMargin: root.header.visible ? root.header.height : 0
+                topMargin: root.header && root.header.visible ? 
root.header.height : 0
             }
             visible: !root.flickable.atYBeginning && 
!Kirigami.Settings.isMobile
         },
@@ -91,7 +61,7 @@
                 left: parent.left
                 right: parent.right
                 bottom: parent.bottom
-                bottomMargin: root.footer.visible ? root.footer.height : 0
+                bottomMargin: root.footer && root.footer.visible ? 
root.footer.height : 0
             }
             visible: !root.flickable.atYEnd && !Kirigami.Settings.isMobile
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.86.0/src/quickaddons/quickviewsharedengine.cpp 
new/kdeclarative-5.87.0/src/quickaddons/quickviewsharedengine.cpp
--- old/kdeclarative-5.86.0/src/quickaddons/quickviewsharedengine.cpp   
2021-09-04 18:58:24.000000000 +0200
+++ new/kdeclarative-5.87.0/src/quickaddons/quickviewsharedengine.cpp   
2021-10-02 16:25:04.000000000 +0200
@@ -119,6 +119,7 @@
 
 QuickViewSharedEngine::~QuickViewSharedEngine()
 {
+    delete d->qmlObject;
 }
 
 void QuickViewSharedEngine::setTranslationDomain(const QString 
&translationDomain)

Reply via email to