Hello community,
here is the log from the commit of package plasma-framework for
openSUSE:Factory checked in at 2018-12-19 13:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
and /work/SRC/openSUSE:Factory/.plasma-framework.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-framework"
Wed Dec 19 13:44:36 2018 rev:69 rq:658603 version:5.53.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2018-11-14 14:40:46.238868683 +0100
+++
/work/SRC/openSUSE:Factory/.plasma-framework.new.28833/plasma-framework.changes
2018-12-19 13:45:08.899641925 +0100
@@ -1,0 +2,33 @@
+Sun Dec 09 19:43:46 UTC 2018 - [email protected]
+
+- Update to 5.53.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+ * Use isEmpty()
+ * Remove virtual keyword
+ * same behavior as qwidgets comboboxes
+ * feature parity of Menu with the Desktop style
+ * default values for tooltips
+ * make sure flickables are pixelaligned
+ * Simplify reference counting of FrameData
+ * less spacing
+ * ASAN: Fix memory leak in CalendarPlugin
+ * ASAN: Fix memory leak in DataSource
+ * ASAN: Fix memory leak in Corona
+ * ASAN: Fix leak in AppletQuickItem
+ * Remove ComponentInstaller
+ * Qt 5.9 is now the minimum required version
+ * Add back (accidentally?) deleted line in CMakeLists.txt
+ * 100% consistency with kirigami heading sizing
+ * more homogeneous look with Kirigami headings
+ * install the processed version of private imports
+ * Mobile text selection controls
+ * Update breeze-light and breeze-dark colorschemes
+ * Make sure private header fields are initialized
+ * Summary: After this commit
https://cgit.kde.org/plasma-framework.git/commit/?id=9f08668147d2e99f8b5069ff50d5c54e672a87af
the iconitemtest started to fail, the reason was just a typo in the initial
"if" so it does exactly the same in the "if" and the "else" part. So let's
correct it to do what it is suposed to do.
+ * remove unneeded include
+ * Remove qt include prefix
+
+-------------------------------------------------------------------
Old:
----
plasma-framework-5.52.0.tar.xz
New:
----
plasma-framework-5.53.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.E2Y18w/_old 2018-12-19 13:45:11.683638027 +0100
+++ /var/tmp/diff_new_pack.E2Y18w/_new 2018-12-19 13:45:11.687638021 +0100
@@ -17,14 +17,14 @@
%define lname libKF5Plasma5
-%define _tar_path 5.52
+%define _tar_path 5.53
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: plasma-framework
-Version: 5.52.0
+Version: 5.53.0
Release: 0
Summary: Plasma library and runtime components based upon KF5 and Qt5
License: GPL-2.0-or-later AND LGPL-2.0-or-later
++++++ plasma-framework-5.52.0.tar.xz -> plasma-framework-5.53.0.tar.xz ++++++
++++ 5551 lines of diff (skipped)