Hello community, here is the log from the commit of package kmediaplayer for openSUSE:Factory checked in at 2015-02-16 15:04:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmediaplayer (Old) and /work/SRC/openSUSE:Factory/.kmediaplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmediaplayer" Changes: -------- --- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes 2015-01-29 12:50:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes 2015-02-16 17:31:49.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 8 18:15:13 UTC 2015 - [email protected] + +- Update to 5.7.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.7.0.php + +------------------------------------------------------------------- Old: ---- kmediaplayer-5.6.0.tar.xz New: ---- kmediaplayer-5.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmediaplayer.spec ++++++ --- /var/tmp/diff_new_pack.IP2JCD/_old 2015-02-16 17:31:49.000000000 +0100 +++ /var/tmp/diff_new_pack.IP2JCD/_new 2015-02-16 17:31:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kmediaplayer # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,12 +17,13 @@ %define lname libKF5MediaPlayer5 +%define _tar_path 5.7 Name: kmediaplayer -Version: 5.6.0 +Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.6.0 +BuildRequires: extra-cmake-modules >= 1.7.0 BuildRequires: fdupes BuildRequires: kbookmarks-devel >= %{kf5_version} BuildRequires: kcompletion-devel >= %{kf5_version} @@ -49,7 +50,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kmediaplayer-5.6.0.tar.xz -> kmediaplayer-5.7.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.6.0/CMakeLists.txt new/kmediaplayer-5.7.0/CMakeLists.txt --- old/kmediaplayer-5.6.0/CMakeLists.txt 2014-12-31 15:24:30.000000000 +0100 +++ new/kmediaplayer-5.7.0/CMakeLists.txt 2015-01-23 21:41:28.000000000 +0100 @@ -6,7 +6,7 @@ # # CMake stuff from ECM # -find_package(ECM 1.6.0 REQUIRED NO_MODULE) +find_package(ECM 1.7.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(KDEInstallDirs) @@ -19,8 +19,8 @@ include(ECMGenerateHeaders) include(ECMPackageConfigHelpers) -set(KF5_VERSION "5.6.0") # handled by release scripts -set(KF5_DEP_VERSION "5.6.0") # handled by release scripts +set(KF5_VERSION "5.7.0") # handled by release scripts +set(KF5_DEP_VERSION "5.7.0") # handled by release scripts # # Version info @@ -32,7 +32,7 @@ SOVERSION 5) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kmediaplayer_version.h - DESTINATION ${KF5_INCLUDE_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel) @@ -61,7 +61,7 @@ # # Config.cmake stuff # -set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5MediaPlayer") +set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5MediaPlayer") ecm_configure_package_config_file( "${CMAKE_CURRENT_SOURCE_DIR}/KF5MediaPlayerConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/KF5MediaPlayerConfig.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.6.0/src/CMakeLists.txt new/kmediaplayer-5.7.0/src/CMakeLists.txt --- old/kmediaplayer-5.6.0/src/CMakeLists.txt 2014-12-31 15:24:30.000000000 +0100 +++ new/kmediaplayer-5.7.0/src/CMakeLists.txt 2015-01-23 21:41:28.000000000 +0100 @@ -9,7 +9,7 @@ add_library(KF5::MediaPlayer ALIAS KF5MediaPlayer) # Apps must include <KMediaPlayer/File> or <kmediaplayer/file.h> -target_include_directories(KF5MediaPlayer INTERFACE "$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer>") +target_include_directories(KF5MediaPlayer INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KMediaPlayer>") target_link_libraries(KF5MediaPlayer PUBLIC Qt5::Widgets @@ -32,7 +32,7 @@ PREFIX KMediaPlayer REQUIRED_HEADERS KMediaPlayer_HEADERS ) -install(FILES ${KMediaPlayer_CamelCase_HEADERS} DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer/KMediaPlayer COMPONENT Devel) +install(FILES ${KMediaPlayer_CamelCase_HEADERS} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KMediaPlayer/KMediaPlayer COMPONENT Devel) install(TARGETS KF5MediaPlayer EXPORT KF5MediaPlayerTargets @@ -41,15 +41,15 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kmediaplayer_export.h ${KMediaPlayer_HEADERS} - DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer/kmediaplayer + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KMediaPlayer/kmediaplayer COMPONENT Devel ) install(FILES kmediaplayerengine.desktop kmediaplayer.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR}) + DESTINATION ${KDE_INSTALL_KSERVICETYPES5DIR}) install(FILES org.kde.KMediaPlayer.xml - DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} + DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR} RENAME kf5_org.kde.KMediaPlayer.xml) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
