Hello community, here is the log from the commit of package plasma-framework for openSUSE:Factory checked in at 2016-04-12 19:29:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old) and /work/SRC/openSUSE:Factory/.plasma-framework.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-framework" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes 2016-03-16 10:33:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes 2016-04-12 19:29:52.000000000 +0200 @@ -1,0 +2,45 @@ +Mon Apr 4 14:31:31 UTC 2016 - [email protected] + +- Update to 5.21.0 (boo#974793) + * [calendar] Fix calendar applet not clearing selection + when hiding (kde#360683) + * update audio icon to use stylesheet + * update audio mute icon (kde#360953) + * Fixing the force-creation of applets when plasma is immutable + * [Fading Node] Don't mix opacity separately (kde#355894) + * [Svg] Don't reparse configuration in response to + Theme::applicationPaletteChanged + * Dialog: Set SkipTaskbar/Pager states before showing window + (kde#332024) + * Reintroduce busy property in Applet + * Make sure PlasmaQuick export file is properly found + * Don't import an nonexistent layout + * Make it possible for an applet to offer a test object + * Replace QMenu::exec with QMenu::popup + * FrameSvg: Fix dangling pointers in sharedFrames when + theme changes + * IconItem: Schedule pixmap update when window changes + * IconItem: Animate active and enabled change even with + animations disabled + * DaysModel: Make update a slot + * [Icon Item] Don't animate from previous pixmap when it + has been invisible + * [Icon Item] Don't call loadPixmap in setColorGroup + * [Applet] Don't overwrite "Persistent" flag of Undo notification + * Allowing to override plasma mutability setting on + containment creation + * Add icon/titleChanged + * Remove QtScript dependency + * Header of plasmaquick_export.h is in plasmaquick folder + * Install some plasmaquick headers + * Upgrade Qt version requirement to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.21.0.php + +------------------------------------------------------------------- +Thu Mar 31 16:42:44 UTC 2016 - [email protected] + +- Conflict with kapptemplate <= 15.12.3 as the Plasma templates + are removed in newer versions + +------------------------------------------------------------------- Old: ---- plasma-framework-5.20.0.tar.xz New: ---- plasma-framework-5.21.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-framework.spec ++++++ --- /var/tmp/diff_new_pack.pkXtJg/_old 2016-04-12 19:29:53.000000000 +0200 +++ /var/tmp/diff_new_pack.pkXtJg/_new 2016-04-12 19:29:53.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.20 +%define _tar_path 5.21 Name: plasma-framework -Version: 5.20.0 +Version: 5.21.0 Release: 0 %define kf5_version %{version} Summary: Plasma library and runtime components based upon KF5 and Qt5 @@ -28,7 +28,7 @@ Url: https://projects.kde.org/plasma-framework Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require kactivities 5.19.0, as we can't update kactivities5 to 5.20.0 before Plasma 5.6.0 +# PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require kactivities 5.19.0, as we can't update kactivities5 to 5.21.0 before Plasma 5.6.0 Patch0: loosen-up-kactivities-requirement.patch BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes @@ -54,15 +54,14 @@ BuildRequires: kxmlgui-devel >= %{_tar_path} BuildRequires: libxcb-devel BuildRequires: xz -BuildRequires: cmake(Qt5Gui) >= 5.3.0 -BuildRequires: cmake(Qt5Qml) >= 5.3.0 -BuildRequires: cmake(Qt5Quick) >= 5.3.0 -BuildRequires: cmake(Qt5Script) >= 5.3.0 -BuildRequires: cmake(Qt5Sql) >= 5.3.0 -BuildRequires: cmake(Qt5Svg) >= 5.3.0 -BuildRequires: cmake(Qt5Test) >= 5.3.0 -BuildRequires: cmake(Qt5Widgets) >= 5.3.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.3.0 +BuildRequires: cmake(Qt5Gui) >= 5.4.0 +BuildRequires: cmake(Qt5Qml) >= 5.4.0 +BuildRequires: cmake(Qt5Quick) >= 5.4.0 +BuildRequires: cmake(Qt5Sql) >= 5.4.0 +BuildRequires: cmake(Qt5Svg) >= 5.4.0 +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(egl) %ifarch %arm aarch64 BuildRequires: pkgconfig(glesv2) @@ -112,10 +111,10 @@ Requires: kf5-filesystem Requires: kpackage-devel >= %{_tar_path} Requires: kservice-devel >= %{_tar_path} -Requires: cmake(Qt5Gui) >= 5.3.0 -Requires: cmake(Qt5Qml) >= 5.3.0 -Requires: cmake(Qt5Quick) >= 5.3.0 -Conflicts: kapptemplate +Requires: cmake(Qt5Gui) >= 5.4.0 +Requires: cmake(Qt5Qml) >= 5.4.0 +Requires: cmake(Qt5Quick) >= 5.4.0 +Conflicts: kapptemplate <= 15.12.3 %description devel Plasma library and runtime components based upon KF5 and Qt5 ++++++ loosen-up-kactivities-requirement.patch ++++++ --- /var/tmp/diff_new_pack.pkXtJg/_old 2016-04-12 19:29:53.000000000 +0200 +++ /var/tmp/diff_new_pack.pkXtJg/_new 2016-04-12 19:29:53.000000000 +0200 @@ -4,7 +4,7 @@ +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ set (REQUIRED_QT_VERSION "5.3.0") - find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Quick Gui Sql Qml Svg Script) + find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Quick Gui Sql Qml Svg) -find_package(KF5Activities ${KF5_DEP_VERSION} REQUIRED) +find_package(KF5Activities 5.19.0 REQUIRED) ++++++ plasma-framework-5.20.0.tar.xz -> plasma-framework-5.21.0.tar.xz ++++++ ++++ 19225 lines of diff (skipped)
