Hello community, here is the log from the commit of package kdeclarative for openSUSE:Factory checked in at 2016-08-29 15:00:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old) and /work/SRC/openSUSE:Factory/.kdeclarative.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeclarative" Changes: -------- --- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes 2016-07-15 12:33:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes 2016-08-29 15:00:52.000000000 +0200 @@ -1,0 +2,9 @@ +Sun Aug 7 21:51:33 UTC 2016 - [email protected] + +- Update to 5.25.0 + * Qt >= 5.5 is now required + * Actually emit valueChanged + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + +------------------------------------------------------------------- Old: ---- kdeclarative-5.24.0.tar.xz New: ---- kdeclarative-5.25.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeclarative.spec ++++++ --- /var/tmp/diff_new_pack.AP4kiQ/_old 2016-08-29 15:00:55.000000000 +0200 +++ /var/tmp/diff_new_pack.AP4kiQ/_new 2016-08-29 15:00:55.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kdeclarative -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -38,11 +38,11 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libepoxy-devel -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Qml) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5Gui) >= 5.5.0 +BuildRequires: cmake(Qt5Qml) >= 5.5.0 +BuildRequires: cmake(Qt5Quick) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1+ Group: System/GUI/KDE @@ -106,7 +106,7 @@ Requires: kpackage-devel >= %{_tar_path} Requires: libKF5CalendarEvents5 = %{version} Requires: libKF5QuickAddons5 = %{version} -Requires: cmake(Qt5Qml) >= 5.4.0 +Requires: cmake(Qt5Qml) >= 5.5.0 %description devel KDeclarative provides integration of QML and KDE workspaces. ++++++ kdeclarative-5.24.0.tar.xz -> kdeclarative-5.25.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.24.0/CMakeLists.txt new/kdeclarative-5.25.0/CMakeLists.txt --- old/kdeclarative-5.24.0/CMakeLists.txt 2016-07-03 02:04:45.000000000 +0200 +++ new/kdeclarative-5.25.0/CMakeLists.txt 2016-08-07 15:44:43.000000000 +0200 @@ -4,15 +4,15 @@ # Dependencies include(FeatureSummary) -find_package(ECM 5.24.0 NO_MODULE) +find_package(ECM 5.25.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) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) -set(REQUIRED_QT_VERSION 5.4.0) -set(KF5_VERSION "5.24.0") # handled by release scripts -set(KF5_DEP_VERSION "5.24.0") # handled by release scripts +set(REQUIRED_QT_VERSION 5.5.0) +set(KF5_VERSION "5.25.0") # handled by release scripts +set(KF5_DEP_VERSION "5.25.0") # handled by release scripts find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui) include(KDEInstallDirs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.24.0/po/ca@valencia/kdeclarative5.po new/kdeclarative-5.25.0/po/ca@valencia/kdeclarative5.po --- old/kdeclarative-5.24.0/po/ca@valencia/kdeclarative5.po 2016-07-03 02:04:45.000000000 +0200 +++ new/kdeclarative-5.25.0/po/ca@valencia/kdeclarative5.po 2016-08-07 15:44:43.000000000 +0200 @@ -1,5 +1,5 @@ # Translation of kdeclarative5.po to Catalan (Valencian) -# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# Copyright (C) 2014-2016 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeclarative-5.24.0/src/kdeclarative/configpropertymap.cpp new/kdeclarative-5.25.0/src/kdeclarative/configpropertymap.cpp --- old/kdeclarative-5.24.0/src/kdeclarative/configpropertymap.cpp 2016-07-03 02:04:45.000000000 +0200 +++ new/kdeclarative-5.25.0/src/kdeclarative/configpropertymap.cpp 2016-08-07 15:44:43.000000000 +0200 @@ -89,6 +89,7 @@ foreach (KConfigSkeletonItem *item, config.data()->items()) { q->insert(item->key(), item->property()); + emit q->valueChanged(item->key(), item->property()); } }
