Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Factory 
checked in at 2014-05-14 20:27:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-04-02 17:22:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes   
2014-05-14 20:27:39.000000000 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- 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:
----
  kmediaplayer-4.98.0.tar.xz

New:
----
  kmediaplayer-4.99.0.tar.xz

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

Other differences:
------------------
++++++ kmediaplayer.spec ++++++
--- /var/tmp/diff_new_pack.0RwTG1/_old  2014-05-14 20:27:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0RwTG1/_new  2014-05-14 20:27:39.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5MediaPlayer5
 Name:           kmediaplayer
-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:  kbookmarks-devel >= %{_kf5_version}
 BuildRequires:  kcompletion-devel >= %{_kf5_version}

++++++ kmediaplayer-4.98.0.tar.xz -> kmediaplayer-4.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-4.98.0/CMakeLists.txt 
new/kmediaplayer-4.99.0/CMakeLists.txt
--- old/kmediaplayer-4.98.0/CMakeLists.txt      2014-03-28 19:17:15.000000000 
+0100
+++ new/kmediaplayer-4.99.0/CMakeLists.txt      2014-05-04 21:00:30.000000000 
+0200
@@ -6,7 +6,7 @@
 #
 # CMake stuff from ECM
 #
-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})
 
 include(KDEInstallDirs)
@@ -19,7 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "4.98.0")
+set(KF5_VERSION "4.99.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
 
 #
 # Version info
@@ -31,7 +32,7 @@
    SOVERSION 5)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kmediaplayer_version.h
-        DESTINATION ${INCLUDE_INSTALL_DIR}
+        DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
         COMPONENT Devel)
 
 
@@ -42,8 +43,8 @@
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
-find_package(KF5Parts ${KF5_VERSION} REQUIRED)
-find_package(KF5XmlGui ${KF5_VERSION} REQUIRED)
+find_package(KF5Parts ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED)
 
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-4.98.0/KF5MediaPlayerConfig.cmake.in 
new/kmediaplayer-4.99.0/KF5MediaPlayerConfig.cmake.in
--- old/kmediaplayer-4.98.0/KF5MediaPlayerConfig.cmake.in       2014-03-28 
19:17:15.000000000 +0100
+++ new/kmediaplayer-4.99.0/KF5MediaPlayerConfig.cmake.in       2014-05-04 
21:00:30.000000000 +0200
@@ -2,7 +2,7 @@
 
 # Any changes in this ".cmake" file will be overwritten by CMake, the source 
is the ".cmake.in" file.
 
-find_dependency(KF5Parts "@KF5_VERSION@")
+find_dependency(KF5Parts "@KF5_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5MediaPlayerTargets.cmake")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-4.98.0/kmediaplayer.yaml 
new/kmediaplayer-4.99.0/kmediaplayer.yaml
--- old/kmediaplayer-4.98.0/kmediaplayer.yaml   2014-03-28 19:17:15.000000000 
+0100
+++ new/kmediaplayer-4.99.0/kmediaplayer.yaml   1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-tier: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-4.98.0/metainfo.yaml 
new/kmediaplayer-4.99.0/metainfo.yaml
--- old/kmediaplayer-4.98.0/metainfo.yaml       1970-01-01 01:00:00.000000000 
+0100
+++ new/kmediaplayer-4.99.0/metainfo.yaml       2014-05-04 21:00:30.000000000 
+0200
@@ -0,0 +1,9 @@
+maintainer: alexmerry
+description: Plugin interface for media player features
+tier: 3
+type: integration
+platforms:
+    - name: All
+portingAid: true
+deprecated: true
+release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-4.98.0/src/CMakeLists.txt 
new/kmediaplayer-4.99.0/src/CMakeLists.txt
--- old/kmediaplayer-4.98.0/src/CMakeLists.txt  2014-03-28 19:17:15.000000000 
+0100
+++ new/kmediaplayer-4.99.0/src/CMakeLists.txt  2014-05-04 21:00:30.000000000 
+0200
@@ -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:${INCLUDE_INSTALL_DIR}/KMediaPlayer>")
+target_include_directories(KF5MediaPlayer INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer>")
 
 target_link_libraries(KF5MediaPlayer PUBLIC
    Qt5::Widgets
@@ -32,16 +32,16 @@
   PREFIX KMediaPlayer
   REQUIRED_HEADERS KMediaPlayer_HEADERS
 )
-install(FILES ${KMediaPlayer_CamelCase_HEADERS} DESTINATION 
${INCLUDE_INSTALL_DIR}/KMediaPlayer/KMediaPlayer COMPONENT Devel)
+install(FILES ${KMediaPlayer_CamelCase_HEADERS} DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer/KMediaPlayer COMPONENT Devel)
 
 install(TARGETS KF5MediaPlayer
         EXPORT KF5MediaPlayerTargets
-        ${INSTALL_TARGETS_DEFAULT_ARGS}
+        ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}
 )
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kmediaplayer_export.h
   ${KMediaPlayer_HEADERS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/KMediaPlayer/kmediaplayer
+  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer/kmediaplayer
   COMPONENT Devel
 )
 

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

Reply via email to