Hello community,
here is the log from the commit of package plasma5-integration for
openSUSE:Factory checked in at 2017-01-31 12:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
and /work/SRC/openSUSE:Factory/.plasma5-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-integration"
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes
2017-01-10 10:35:34.322271008 +0100
+++
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes
2017-02-03 18:56:07.552253106 +0100
@@ -1,0 +2,45 @@
+Thu Jan 26 19:58:58 CET 2017 - [email protected]
+
+- Update to 5.9.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.9.0.php
+- Changes since 5.8.95:
+ * Add workaround for QMenuBar::setVisible bug in 5.7.0
+ * Include qdbusmenubar when compiling with Qt >5.7.0 in autotests
+ * Fix warning when no initial directory is set.
+ * Enable QDBusMenuBar when compiling with Qt 5.7.0
+ * Backport test fix from master
+ * Also disable dbusmenubar with Qt 5.7 in the unit test section
+ * Remove my massive test debug from the stable branch
+ * add extra include
+ * Add explicit includes
+ * Fix QtVersion check
+ * Only use Qt's DBusMenuBar in Qt >= 5.7
+ * Remove leftover debug
+
+-------------------------------------------------------------------
+Thu Jan 12 20:39:58 UTC 2017 - [email protected]
+
+- Update to 5.8.95 (Plasma 5.9 Beta)
+ * New feature release
+ * For more details please see:
+ https://www.kde.org/announcements/plasma-5.8.95.php
+- Changes:
+ * Use DBusMenu if available.
+ * Enable blurBehind effect if the window hints for it.
+ * Is it taking too much in other tests and not in the testSaveOverwrite one?.
+ * Add datetime to debug to try to figure out what's getting stuck.
+ * Increase the timer from 500 to 5000 just in case CI got much slower.
+ * Add lots of debug to testSaveOverwrite.
+ * Fix regression in which the Save dialog appears as an Open dialog.
+ * Fix compilation with Qt 5.8.
+ * Install desktop file name on X11 windows.
+ * Pass color scheme hint to Wayland compositor using window property.
+ * Set color scheme X property in the X11Integration.
+- Update BuildRequires:
+ * Needs Qt5PlatformSupport's private headers now
+- Remove patches, now upstream:
+ * 0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch
plasma-integration-5.8.5.tar.xz
New:
----
plasma-integration-5.9.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-integration.spec ++++++
--- /var/tmp/diff_new_pack.VsboPU/_old 2017-02-03 18:56:07.936199189 +0100
+++ /var/tmp/diff_new_pack.VsboPU/_new 2017-02-03 18:56:07.940198628 +0100
@@ -18,19 +18,17 @@
%bcond_without lang
Name: plasma5-integration
-Version: 5.8.5
+Version: 5.9.0
Release: 0
-# Full Plasma 5 version (e.g. 5.8.5)
+# Full Plasma 5 version (e.g. 5.9.0)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
-# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF)
+# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 in KUF)
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk
-F. '{print $1"."$2}')}
Summary: Plugins responsible for better integration of Qt applications
in KDE Workspace
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
-Source:
http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch [email protected]
-- Fix regression in which the Save dialog appears as an Open dialog
-Patch1: 0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch
+Source: plasma-integration-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 5.17.0
BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0
@@ -47,6 +45,7 @@
BuildRequires: cmake(Qt5DBus) >= 5.5.0
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
+BuildRequires: libQt5PlatformSupport-private-headers-devel >= 5.5.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcursor)
%if %{with lang}
@@ -78,7 +77,6 @@
%lang_package -n plasma5-integration-plugin
%prep
%setup -q -n plasma-integration-%{version}
-%patch1 -p1
%build
%cmake_kf5 -d build
++++++ plasma-integration-5.8.5.tar.xz -> plasma-integration-5.9.0.tar.xz ++++++
++++ 4519 lines of diff (skipped)