Hello community, here is the log from the commit of package kcmutils for openSUSE:Factory checked in at 2015-03-16 09:35:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcmutils (Old) and /work/SRC/openSUSE:Factory/.kcmutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcmutils" Changes: -------- --- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes 2015-02-16 17:30:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes 2015-03-16 09:35:31.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Mar 7 16:59:02 UTC 2015 - [email protected] + +- Update to 5.8.0 + * Restore KCModule::setAuthAction + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.8.0.php + +------------------------------------------------------------------- Old: ---- kcmutils-5.7.0.tar.xz New: ---- kcmutils-5.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcmutils.spec ++++++ --- /var/tmp/diff_new_pack.YhOHxz/_old 2015-03-16 09:35:32.000000000 +0100 +++ /var/tmp/diff_new_pack.YhOHxz/_new 2015-03-16 09:35:32.000000000 +0100 @@ -17,13 +17,13 @@ %define lname libKF5KCMUtils5 -%define _tar_path 5.7 +%define _tar_path 5.8 Name: kcmutils Version: %{_tar_path}.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.7.0 +BuildRequires: extra-cmake-modules >= 1.8.0 BuildRequires: fdupes BuildRequires: kconfigwidgets-devel >= %{kf5_version} BuildRequires: kcoreaddons-devel >= %{kf5_version} ++++++ kcmutils-5.7.0.tar.xz -> kcmutils-5.8.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.7.0/CMakeLists.txt new/kcmutils-5.8.0/CMakeLists.txt --- old/kcmutils-5.7.0/CMakeLists.txt 2015-02-08 16:12:19.000000000 +0100 +++ new/kcmutils-5.8.0/CMakeLists.txt 2015-03-07 15:38:16.000000000 +0100 @@ -2,7 +2,7 @@ project(KCMUtils) -find_package(ECM 1.7.0 REQUIRED NO_MODULE) +find_package(ECM 1.8.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -19,8 +19,8 @@ include(ECMGenerateHeaders) include(ECMPackageConfigHelpers) -set(KF5_VERSION "5.7.0") # handled by release scripts -set(KF5_DEP_VERSION "5.7.0") # handled by release scripts +set(KF5_VERSION "5.8.0") # handled by release scripts +set(KF5_DEP_VERSION "5.8.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCMUTILS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcmutils_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5KCMUtilsConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.7.0/src/kcmoduleproxy.h new/kcmutils-5.8.0/src/kcmoduleproxy.h --- old/kcmutils-5.7.0/src/kcmoduleproxy.h 2015-02-08 16:12:19.000000000 +0100 +++ new/kcmutils-5.8.0/src/kcmoduleproxy.h 2015-03-07 15:38:16.000000000 +0100 @@ -170,7 +170,7 @@ /** * Returns the recommended minimum size for the widget */ - QSize minimumSizeHint() const; + QSize minimumSizeHint() const Q_DECL_OVERRIDE; public Q_SLOTS: @@ -218,7 +218,7 @@ * Reimplemented for internal purposes. Makes sure the encapsulated * module is loaded before the show event is taken care of. */ - void showEvent(QShowEvent *); + void showEvent(QShowEvent *) Q_DECL_OVERRIDE; protected: KCModuleProxyPrivate *const d_ptr; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.7.0/src/ksettings/dialog_p.h new/kcmutils-5.8.0/src/ksettings/dialog_p.h --- old/kcmutils-5.7.0/src/ksettings/dialog_p.h 2015-02-08 16:12:19.000000000 +0100 +++ new/kcmutils-5.8.0/src/ksettings/dialog_p.h 2015-03-07 15:38:16.000000000 +0100 @@ -66,7 +66,7 @@ void _k_updateEnabledState(bool); void _k_syncConfiguration(); void _k_reparseConfiguration(const QByteArray &a); - virtual void _k_clientChanged(); + void _k_clientChanged() Q_DECL_OVERRIDE; KPageWidgetItem *createPageItem(KPageWidgetItem *parentItem, const QString &name, const QString &comment, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
