Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-11-16 14:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.kdeclarative.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdeclarative"

Thu Nov 16 14:36:54 2017 rev:48 rq:541647 version:5.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes        
2017-10-27 13:54:22.551777552 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-11-16 14:36:55.719559153 +0100
@@ -1,0 +2,12 @@
+Mon Nov 13 07:01:13 CET 2017 - [email protected]
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Add explicit keyword
+  * Item can't be null here
+  * Add .arcconfig
+
+-------------------------------------------------------------------

Old:
----
  kdeclarative-5.39.0.tar.xz

New:
----
  kdeclarative-5.40.0.tar.xz

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

Other differences:
------------------
++++++ kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.jVp58J/_old  2017-11-16 14:36:56.251539868 +0100
+++ /var/tmp/diff_new_pack.jVp58J/_new  2017-11-16 14:36:56.255539723 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kdeclarative
-Version:        5.39.0
+Version:        5.40.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Integration of QML and KDE workspaces

++++++ kdeclarative-5.39.0.tar.xz -> kdeclarative-5.40.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/.arcconfig 
new/kdeclarative-5.40.0/.arcconfig
--- old/kdeclarative-5.39.0/.arcconfig  1970-01-01 01:00:00.000000000 +0100
+++ new/kdeclarative-5.40.0/.arcconfig  2017-11-05 09:27:30.000000000 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/CMakeLists.txt 
new/kdeclarative-5.40.0/CMakeLists.txt
--- old/kdeclarative-5.39.0/CMakeLists.txt      2017-10-07 21:10:46.000000000 
+0200
+++ new/kdeclarative-5.40.0/CMakeLists.txt      2017-11-05 09:27:30.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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.39.0/po/gl/kdeclarative5.po 
new/kdeclarative-5.40.0/po/gl/kdeclarative5.po
--- old/kdeclarative-5.39.0/po/gl/kdeclarative5.po      2017-10-07 
21:10:46.000000000 +0200
+++ new/kdeclarative-5.40.0/po/gl/kdeclarative5.po      2017-11-05 
09:27:30.000000000 +0100
@@ -36,7 +36,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected], [email protected], [email protected]"
+msgstr "[email protected], [email protected], [email protected]"
 
 #: kpackagelauncherqml/main.cpp:43
 #, kde-format
@@ -88,7 +88,7 @@
 msgstr ""
 "A combinación de teclas «%1» tamén está asignada á acción estándar «%2», que "
 "é usada por algúns aplicativos.\n"
-"Está seguro de que quere empregala tamén como atallo global?"
+"Seguro que quere empregala tamén como atallo global?"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:339
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.40.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.39.0/po/zh_CN/kdeclarative5.po   2017-10-07 
21:10:46.000000000 +0200
+++ new/kdeclarative-5.40.0/po/zh_CN/kdeclarative5.po   2017-11-05 
09:27:30.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-30 03:05+0200\n"
-"PO-Revision-Date: 2017-09-30 17:44-0400\n"
+"PO-Revision-Date: 2017-10-19 10:41-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.39.0/src/qmlcontrols/kquickcontrolsaddons/columnproxymodel.h 
new/kdeclarative-5.40.0/src/qmlcontrols/kquickcontrolsaddons/columnproxymodel.h
--- 
old/kdeclarative-5.39.0/src/qmlcontrols/kquickcontrolsaddons/columnproxymodel.h 
    2017-10-07 21:10:46.000000000 +0200
+++ 
new/kdeclarative-5.40.0/src/qmlcontrols/kquickcontrolsaddons/columnproxymodel.h 
    2017-11-05 09:27:30.000000000 +0100
@@ -29,7 +29,7 @@
 //     Q_PROPERTY(QAbstractItemModel* sourceModel READ sourceModel WRITE 
setSourceModel) //rootIndex sets the model
     Q_PROPERTY(int column READ column WRITE setColumn)
     public:
-        ColumnProxyModel(QObject* parent = nullptr);
+        explicit ColumnProxyModel(QObject* parent = nullptr);
 
         void setRootIndex(const QModelIndex& idx);
         QModelIndex rootIndex() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.39.0/src/quickaddons/quickviewsharedengine.cpp 
new/kdeclarative-5.40.0/src/quickaddons/quickviewsharedengine.cpp
--- old/kdeclarative-5.39.0/src/quickaddons/quickviewsharedengine.cpp   
2017-10-07 21:10:46.000000000 +0200
+++ new/kdeclarative-5.40.0/src/quickaddons/quickviewsharedengine.cpp   
2017-11-05 09:27:30.000000000 +0100
@@ -193,11 +193,7 @@
         return implicitSize.toSize();
     }
 
-    if (item) {
-        return QSize(item->width(), item->height());
-    } else {
-        return size();
-    }
+    return QSize(item->width(), item->height());
 }
 
 QSize QuickViewSharedEngine::initialSize() const


Reply via email to