Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2017-08-24 17:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old)
 and      /work/SRC/openSUSE:Factory/.kitemmodels.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemmodels"

Thu Aug 24 17:57:07 2017 rev:44 rq:516686 version:5.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2017-07-17 
10:24:14.750146122 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes     
2017-08-24 17:57:09.996133279 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:31 UTC 2017 - [email protected]
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * Use more nullptr
+
+-------------------------------------------------------------------

Old:
----
  kitemmodels-5.36.0.tar.xz

New:
----
  kitemmodels-5.37.0.tar.xz

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

Other differences:
------------------
++++++ kitemmodels.spec ++++++
--- /var/tmp/diff_new_pack.VOY9aj/_old  2017-08-24 17:57:10.916003716 +0200
+++ /var/tmp/diff_new_pack.VOY9aj/_new  2017-08-24 17:57:10.932001463 +0200
@@ -19,9 +19,9 @@
 %bcond_with python
 %define clang_sonum 3.8
 %define lname   libKF5ItemModels5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:           kitemmodels
-Version:        5.36.0
+Version:        5.37.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kitemmodels-5.36.0.tar.xz -> kitemmodels-5.37.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.36.0/CMakeLists.txt 
new/kitemmodels-5.37.0/CMakeLists.txt
--- old/kitemmodels-5.36.0/CMakeLists.txt       2017-06-30 12:35:54.000000000 
+0200
+++ new/kitemmodels-5.37.0/CMakeLists.txt       2017-08-06 18:43:41.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
 project(KItemModels VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.36.0/tests/proxymodeltestapp/statesaverwidget.h 
new/kitemmodels-5.37.0/tests/proxymodeltestapp/statesaverwidget.h
--- old/kitemmodels-5.36.0/tests/proxymodeltestapp/statesaverwidget.h   
2017-06-30 12:35:54.000000000 +0200
+++ new/kitemmodels-5.37.0/tests/proxymodeltestapp/statesaverwidget.h   
2017-08-06 18:43:41.000000000 +0200
@@ -34,7 +34,7 @@
 {
     Q_OBJECT
 public:
-    DynamicTreeStateSaver(QObject *parent = 0);
+    DynamicTreeStateSaver(QObject *parent = nullptr);
 
 protected:
     /* reimp */ QModelIndex indexFromConfigString(const QAbstractItemModel 
*model, const QString &key) const;
@@ -45,7 +45,7 @@
 {
     Q_OBJECT
 public:
-    StateSaverWidget(QWidget *parent = 0, Qt::WindowFlags f = 
Qt::WindowFlags());
+    StateSaverWidget(QWidget *parent = nullptr, Qt::WindowFlags f = 
Qt::WindowFlags());
     ~StateSaverWidget();
 
 private Q_SLOTS:


Reply via email to