Hello community, here is the log from the commit of package kplotting for openSUSE:Factory checked in at 2014-05-14 20:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-02 17:22:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-05-14 20:27:51.000000000 +0200 @@ -1,0 +2,9 @@ +Sun May 4 01:41:21 UTC 2014 - [email protected] + +- Update to 4.99.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta2.php + +------------------------------------------------------------------- Old: ---- kplotting-4.98.0.tar.xz New: ---- kplotting-4.99.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kplotting.spec ++++++ --- /var/tmp/diff_new_pack.sCoXFG/_old 2014-05-14 20:27:52.000000000 +0200 +++ /var/tmp/diff_new_pack.sCoXFG/_new 2014-05-14 20:27:52.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5Plotting5 Name: kplotting -Version: 4.98.0 +Version: 4.99.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.12 +BuildRequires: extra-cmake-modules >= 0.0.13 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 ++++++ kplotting-4.98.0.tar.xz -> kplotting-4.99.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-4.98.0/CMakeLists.txt new/kplotting-4.99.0/CMakeLists.txt --- old/kplotting-4.98.0/CMakeLists.txt 2014-03-28 19:17:23.000000000 +0100 +++ new/kplotting-4.99.0/CMakeLists.txt 2014-05-04 21:01:14.000000000 +0200 @@ -2,7 +2,7 @@ project(KPlotting) -find_package(ECM 0.0.12 REQUIRED NO_MODULE) +find_package(ECM 0.0.13 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 "4.98.0") +set(KF5_VERSION "4.99.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h" @@ -47,7 +47,7 @@ install(EXPORT KF5PlottingTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5PlottingTargets.cmake NAMESPACE KF5:: ) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h - DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel ) + DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel ) if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-4.98.0/kplotting.yaml new/kplotting-4.99.0/kplotting.yaml --- old/kplotting-4.98.0/kplotting.yaml 2014-03-28 19:17:23.000000000 +0100 +++ new/kplotting-4.99.0/kplotting.yaml 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -tier: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-4.98.0/metainfo.yaml new/kplotting-4.99.0/metainfo.yaml --- old/kplotting-4.98.0/metainfo.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/kplotting-4.99.0/metainfo.yaml 2014-05-04 21:01:14.000000000 +0200 @@ -0,0 +1,9 @@ +maintainer: cfeck +description: Lightweight plotting framework +tier: 1 +type: functional +platforms: + - name: All +portingAid: false +deprecated: false +release: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kplotting-4.98.0/src/CMakeLists.txt new/kplotting-4.99.0/src/CMakeLists.txt --- old/kplotting-4.98.0/src/CMakeLists.txt 2014-03-28 19:17:23.000000000 +0100 +++ new/kplotting-4.99.0/src/CMakeLists.txt 2014-05-04 21:01:14.000000000 +0200 @@ -11,7 +11,7 @@ generate_export_header(KF5Plotting BASE_NAME KPlotting) add_library(KF5::Plotting ALIAS KF5Plotting) -target_include_directories(KF5Plotting INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/KPlotting>") +target_include_directories(KF5Plotting INTERFACE "$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPlotting>") target_link_libraries(KF5Plotting PUBLIC Qt5::Widgets) @@ -30,15 +30,15 @@ REQUIRED_HEADERS KPlotting_HEADERS ) -install(TARGETS KF5Plotting EXPORT KF5PlottingTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS KF5Plotting EXPORT KF5PlottingTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_export.h ${KPlotting_HEADERS} - DESTINATION ${INCLUDE_INSTALL_DIR}/KPlotting COMPONENT Devel + DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPlotting COMPONENT Devel ) include(ECMGeneratePriFile) -ecm_generate_pri_file(BASE_NAME KPlotting LIB_NAME KF5Plotting DEPS "widgets" FILENAME_VAR PRI_FILENAME) +ecm_generate_pri_file(BASE_NAME KPlotting LIB_NAME KF5Plotting DEPS "widgets" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KF5_INCLUDE_INSTALL_DIR}/KPlotting) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
