Hello community, here is the log from the commit of package kplotting for openSUSE:Factory checked in at 2017-08-24 17:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kplotting (Old) and /work/SRC/openSUSE:Factory/.kplotting.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kplotting" Thu Aug 24 17:57:58 2017 rev:44 rq:516694 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes 2017-07-17 10:25:20.504876517 +0200 +++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-08-24 17:57:59.465165600 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:35 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 : + * None + +------------------------------------------------------------------- Old: ---- kplotting-5.36.0.tar.xz New: ---- kplotting-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kplotting.spec ++++++ --- /var/tmp/diff_new_pack.cbnDbn/_old 2017-08-24 17:58:00.065081102 +0200 +++ /var/tmp/diff_new_pack.cbnDbn/_new 2017-08-24 17:58:00.069080539 +0200 @@ -17,9 +17,9 @@ %define lname libKF5Plotting5 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kplotting -Version: 5.36.0 +Version: 5.37.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kplotting-5.36.0.tar.xz -> kplotting-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-5.36.0/CMakeLists.txt new/kplotting-5.37.0/CMakeLists.txt --- old/kplotting-5.36.0/CMakeLists.txt 2017-06-30 12:43:05.000000000 +0200 +++ new/kplotting-5.37.0/CMakeLists.txt 2017-08-06 18:50:19.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(KPlotting 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(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
