Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2016-04-07 13:31:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2016-03-03 15:15:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2016-04-07 13:31:18.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Mar 29 16:21:08 UTC 2016 - [email protected]
+
+- Update to 5.6.1
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.1.php
+- Drop upstreamed xembedsniproxy-avoid-ghost-entry.patch
+
+-------------------------------------------------------------------
+Sun Mar 20 09:19:59 UTC 2016 - [email protected]
+
+- Update to 5.6.0
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.0.php
+
+-------------------------------------------------------------------

Old:
----
  plasma-workspace-5.5.5.2.tar.xz
  xembedsniproxy-avoid-ghost-entry.patch

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

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.spcUbq/_old  2016-04-07 13:31:19.000000000 +0200
+++ /var/tmp/diff_new_pack.spcUbq/_new  2016-04-07 13:31:19.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 Name:           plasma5-workspace
-Version:        5.5.5.2
+Version:        5.6.1
 Release:        0
-%define plasma_version 5.5.5
+%define plasma_version 5.6.1
 Summary:        The KDE Plasma Workspace Components
 License:        GPL-2.0+
 Group:          System/GUI/KDE
@@ -36,11 +36,10 @@
 Patch2:         fix-breeze-sddm-theme-with-many-users.patch
 # PATCH-FIX_OPENSUSE kuiserver5_qApp.patch -- kuiserver can't be a 
QCoreApplications as it uses QWidget
 Patch3:         kuiserver5_qApp.patch
-# PATCH-FIX_OPENSUSE plasmashell-disable-windowclosing-on-logout.patch 
kde#349805 [email protected] -- Prevent plasma from closing too early on logout 
resulting in an unusable desktop if the logout is cancelled
+# PATCH-FIX-OPENSUSE plasmashell-disable-windowclosing-on-logout.patch 
kde#349805 [email protected] -- Prevent plasma from closing too early on logout 
resulting in an unusable desktop if the logout is cancelled
 Patch4:         plasmashell-disable-windowclosing-on-logout.patch
-# PATCHES 100-200 and above are from upstream 5.5 branch
-# PATCHES 201-300 and above are from upstream master/5.6 branch
-Patch201:       xembedsniproxy-avoid-ghost-entry.patch
+# PATCHES 100-200 and above are from upstream 5.6 branch
+# PATCHES 201-300 and above are from upstream master/5.7 branch
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Activities) >= 5.15.0
@@ -210,7 +209,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch201 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++++++ fix-breeze-sddm-theme-with-many-users.patch ++++++
--- /var/tmp/diff_new_pack.spcUbq/_old  2016-04-07 13:31:19.000000000 +0200
+++ /var/tmp/diff_new_pack.spcUbq/_new  2016-04-07 13:31:19.000000000 +0200
@@ -132,7 +132,7 @@
  
              //Enable clipping whilst animating, otherwise the items would be 
shifted to other screens in multiscreen setups
              //As there are only 2 items (loginPrompt and 
logoutScreenComponent), it's sufficient to do it only in this component
-@@ -129,13 +132,14 @@ Image {
+@@ -141,13 +144,14 @@ Image {
                              echoMode: TextInput.Password
                              onAccepted: loginPrompt.startLogin()
                              focus: true
@@ -148,7 +148,7 @@
                                  onTriggered: passwordInput.forceActiveFocus()
                              }
                              //end hack
-@@ -221,9 +225,13 @@ Image {
+@@ -235,9 +239,13 @@ Image {
                      target: sddm
                      onLoginFailed: {
                          //Re-enable button and textfield
@@ -165,7 +165,7 @@
                          loginButton.enabled = true;
                      }
                  }
-@@ -232,11 +240,12 @@ Image {
+@@ -246,11 +254,12 @@ Image {
  
              function startLogin () {
                  //Disable button and textfield while password check is running

++++++ plasma-workspace-5.5.5.2.tar.xz -> plasma-workspace-5.6.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.5.5.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.6.1.tar.xz 
differ: char 26, line 1

++++++ plasmashell-disable-windowclosing-on-logout.patch ++++++
--- /var/tmp/diff_new_pack.spcUbq/_old  2016-04-07 13:31:19.000000000 +0200
+++ /var/tmp/diff_new_pack.spcUbq/_new  2016-04-07 13:31:19.000000000 +0200
@@ -12,41 +12,36 @@
 
 --- a/klipper/main.cpp
 +++ b/klipper/main.cpp
-@@ -73,6 +73,9 @@
+@@ -73,7 +73,7 @@
  
    KAboutData::setApplicationData(aboutData);
  
+-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
 +#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
-+  QGuiApplication::setFallbackSessionManagementEnabled(false);
-+#endif
+   QGuiApplication::setFallbackSessionManagementEnabled(false);
+ #endif
    auto disableSessionManagement = [](QSessionManager &sm) {
-       sm.setRestartHint(QSessionManager::RestartNever);
-   };
-
 --- a/krunner/main.cpp
 +++ b/krunner/main.cpp
-@@ -66,6 +66,9 @@
+@@ -66,7 +66,7 @@
  
      KAboutData::setApplicationData(aboutData);
  
+-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
 +#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
-+    QGuiApplication::setFallbackSessionManagementEnabled(false);
-+#endif
+     QGuiApplication::setFallbackSessionManagementEnabled(false);
+ #endif
      auto disableSessionManagement = [](QSessionManager &sm) {
-         sm.setRestartHint(QSessionManager::RestartNever);
-     };
-
 diff --git a/shell/main.cpp b/shell/main.cpp
 index 49ea484..68cf9e9 100644
 --- a/shell/main.cpp
 +++ b/shell/main.cpp
-@@ -133,6 +133,9 @@ int main(int argc, char *argv[])
-     };
-     QObject::connect(&app, &QGuiApplication::commitDataRequest, 
disableSessionManagement);
-     QObject::connect(&app, &QGuiApplication::saveStateRequest, 
disableSessionManagement);
-+#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
-+    QGuiApplication::setFallbackSessionManagementEnabled(false);
-+#endif
+@@ -101,7 +101,7 @@
+     cliOptions.process(app);
+     aboutData.processCommandLine(&cliOptions);
  
-     ShellManager::s_crashes = cliOptions.value(crashOption).toInt();
-     ShellManager::s_forceWindowed = cliOptions.isSet(winOption);
+-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
++#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
+     QGuiApplication::setFallbackSessionManagementEnabled(false);
+ #endif
+     auto disableSessionManagement = [](QSessionManager &sm) {


Reply via email to