Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2017-08-24 18:10:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Thu Aug 24 18:10:20 2017 rev:73 rq:518286 version:5.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2017-08-12 19:34:43.685299324 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-08-24 18:10:21.916620022 +0200
@@ -1,0 +2,39 @@
+Tue Aug 22 19:11:31 CEST 2017 - [email protected]
+
+- Update to 5.10.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.5.php
+- Changes since 5.10.4:
+  * Fix QSortFilterProxyModelPrivate::updateChildrenMapping crash in 
libtaskmanager (kde#381006)
+  * [Notifications] Clean up States
+  * Don't change fillMode of image just before deleting it
+  * Disable kuiserver debug output by default; make it appear in 
kdebugsettings.
+  * [Battery Monitor] Fix icon size for InhibitionHint (kde#383213)
+  * [Notifications] Improve mouse handling (kde#382263)
+  * Use correct easing type values (kde#382834)
+  * Prefer using https for kns providers
+  * Improve unittest for renaming desktop icons
+  * [AppMenu Applet] Pass "ctx" as context instead of "this" (kde#382386)
+  * [Klipper ModelTest] Fix build
+  * [TasksModel] Use LauncherUrlWithoutIcon in move method
+  * [LauncherTasksModel] Emit dataChanged for LauncherUrlWithoutIcon on sycoca 
change
+
+-------------------------------------------------------------------
+Fri Aug 18 10:00:19 UTC 2017 - [email protected]
+
+- Fix more uses of qdbus in 0001-Rename-qdbus-in-startkde.patch
+
+-------------------------------------------------------------------
+Thu Aug 17 09:09:09 UTC 2017 - [email protected]
+
+- Remove Recommends on sni-qt to not pull in Qt4 unconditionally
+  (sni-qt supplements packageand(plasma5-workspace:libqt4) now)
+
+-------------------------------------------------------------------
+Sun Aug 13 20:02:41 UTC 2017 - [email protected]
+
+- Recommend libqt5-qtvirtualkeyboard as the default lockscreen
+  theme has a button to open it
+
+-------------------------------------------------------------------

Old:
----
  plasma-workspace-5.10.4.tar.xz

New:
----
  plasma-workspace-5.10.5.tar.xz

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.sf9A3B/_old  2017-08-24 18:10:23.076456720 +0200
+++ /var/tmp/diff_new_pack.sf9A3B/_new  2017-08-24 18:10:23.088455030 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:           plasma5-workspace
-Version:        5.10.4
+Version:        5.10.5
 Release:        0
 # Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -144,8 +144,13 @@
 Recommends:     phonon4qt5-backend
 # people should be able to adjust desktop
 Recommends:     systemsettings5
+# Later versions have a supplements in sni-qt
+%if 0%{?suse_version} < 1330
 # so Qt4-only apps have some colors in tray
 Recommends:     sni-qt
+%endif
+# The lockscreen has a button to open a virtual keyboard
+Recommends:     libqt5-qtvirtualkeyboard
 Recommends:     %{name}-lang
 # plasmashell implements the dbus interface org.freedesktop.Notifications 
directly
 Provides:       %{name}-branding = %{_plasma5_bugfix}
@@ -281,6 +286,7 @@
 %{_kf5_configdir}/autostart/klipper.desktop
 %{_kf5_configdir}/autostart/krunner.desktop
 %{_kf5_configdir}/autostart/xembedsniproxy.desktop
+%{_kf5_configdir}/kuiserver.categories
 %config %{_kf5_configdir}/plasmoids.knsrc
 %config %{_kf5_configdir}/wallpaper.knsrc
 %config %{_kf5_configdir}/taskmanagerrulesrc

++++++ 0001-Rename-qdbus-in-startkde.patch ++++++
--- /var/tmp/diff_new_pack.sf9A3B/_old  2017-08-24 18:10:23.116451089 +0200
+++ /var/tmp/diff_new_pack.sf9A3B/_new  2017-08-24 18:10:23.120450526 +0200
@@ -1,8 +1,8 @@
-diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
-index b7af60b..7ae5f1d 100644
---- a/startkde/startkde.cmake
-+++ b/startkde/startkde.cmake
-@@ -292,7 +292,7 @@ if test $? -ne 0; then
+Index: plasma-workspace-5.10.4/startkde/startkde.cmake
+===================================================================
+--- plasma-workspace-5.10.4.orig/startkde/startkde.cmake
++++ plasma-workspace-5.10.4/startkde/startkde.cmake
+@@ -296,7 +296,7 @@ if test $? -ne 0; then
    exit 1
  fi
  
@@ -11,7 +11,7 @@
  
  # finally, give the session control to the session manager
  # see kdebase/ksmserver for the description of the rest of the startup 
sequence
-@@ -325,13 +325,13 @@ if test x"$wait_drkonqi"x = x"true"x ; then
+@@ -329,13 +329,13 @@ if test x"$wait_drkonqi"x = x"true"x ; t
      # wait for remaining drkonqi instances with timeout (in seconds)
      wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group 
WaitForDrKonqi --key Timeout --default 900`
      wait_drkonqi_counter=0
@@ -28,3 +28,43 @@
              done
              break
          fi
+Index: plasma-workspace-5.10.4/startkde/startplasma.cmake
+===================================================================
+--- plasma-workspace-5.10.4.orig/startkde/startplasma.cmake
++++ plasma-workspace-5.10.4/startkde/startplasma.cmake
+@@ -132,7 +132,7 @@ if test $? -ne 0; then
+   exit 1
+ fi
+ 
+-qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit
++qdbus-qt5 org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit
+ 
+ # finally, give the session control to the session manager
+ # see kdebase/ksmserver for the description of the rest of the startup 
sequence
+@@ -161,13 +161,13 @@ if test x"$wait_drkonqi"x = x"true"x ; t
+     # wait for remaining drkonqi instances with timeout (in seconds)
+     wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group 
WaitForDrKonqi --key Timeout --default 900`
+     wait_drkonqi_counter=0
+-    while qdbus | grep "^[^w]*org.kde.drkonqi" > /dev/null ; do
++    while qdbus-qt5 | grep "^[^w]*org.kde.drkonqi" > /dev/null ; do
+         sleep 5
+         wait_drkonqi_counter=$((wait_drkonqi_counter+5))
+         if test "$wait_drkonqi_counter" -ge "$wait_drkonqi_timeout" ; then
+             # ask remaining drkonqis to die in a graceful way
+-            qdbus | grep 'org.kde.drkonqi-' | while read address ; do
+-                qdbus "$address" "/MainApplication" "quit"
++            qdbus-qt5 | grep 'org.kde.drkonqi-' | while read address ; do
++                qdbus-qt5 "$address" "/MainApplication" "quit"
+             done
+             break
+         fi
+Index: plasma-workspace-5.10.4/wallpapers/image/wallpaper.knsrc
+===================================================================
+--- plasma-workspace-5.10.4.orig/wallpapers/image/wallpaper.knsrc
++++ plasma-workspace-5.10.4/wallpapers/image/wallpaper.knsrc
+@@ -41,4 +41,4 @@ Categories=KDE Wallpaper 800x600,KDE Wal
+ StandardResource=wallpaper
+ Uncompress=archive
+ 
+-AdoptionCommand=qdbus org.kde.plasmashell /PlasmaShell 
org.kde.PlasmaShell.evaluateScript 'for (var i in desktops()) { d = 
desktops()[i]; d.wallpaperPlugin = "org.kde.image"; d.currentConfigGroup = 
["Wallpaper", "org.kde.image", "General"]; d.writeConfig("Image", "%f") }'
++AdoptionCommand=qdbus-qt5 org.kde.plasmashell /PlasmaShell 
org.kde.PlasmaShell.evaluateScript 'for (var i in desktops()) { d = 
desktops()[i]; d.wallpaperPlugin = "org.kde.image"; d.currentConfigGroup = 
["Wallpaper", "org.kde.image", "General"]; d.writeConfig("Image", "%f") }'

++++++ plasma-workspace-5.10.4.tar.xz -> plasma-workspace-5.10.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.10.4.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.10.5.tar.xz
 differ: char 25, line 1


Reply via email to