Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmediaplayer for openSUSE:Factory checked in at 2021-06-16 20:34:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmediaplayer (Old) and /work/SRC/openSUSE:Factory/.kmediaplayer.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmediaplayer" Wed Jun 16 20:34:32 2021 rev:90 rq:899750 version:5.83.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes 2021-05-11 23:03:47.329059376 +0200 +++ /work/SRC/openSUSE:Factory/.kmediaplayer.new.32437/kmediaplayer.changes 2021-06-16 20:36:14.539263667 +0200 @@ -1,0 +2,10 @@ +Sat Jun 5 11:59:02 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.83.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.83.0 +- Changes since 5.82.0: + * Bump required CMake version to 3.16 + +------------------------------------------------------------------- Old: ---- kmediaplayer-5.82.0.tar.xz kmediaplayer-5.82.0.tar.xz.sig New: ---- kmediaplayer-5.83.0.tar.xz kmediaplayer-5.83.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmediaplayer.spec ++++++ --- /var/tmp/diff_new_pack.DMtWol/_old 2021-06-16 20:36:14.983264425 +0200 +++ /var/tmp/diff_new_pack.DMtWol/_new 2021-06-16 20:36:14.983264425 +0200 @@ -17,7 +17,7 @@ %define lname libKF5MediaPlayer5 -%define _tar_path 5.82 +%define _tar_path 5.83 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: kmediaplayer -Version: 5.82.0 +Version: 5.83.0 Release: 0 Summary: Interface for media player KParts License: LGPL-2.1-or-later ++++++ kmediaplayer-5.82.0.tar.xz -> kmediaplayer-5.83.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.82.0/.gitignore new/kmediaplayer-5.83.0/.gitignore --- old/kmediaplayer-5.82.0/.gitignore 2021-05-01 11:43:38.000000000 +0200 +++ new/kmediaplayer-5.83.0/.gitignore 2021-06-05 10:56:57.000000000 +0200 @@ -25,3 +25,4 @@ .clangd .idea /cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.82.0/CMakeLists.txt new/kmediaplayer-5.83.0/CMakeLists.txt --- old/kmediaplayer-5.82.0/CMakeLists.txt 2021-05-01 11:43:38.000000000 +0200 +++ new/kmediaplayer-5.83.0/CMakeLists.txt 2021-06-05 10:56:57.000000000 +0200 @@ -1,7 +1,7 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.82.0") # handled by release scripts -set(KF_DEP_VERSION "5.82.0") # handled by release scripts +set(KF_VERSION "5.83.0") # handled by release scripts +set(KF_DEP_VERSION "5.83.0") # handled by release scripts project(KMediaPlayer VERSION ${KF_VERSION}) @@ -9,7 +9,7 @@ # CMake stuff from ECM # include(FeatureSummary) -find_package(ECM 5.82.0 NO_MODULE) +find_package(ECM 5.83.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -53,10 +53,6 @@ # # Subdirectories # -include_directories ( - ${CMAKE_CURRENT_SOURCE_DIR}/src - ${CMAKE_CURRENT_BINARY_DIR}/src) -add_definitions(-DQT_NO_FOREACH) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.82.0/src/CMakeLists.txt new/kmediaplayer-5.83.0/src/CMakeLists.txt --- old/kmediaplayer-5.82.0/src/CMakeLists.txt 2021-05-01 11:43:38.000000000 +0200 +++ new/kmediaplayer-5.83.0/src/CMakeLists.txt 2021-06-05 10:56:57.000000000 +0200 @@ -1,12 +1,13 @@ -set(kmediaplayer_LIB_SRCS +add_library(KF5MediaPlayer) +add_library(KF5::MediaPlayer ALIAS KF5MediaPlayer) + +target_sources(KF5MediaPlayer PRIVATE player.cpp view.cpp kmediaplayeradaptor.cpp ) -add_library(KF5MediaPlayer ${kmediaplayer_LIB_SRCS}) generate_export_header(KF5MediaPlayer BASE_NAME KMediaPlayer) -add_library(KF5::MediaPlayer ALIAS KF5MediaPlayer) # Apps must include <KMediaPlayer/File> or <kmediaplayer/file.h> target_include_directories(KF5MediaPlayer INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KMediaPlayer>") @@ -19,7 +20,7 @@ KF5::XmlGui ) set_target_properties(KF5MediaPlayer PROPERTIES - VERSION ${KMEDIAPLAYER_VERSION_STRING} + VERSION ${KMEDIAPLAYER_VERSION} SOVERSION ${KMEDIAPLAYER_SOVERSION} EXPORT_NAME MediaPlayer )
