Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2018-07-14 20:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Sat Jul 14 20:19:26 2018 rev:96 rq:622131 version:5.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2018-07-01 21:23:44.504975830 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2018-07-14 20:19:49.391353110 +0200
@@ -1,0 +2,14 @@
+Tue Jul 10 14:02:22 CEST 2018 - [email protected]
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Don't block startplasma sending DBus call to KSplash
+  * [Places Runner] Add place category as subtext
+  * [Places Runner] Fix opening search and timeline URLs
+  * [Places Runner] Fix opening devices
+- Refresh 0001-Rename-qdbus-in-startkde.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.13xH3A/_old  2018-07-14 20:19:50.051354810 +0200
+++ /var/tmp/diff_new_pack.13xH3A/_new  2018-07-14 20:19:50.063354841 +0200
@@ -27,7 +27,7 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 # Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:        5.13.2
+Version:        5.13.3
 Release:        0
 Summary:        The KDE Plasma Workspace Components
 License:        GPL-2.0-or-later

++++++ 0001-Rename-qdbus-in-startkde.patch ++++++
--- /var/tmp/diff_new_pack.13xH3A/_old  2018-07-14 20:19:50.103354944 +0200
+++ /var/tmp/diff_new_pack.13xH3A/_new  2018-07-14 20:19:50.103354944 +0200
@@ -1,8 +1,8 @@
-diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
-index 54e28501..0eadd042 100644
---- a/startkde/startkde.cmake
-+++ b/startkde/startkde.cmake
-@@ -297,7 +297,7 @@ if test $? -ne 0; then
+Index: plasma-workspace-5.13.3/startkde/startkde.cmake
+===================================================================
+--- plasma-workspace-5.13.3.orig/startkde/startkde.cmake
++++ plasma-workspace-5.13.3/startkde/startkde.cmake
+@@ -294,7 +294,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
-@@ -330,13 +330,13 @@ if test x"$wait_drkonqi"x = x"true"x ; then
+@@ -327,13 +327,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,20 +28,20 @@
              done
              break
          fi
-diff --git a/startkde/startplasma.cmake b/startkde/startplasma.cmake
-index a5d09fa7..b67c41e4 100644
---- a/startkde/startplasma.cmake
-+++ b/startkde/startplasma.cmake
+Index: plasma-workspace-5.13.3/startkde/startplasma.cmake
+===================================================================
+--- plasma-workspace-5.13.3.orig/startkde/startplasma.cmake
++++ plasma-workspace-5.13.3/startkde/startplasma.cmake
 @@ -140,7 +140,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
+-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
-@@ -169,13 +169,13 @@ if test x"$wait_drkonqi"x = x"true"x ; then
+@@ -169,13 +169,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
@@ -58,10 +58,10 @@
              done
              break
          fi
-diff --git a/startkde/startplasmacompositor.cmake 
b/startkde/startplasmacompositor.cmake
-index 8ac47aa7..377a46f3 100644
---- a/startkde/startplasmacompositor.cmake
-+++ b/startkde/startplasmacompositor.cmake
+Index: plasma-workspace-5.13.3/startkde/startplasmacompositor.cmake
+===================================================================
+--- plasma-workspace-5.13.3.orig/startkde/startplasmacompositor.cmake
++++ plasma-workspace-5.13.3/startkde/startplasmacompositor.cmake
 @@ -120,12 +120,12 @@ fi
  
  # Get a property value from org.freedesktop.locale1
@@ -90,11 +90,11 @@
      test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
      exit 1
  fi
-diff --git a/wallpapers/image/wallpaper.knsrc 
b/wallpapers/image/wallpaper.knsrc
-index 13f52321..96c6e359 100644
---- a/wallpapers/image/wallpaper.knsrc
-+++ b/wallpapers/image/wallpaper.knsrc
-@@ -42,4 +42,4 @@ Categories=KDE Wallpaper 800x600,KDE Wallpaper 1024x768,KDE 
Wallpaper 1280x1024,
+Index: plasma-workspace-5.13.3/wallpapers/image/wallpaper.knsrc
+===================================================================
+--- plasma-workspace-5.13.3.orig/wallpapers/image/wallpaper.knsrc
++++ plasma-workspace-5.13.3/wallpapers/image/wallpaper.knsrc
+@@ -43,4 +43,4 @@ Categories=KDE Wallpaper 800x600,KDE Wal
  StandardResource=wallpaper
  Uncompress=archive
  

++++++ plasma-workspace-5.13.2.tar.xz -> plasma-workspace-5.13.3.tar.xz ++++++
++++ 3801 lines of diff (skipped)


Reply via email to