commit kfileaudiopreview for openSUSE:Factory
Hello community, here is the log from the commit of package kfileaudiopreview for openSUSE:Factory checked in at 2014-04-02 17:22:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kfileaudiopreview (Old) and /work/SRC/openSUSE:Factory/.kfileaudiopreview.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kfileaudiopreview" Changes: -------- --- /work/SRC/openSUSE:Factory/kfileaudiopreview/kfileaudiopreview.changes 2014-03-10 12:18:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kfileaudiopreview.new/kfileaudiopreview.changes 2014-04-02 17:22:10.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:36 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- kfileaudiopreview-4.97.0.tar.xz New: ---- kfileaudiopreview-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfileaudiopreview.spec ++++++ --- /var/tmp/diff_new_pack.BhtpqT/_old 2014-04-02 17:22:11.000000000 +0200 +++ /var/tmp/diff_new_pack.BhtpqT/_new 2014-04-02 17:22:11.000000000 +0200 @@ -17,10 +17,10 @@ Name: kfileaudiopreview -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kbookmarks-devel >= %{_kf5_version} BuildRequires: kcompletion-devel >= %{_kf5_version} ++++++ kfileaudiopreview-4.97.0.tar.xz -> kfileaudiopreview-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfileaudiopreview-4.97.0/CMakeLists.txt new/kfileaudiopreview-4.98.0/CMakeLists.txt --- old/kfileaudiopreview-4.97.0/CMakeLists.txt 2014-03-01 12:50:47.000000000 +0100 +++ new/kfileaudiopreview-4.98.0/CMakeLists.txt 2014-03-29 08:18:54.000000000 +0100 @@ -6,7 +6,7 @@ # # CMake stuff from ECM # -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(KDEInstallDirs) @@ -20,8 +20,8 @@ # # Dependencies # -set(QT_REQUIRED_VERSION 5.2.0) -find_package(Qt5Widgets ${QT_REQUIRED_VERSION} REQUIRED NO_MODULE) +set(REQUIRED_QT_VERSION 5.2.0) +find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(Phonon4Qt5 4.6.60 REQUIRED NO_MODULE) set_package_properties(Phonon4Qt5 PROPERTIES DESCRIPTION "Qt-based audio library" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfileaudiopreview-4.97.0/src/kfileaudiopreview.cpp new/kfileaudiopreview-4.98.0/src/kfileaudiopreview.cpp --- old/kfileaudiopreview-4.97.0/src/kfileaudiopreview.cpp 2014-03-01 12:50:47.000000000 +0100 +++ new/kfileaudiopreview-4.98.0/src/kfileaudiopreview.cpp 2014-03-29 08:18:54.000000000 +0100 @@ -36,6 +36,7 @@ #include <phonon/videowidget.h> #include "mediacontrols.h" #include <kconfiggroup.h> +#include <ksharedconfig.h> K_PLUGIN_FACTORY(KFileAudioPreviewFactory, registerPlugin<KFileAudioPreview>();) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de