Hello community, here is the log from the commit of package kactivities-stats for openSUSE:Factory checked in at 2017-08-24 17:53:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kactivities-stats (Old) and /work/SRC/openSUSE:Factory/.kactivities-stats.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivities-stats" Thu Aug 24 17:53:28 2017 rev:16 rq:516655 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes 2017-07-17 10:22:35.240174056 +0200 +++ /work/SRC/openSUSE:Factory/.kactivities-stats.new/kactivities-stats.changes 2017-08-24 17:55:40.412751058 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:15 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 : + * More nullptr + +------------------------------------------------------------------- Old: ---- kactivities-stats-5.36.0.tar.xz New: ---- kactivities-stats-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kactivities-stats.spec ++++++ --- /var/tmp/diff_new_pack.tMxJaR/_old 2017-08-24 17:55:40.944676137 +0200 +++ /var/tmp/diff_new_pack.tMxJaR/_new 2017-08-24 17:55:40.948675574 +0200 @@ -17,9 +17,9 @@ %define lname libKF5ActivitiesStats1 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kactivities-stats -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} Summary: KDE Plasma Activities support ++++++ kactivities-stats-5.36.0.tar.xz -> kactivities-stats-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-stats-5.36.0/CMakeLists.txt new/kactivities-stats-5.37.0/CMakeLists.txt --- old/kactivities-stats-5.36.0/CMakeLists.txt 2017-06-30 12:17:07.000000000 +0200 +++ new/kactivities-stats-5.37.0/CMakeLists.txt 2017-08-06 18:26:47.000000000 +0200 @@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.36.0") # handled by release scripts -set(KF5_DEP_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts +set(KF5_DEP_VERSION "5.37.0") # handled by release scripts project (KActivitiesStats VERSION ${KF5_VERSION}) -set (REQUIRED_QT_VERSION 5.6.0) +set (REQUIRED_QT_VERSION 5.7.0) # We don't build in-source if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") @@ -20,7 +20,7 @@ # Extra CMake stuff 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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-stats-5.36.0/src/resultmodel.h new/kactivities-stats-5.37.0/src/resultmodel.h --- old/kactivities-stats-5.36.0/src/resultmodel.h 2017-06-30 12:17:07.000000000 +0200 +++ new/kactivities-stats-5.37.0/src/resultmodel.h 2017-08-06 18:26:47.000000000 +0200 @@ -47,8 +47,8 @@ Q_OBJECT public: - ResultModel(Query query, QObject *parent = 0); - ResultModel(Query query, const QString &clientId, QObject *parent = 0); + ResultModel(Query query, QObject *parent = nullptr); + ResultModel(Query query, const QString &clientId, QObject *parent = nullptr); virtual ~ResultModel(); enum Roles {
