Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-04-13 20:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-03-16 
09:34:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-04-13 
20:27:03.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kplotting-5.8.0.tar.xz

New:
----
  kplotting-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.anMwr3/_old  2015-04-13 20:27:03.000000000 +0200
+++ /var/tmp/diff_new_pack.anMwr3/_new  2015-04-13 20:27:03.000000000 +0200
@@ -17,12 +17,12 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kplotting
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
@@ -77,7 +77,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ kplotting-5.8.0.tar.xz -> kplotting-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.8.0/CMakeLists.txt 
new/kplotting-5.9.0/CMakeLists.txt
--- old/kplotting-5.8.0/CMakeLists.txt  2015-02-25 15:21:57.000000000 +0100
+++ new/kplotting-5.9.0/CMakeLists.txt  2015-04-04 13:50:04.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"


Reply via email to