Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-01-31 12:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2016-12-17 
11:12:17.035303400 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-02-03 
17:45:59.646272986 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:43:09 UTC 2017 - [email protected]
+
+- Update to 5.30.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+-------------------------------------------------------------------

Old:
----
  kplotting-5.29.0.tar.xz

New:
----
  kplotting-5.30.0.tar.xz

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.3YEVjU/_old  2017-02-03 17:46:00.074212414 +0100
+++ /var/tmp/diff_new_pack.3YEVjU/_new  2017-02-03 17:46:00.078211848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:           kplotting
-Version:        5.29.0
+Version:        5.30.0
 Release:        0
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++++++ kplotting-5.29.0.tar.xz -> kplotting-5.30.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/CMakeLists.txt 
new/kplotting-5.30.0/CMakeLists.txt
--- old/kplotting-5.29.0/CMakeLists.txt 2016-12-03 11:32:16.000000000 +0100
+++ new/kplotting-5.30.0/CMakeLists.txt 2017-01-08 16:40:17.000000000 +0100
@@ -1,9 +1,10 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KPlotting)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.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)
 
@@ -19,13 +20,11 @@
 
 
 include(GenerateExportHeader)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
+ecm_setup_version(PROJECT VARIABLE_PREFIX KPLOTTING
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
                         SOVERSION 5)
@@ -38,7 +37,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Plotting")
 
-ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
+configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
                               
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake"
                               INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
                               )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/KF5PlottingConfig.cmake.in 
new/kplotting-5.30.0/KF5PlottingConfig.cmake.in
--- old/kplotting-5.29.0/KF5PlottingConfig.cmake.in     2016-12-03 
11:32:16.000000000 +0100
+++ new/kplotting-5.30.0/KF5PlottingConfig.cmake.in     2017-01-08 
16:40:17.000000000 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/metainfo.yaml 
new/kplotting-5.30.0/metainfo.yaml
--- old/kplotting-5.29.0/metainfo.yaml  2016-12-03 11:32:16.000000000 +0100
+++ new/kplotting-5.30.0/metainfo.yaml  2017-01-08 16:40:17.000000000 +0100
@@ -4,6 +4,7 @@
 type: functional
 platforms:
     - name: Linux
+    - name: FreeBSD
     - name: Windows
     - name: MacOSX
     - name: Android


Reply via email to