Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-01-31 12:22:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-desktop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-01-11 11:57:47.292678799 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes     
2017-02-03 18:56:05.964476072 +0100
@@ -1,0 +2,49 @@
+Thu Jan 26 19:58:56 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:
+  * More like systray.
+  * [Task Manager] Hide group dialog when opening applets settings
+  * Use the systray applet's icon sizing logic to size audio indicators.
+  * use KPluginMetaData::readStringList
+  * [kcm] Fix reset logic
+  * Add missing descriptions on the trashcan and appmenubar plasmoids
+  * [Style KCM] Make sure to enable kappmenu kded module
+  * Fix loading of translation catalog (thanks to Victor 
<[email protected]>)
+  * [Task Manager] Vertically center audio indicator for real
+  * Fix "Pin" not working with more than one activity.
+  * Silence warning.
+  * Sync kicker tooltip icon to config setting
+  * Follow theme in taskmanager tooltip media controls background
+  * [Task Manager] Don't show separator between media controls and "Mute"
+  * [Task Manager] Find player if we don't have a PID
+  * Use correct loop variable.
+  * Don't hardcore reserve size.
+  * Fix switching from 'All Applications' to 'Widgets'.
+- Remove patch, now upstream:
+  * fix-switching-to-widgets.patch
+
+-------------------------------------------------------------------
+Fri Jan 13 21:32:53 UTC 2017 - [email protected]
+
+- Only BuildRequire AppStreamQt 0.10.4 where it is available
+
+-------------------------------------------------------------------
+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:
+  * See 
https://www.kde.org/announcements/plasma-5.8.5-5.8.95-changelog.php#plasma-desktop
+- Add patch for upstream bugfix:
+  * fix-switching-to-widgets.patch
+- Remove patches, now upstream:
+  * Dont-clear-hover-state-while-a-child-dialog-is-open.patch
+  * Fix-right-click-erroneously-opening-files.patch
+
+-------------------------------------------------------------------

Old:
----
  Dont-clear-hover-state-while-a-child-dialog-is-open.patch
  Fix-right-click-erroneously-opening-files.patch
  plasma-desktop-5.8.5.tar.xz

New:
----
  plasma-desktop-5.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma5-desktop.spec ++++++
--- /var/tmp/diff_new_pack.DNt4uJ/_old  2017-02-03 18:56:07.296289049 +0100
+++ /var/tmp/diff_new_pack.DNt4uJ/_new  2017-02-03 18:56:07.300288488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-desktop
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,19 @@
 
 %bcond_without lang
 Name:           plasma5-desktop
-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:        The KDE Plasma Workspace Components
 License:        GPL-2.0
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
-Source:         
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
-# PATCHES 100-200 and above are from upstream 5.8 branch
-Patch100:       Dont-clear-hover-state-while-a-child-dialog-is-open.patch
-Patch101:       Fix-right-click-erroneously-opening-files.patch
-# PATCHES 201-300 and above are from upstream master/5.9 branch
+Source:         plasma-desktop-%{version}.tar.xz
+# PATCHES 100-200 and above are from upstream 5.9 branch
+# PATCHES 201-300 and above are from upstream master/5.10 branch
 BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
@@ -44,6 +42,9 @@
 BuildRequires:  phonon4qt5-devel >= 4.6.60
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+BuildRequires:  cmake(AppStreamQt) >= 0.10.4
+%endif
 BuildRequires:  cmake(KDED) >= %{kf5_version}
 BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
 BuildRequires:  cmake(KF5ActivitiesStats) >= %{kf5_version}
@@ -168,8 +169,6 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
-%patch100 -p1
-%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
@@ -245,7 +244,6 @@
 %{_kf5_sharedir}/kconf_update/
 %{_kf5_sharedir}/kcontrol/
 %{_kf5_sharedir}/kdisplay/
-%{_kf5_sharedir}/kdm/
 %{_kf5_sharedir}/kfontinst/
 %{_kf5_sharedir}/kxmlgui5/
 %{_kf5_sharedir}/kpackage/

++++++ plasma-desktop-5.8.5.tar.xz -> plasma-desktop-5.9.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.8.5.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma-desktop-5.9.0.tar.xz 
differ: char 26, line 1


Reply via email to