Hello community,
here is the log from the commit of package kdebase4-workspace for
openSUSE:Factory checked in at 2017-05-27 13:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
and /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-workspace"
Sat May 27 13:07:44 2017 rev:327 rq:495628 version:4.11.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2017-04-24 09:45:53.776461338 +0200
+++
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes
2017-05-27 13:09:21.747871660 +0200
@@ -1,0 +2,5 @@
+Wed May 17 14:23:02 UTC 2017 - [email protected]
+
+- Update gcc7-fix.diff to fix another error reported by GCC7
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.Es0clQ/_old 2017-05-27 13:09:23.151673184 +0200
+++ /var/tmp/diff_new_pack.Es0clQ/_new 2017-05-27 13:09:23.155672618 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kdebase4-workspace
#
-# 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
++++++ gcc7-fix.diff ++++++
--- /var/tmp/diff_new_pack.Es0clQ/_old 2017-05-27 13:09:23.275655655 +0200
+++ /var/tmp/diff_new_pack.Es0clQ/_new 2017-05-27 13:09:23.275655655 +0200
@@ -14,10 +14,10 @@
libs/oxygen/oxygenhelper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/libs/oxygen/oxygenhelper.cpp b/libs/oxygen/oxygenhelper.cpp
-index bc05ecc5a5..208a7f65d2 100644
---- a/libs/oxygen/oxygenhelper.cpp
-+++ b/libs/oxygen/oxygenhelper.cpp
+Index: kde-workspace-4.11.22/libs/oxygen/oxygenhelper.cpp
+===================================================================
+--- kde-workspace-4.11.22.orig/libs/oxygen/oxygenhelper.cpp
++++ kde-workspace-4.11.22/libs/oxygen/oxygenhelper.cpp
@@ -1089,7 +1089,7 @@ namespace Oxygen
&data);
@@ -27,6 +27,16 @@
else return *data;
}
---
-2.12.0
-
+Index: kde-workspace-4.11.22/kcontrol/randr/krandrtray.cpp
+===================================================================
+--- kde-workspace-4.11.22.orig/kcontrol/randr/krandrtray.cpp
++++ kde-workspace-4.11.22/kcontrol/randr/krandrtray.cpp
+@@ -361,7 +361,7 @@ void KRandRSystemTray::populateMenu(KMen
+ if (screen->activeCount() != 1)
+ {
+ action =
outputMenu->addAction(i18n("Disable"));
+- if (output->crtc() == None)
++ if (output->crtc() == NULL)
+ {
+ QFont font =
action->font();
+ font.setBold(true);