Hello community,

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

Package is "plasma5-openSUSE"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes        
2016-05-19 12:11:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2016-07-15 12:44:50.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Jul 13 16:58:14 UTC 2016 - fv...@suse.com
+
+- Add sleep(100) in plasma-change-defaults.diff to workaround
+    kde#365606
+
+-------------------------------------------------------------------
+Thu Jun 30 12:04:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump Plasma (Build)Requires to 5.7.0
+
+-------------------------------------------------------------------
+Mon Jun 27 15:53:22 UTC 2016 - wba...@tmo.at
+
+- Add icons/start.svgz (based on
+  /usr/share/icons/oxygen/scalable/places/start-here-branding.svgz)
+  to the openSUSE themes to have the openSUSE logo as icon for the
+  application menus (boo#985937)
+
+-------------------------------------------------------------------
+Fri Jun 10 07:12:32 UTC 2016 - fv...@suse.com
+
+- Various dependency fixes (boo#968427):
+  - Remove duplicate Requires:
+  - Do not obsolete itself
+  - Add missing Provides:
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plasma5-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.XwRT0o/_old  2016-07-15 12:44:52.000000000 +0200
+++ /var/tmp/diff_new_pack.XwRT0o/_new  2016-07-15 12:44:52.000000000 +0200
@@ -19,7 +19,7 @@
 # the greeter is currently not built by default, see boo#950863
 %bcond_with greeter
 
-%define plasma_version 5.6.4
+%define plasma_version 5.7.0
 %if %suse_version == 1315 && %is_opensuse
 %define suse_branding_version 42.1
 %else
@@ -59,7 +59,6 @@
 PreReq:         %fillup_prereq
 Requires:       plasma5-desktop >= %plasma_version
 Requires:       plasma5-workspace-branding-openSUSE = %{version}
-Requires:       plasma5-workspace-branding-openSUSE = %{version}
 %if %{with greeter}
 Requires:       susegreeter-branding-openSUSE = %{suse_branding_version}
 %endif
@@ -83,10 +82,11 @@
 Requires:       wallpaper-branding-openSUSE
 %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
 Provides:       kdebase4-openSUSE = %{version}
+Provides:       kdebase4-runtime-branding-openSUSE = %{version}
 Provides:       kdebase4-workspace-branding-openSUSE = %{version}
-Obsoletes:      kdebase4-openSUSE <= %{version}
-Obsoletes:      kdebase4-runtime-branding-openSUSE <= %{version}
-Obsoletes:      kdebase4-workspace-branding-openSUSE <= %{version}
+Obsoletes:      kdebase4-openSUSE < %{version}
+Obsoletes:      kdebase4-runtime-branding-openSUSE < %{version}
+Obsoletes:      kdebase4-workspace-branding-openSUSE < %{version}
 %else
 Conflicts:      kdebase4-openSUSE
 Conflicts:      kdebase4-workspace-branding-openSUSE

++++++ oS.diff ++++++
--- /var/tmp/diff_new_pack.XwRT0o/_old  2016-07-15 12:44:52.000000000 +0200
+++ /var/tmp/diff_new_pack.XwRT0o/_new  2016-07-15 12:44:52.000000000 +0200
@@ -27,15 +27,18 @@
      fillMode: Image.PreserveAspectCrop
  
      property int stage
-@@ -49,7 +49,7 @@ Image {
+@@ -49,9 +49,9 @@ Image {
              x: parent.width
              Image {
                  anchors.horizontalCenter: parent.horizontalCenter
 -                source: "images/kde.svgz"
 +                source: "images/opensuselogo.svgz"
                  sourceSize.height: units.gridUnit * 8
-                 sourceSize.width: sourceSize.height
+-                sourceSize.width: units.gridUnit * 8
++                //sourceSize.width: units.gridUnit * 8
              }
+             Item {
+                 width: 1
 @@ -71,7 +71,7 @@ Image {
                          bottom: parent.bottom
                      }

++++++ plasma-change-defaults.diff ++++++
--- /var/tmp/diff_new_pack.XwRT0o/_old  2016-07-15 12:44:52.000000000 +0200
+++ /var/tmp/diff_new_pack.XwRT0o/_new  2016-07-15 12:44:52.000000000 +0200
@@ -19,46 +19,20 @@
 
 --- ./shells/org.kde.plasma.desktop/contents/layout.js 2011-05-20 
22:32:08.000000000 +0200
 +++ ./shells/org.kde.plasma.desktop/contents/layout.js 2011-10-13 
13:03:13.251007088 +0200
-@@ -1,3 +1,29 @@
-+function widgetExists(name)
-+{
-+    var widgets = knownWidgetTypes;
-+    for (i in widgets) {
-+        if (widgets[i] == name) {
-+            return true;
-+        }
-+    }
-+
-+    return false;
-+}
-+
-+var topLeftScreen = 0
-+var rect = screenGeometry(0)
-+
-+// find our "top left" screen to put the folderview on it
-+for (var i = 1; i < screenCount; ++i) {
-+    var g = screenGeometry(i)
-+
-+    if (g.x <= rect.x && g.top >= rect.top) {
-+        rect = g
-+        topLeftScreen = i
-+    }
-+}
-+
-+var hasFolderview = widgetExists("org.kde.plasma.folder");
+@@ -1,12 +1,16 @@
  
  loadTemplate("org.kde.plasma.desktop.defaultPanel")
  
-@@ -7,6 +33,12 @@ for (var i = 0; i < screenCount; ++i) {
++sleep(100);
++
+ for (var i = 0; i < screenCount; ++i) {
+     var id = createActivity("Desktop");
+     var desktopsArray = desktopsForActivity(id);
      print(desktopsArray.length);
      for( var j = 0; j < desktopsArray.length; j++) {
          desktopsArray[j].wallpaperPlugin = 'org.kde.image';
-+
-+    if (hasFolderview && i == topLeftScreen) {
-+       var folderview = desktopsArray[j].addWidget("org.kde.plasma.folder")
-+       folderview.writeConfig("url", "desktop:/")
-+    }
-+
++        var folderview = desktopsArray[j].addWidget("org.kde.plasma.folder");
++        folderview.writeConfig("url", "desktop:/");
          //var clock = 
desktopsArray[j].addWidget("org.kde.plasma.analogclock");
      }
  }

++++++ plasma5-openSUSE-13.2.tar.xz ++++++
Files 
old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/icons/start.svgz
 and 
new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/icons/start.svgz
 differ
Files 
old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/icons/start.svgz
 and 
new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/icons/start.svgz
 differ
Files 
old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/icons/start.svgz
 and 
new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/icons/start.svgz
 differ
Files 
old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/start.svgz
 and 
new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/start.svgz
 differ


Reply via email to