Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-03-10 12:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-02-24 
06:53:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-03-10 
12:17:33.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:35:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+-------------------------------------------------------------------

Old:
----
  kplotting-4.96.0.tar.xz

New:
----
  kplotting-4.97.0.tar.xz

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.933Ac5/_old  2014-03-10 12:17:34.000000000 +0100
+++ /var/tmp/diff_new_pack.933Ac5/_new  2014-03-10 12:17:34.000000000 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5Plotting4
+%define lname   libKF5Plotting5
 Name:           kplotting
-Version:        4.96.0
+Version:        4.97.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.10
+BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0

++++++ kplotting-4.96.0.tar.xz -> kplotting-4.97.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.96.0/.reviewboardrc 
new/kplotting-4.97.0/.reviewboardrc
--- old/kplotting-4.96.0/.reviewboardrc 2014-02-05 00:02:37.000000000 +0100
+++ new/kplotting-4.97.0/.reviewboardrc 2014-03-01 12:51:27.000000000 +0100
@@ -2,3 +2,4 @@
 REPOSITORY = 'git://anongit.kde.org/kplotting'
 BRANCH = 'master'
 TARGET_GROUPS = 'kdeframeworks'
+TARGET_PEOPLE = 'cfeck'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.96.0/CMakeLists.txt 
new/kplotting-4.97.0/CMakeLists.txt
--- old/kplotting-4.96.0/CMakeLists.txt 2014-02-05 00:02:37.000000000 +0100
+++ new/kplotting-4.97.0/CMakeLists.txt 2014-03-01 12:51:27.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -15,15 +15,16 @@
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "4.96.0")
+set(KF5_VERSION "4.97.0")
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
-                        PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake")
+                        PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
+                        SOVERSION 5)
 
 
 add_subdirectory(src)
@@ -33,7 +34,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Plotting")
 
-configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
+ecm_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-4.96.0/src/CMakeLists.txt 
new/kplotting-4.97.0/src/CMakeLists.txt
--- old/kplotting-4.96.0/src/CMakeLists.txt     2014-02-05 00:02:37.000000000 
+0100
+++ new/kplotting-4.97.0/src/CMakeLists.txt     2014-03-01 12:51:27.000000000 
+0100
@@ -20,16 +20,15 @@
                                              EXPORT_NAME Plotting
 )
 
-ecm_generate_headers(
+ecm_generate_headers(KPlotting_HEADERS
+  HEADER_NAMES
   KPlotAxis
   KPlotPoint
   KPlotObject
   KPlotWidget
 
-  MODULE_NAME KPlotting
   REQUIRED_HEADERS KPlotting_HEADERS
 )
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KPlotting DESTINATION 
${INCLUDE_INSTALL_DIR} COMPONENT Devel)
 
 install(TARGETS KF5Plotting EXPORT KF5PlottingTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to