Hello community, here is the log from the commit of package kmediaplayer for openSUSE:Factory checked in at 2016-09-14 23:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-08-29 15:07:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes 2016-09-14 23:26:09.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 6 20:51:48 UTC 2016 - [email protected] + +- Update to 5.26.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.26.0.php + +------------------------------------------------------------------- Old: ---- kmediaplayer-5.25.0.tar.xz New: ---- kmediaplayer-5.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmediaplayer.spec ++++++ --- /var/tmp/diff_new_pack.Y4hWEY/_old 2016-09-14 23:26:10.000000000 +0200 +++ /var/tmp/diff_new_pack.Y4hWEY/_new 2016-09-14 23:26:10.000000000 +0200 @@ -17,9 +17,9 @@ %define lname libKF5MediaPlayer5 -%define _tar_path 5.25 +%define _tar_path 5.26 Name: kmediaplayer -Version: 5.25.0 +Version: 5.26.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kmediaplayer-5.25.0.tar.xz -> kmediaplayer-5.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.25.0/CMakeLists.txt new/kmediaplayer-5.26.0/CMakeLists.txt --- old/kmediaplayer-5.25.0/CMakeLists.txt 2016-08-06 10:36:44.000000000 +0200 +++ new/kmediaplayer-5.26.0/CMakeLists.txt 2016-09-06 00:37:58.000000000 +0200 @@ -7,7 +7,7 @@ # CMake stuff from ECM # include(FeatureSummary) -find_package(ECM 5.25.0 NO_MODULE) +find_package(ECM 5.26.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) @@ -23,8 +23,8 @@ include(ECMGenerateHeaders) include(ECMPackageConfigHelpers) -set(KF5_VERSION "5.25.0") # handled by release scripts -set(KF5_DEP_VERSION "5.25.0") # handled by release scripts +set(KF5_VERSION "5.26.0") # handled by release scripts +set(KF5_DEP_VERSION "5.26.0") # handled by release scripts # # Version info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmediaplayer-5.25.0/autotests/testplayer.h new/kmediaplayer-5.26.0/autotests/testplayer.h --- old/kmediaplayer-5.25.0/autotests/testplayer.h 2016-08-06 10:36:44.000000000 +0200 +++ new/kmediaplayer-5.26.0/autotests/testplayer.h 2016-09-06 00:37:58.000000000 +0200 @@ -35,27 +35,35 @@ public: TestPlayer(QObject *parent) : Player(parent) {} - KMediaPlayer::View *view() + KMediaPlayer::View *view() Q_DECL_OVERRIDE { return 0; } - void pause() {} - void play() {} - void stop() {} - void seek(qlonglong) {} - bool isSeekable() const + void pause() Q_DECL_OVERRIDE + { + } + void play() Q_DECL_OVERRIDE + { + } + void stop() Q_DECL_OVERRIDE + { + } + void seek(qlonglong) Q_DECL_OVERRIDE + { + } + bool isSeekable() const Q_DECL_OVERRIDE { return false; } - qlonglong position() const + qlonglong position() const Q_DECL_OVERRIDE { return 0L; } - bool hasLength() const + bool hasLength() const Q_DECL_OVERRIDE { return false; } - qlonglong length() const + qlonglong length() const Q_DECL_OVERRIDE { return 0L; }
