Hello community, here is the log from the commit of package kmediaplayer for openSUSE:Factory checked in at 2018-08-27 12:57:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmediaplayer (Old) and /work/SRC/openSUSE:Factory/.kmediaplayer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmediaplayer" Mon Aug 27 12:57:55 2018 rev:55 rq:630623 version:5.49.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes 2018-07-22 23:03:56.184937261 +0200 +++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes 2018-08-27 12:57:55.980723364 +0200 @@ -1,0 +2,10 @@ +Sun Aug 19 09:53:00 UTC 2018 - [email protected] + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * Honor BUILD_TESTING + +------------------------------------------------------------------- Old: ---- kmediaplayer-5.48.0.tar.xz New: ---- kmediaplayer-5.49.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmediaplayer.spec ++++++ --- /var/tmp/diff_new_pack.icvOJc/_old 2018-08-27 12:57:56.776724234 +0200 +++ /var/tmp/diff_new_pack.icvOJc/_new 2018-08-27 12:57:56.780724239 +0200 @@ -17,14 +17,20 @@ %define lname libKF5MediaPlayer5 -%define _tar_path 5.48 +%define _tar_path 5.49 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kmediaplayer -Version: 5.48.0 +Version: 5.49.0 Release: 0 +Summary: Interface for media player KParts +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -49,31 +55,24 @@ BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.6.0 -Summary: Interface for media player KParts -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz -Source1: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files. -%package -n %lname +%package -n %{lname} Summary: Interface for media player KParts Group: System/GUI/KDE Obsoletes: libKF5MediaPlayer4 -%description -n %lname +%description -n %{lname} KMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files. %package devel Summary: Interface for media player KParts: Build Environment Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: ki18n-devel >= %{_kf5_bugfix_version} Requires: kparts-devel >= %{_kf5_bugfix_version} @@ -93,19 +92,16 @@ %kf5_makeinstall -C build %fdupes %{buildroot} -%post -n %lname -p /sbin/ldconfig - -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %lname -%defattr(-,root,root) +%files -n %{lname} %{_kf5_libdir}/libKF5MediaPlayer.so.* %dir %{_kf5_servicetypesdir} %{_kf5_servicetypesdir}/kmediaplayerengine.desktop %{_kf5_servicetypesdir}/kmediaplayer.desktop %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5MediaPlayer.so %{_kf5_libdir}/cmake/KF5MediaPlayer/ %{_kf5_includedir}/*.h ++++++ kmediaplayer-5.48.0.tar.xz -> kmediaplayer-5.49.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.48.0/CMakeLists.txt new/kmediaplayer-5.49.0/CMakeLists.txt --- old/kmediaplayer-5.48.0/CMakeLists.txt 2018-07-07 23:53:08.000000000 +0200 +++ new/kmediaplayer-5.49.0/CMakeLists.txt 2018-08-04 10:44:13.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.48.0") # handled by release scripts -set(KF5_DEP_VERSION "5.48.0") # handled by release scripts +set(KF5_VERSION "5.49.0") # handled by release scripts +set(KF5_DEP_VERSION "5.49.0") # handled by release scripts project(KMediaPlayer VERSION ${KF5_VERSION}) @@ -9,7 +9,7 @@ # CMake stuff from ECM # include(FeatureSummary) -find_package(ECM 5.48.0 NO_MODULE) +find_package(ECM 5.49.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -58,8 +58,9 @@ ${CMAKE_CURRENT_BINARY_DIR}/src) add_subdirectory(src) -add_subdirectory(autotests) - +if (BUILD_TESTING) + add_subdirectory(autotests) +endif() # # Config.cmake stuff
