Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-10-13 14:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell-extensions"

Fri Oct 13 14:09:10 2017 rev:66 rq:532851 version:3.26.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
    2017-10-06 11:01:29.483118056 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
       2017-10-13 14:09:10.894448988 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 06:30:17 UTC 2017 - [email protected]
+
+- Update gse-sle-classic-ext.patch to version 3.26.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gse-sle-classic-ext.patch ++++++
--- /var/tmp/diff_new_pack.q3pNk1/_old  2017-10-13 14:09:11.806408885 +0200
+++ /var/tmp/diff_new_pack.q3pNk1/_new  2017-10-13 14:09:11.806408885 +0200
@@ -1,7 +1,7 @@
-Index: gnome-shell-extensions-3.26.0/data/gnome-classic.css
+Index: gnome-shell-extensions-3.26.1/data/gnome-classic.css
 ===================================================================
---- gnome-shell-extensions-3.26.0.orig/data/gnome-classic.css
-+++ gnome-shell-extensions-3.26.0/data/gnome-classic.css
+--- gnome-shell-extensions-3.26.1.orig/data/gnome-classic.css
++++ gnome-shell-extensions-3.26.1/data/gnome-classic.css
 @@ -500,7 +500,12 @@ StScrollBar {
        color: rgba(46, 52, 54, 0.5); }
    .popup-menu.panel-menu {
@@ -21,11 +21,11 @@
      #panel .panel-button .system-status-icon,
      #panel .panel-button .app-menu-icon > StIcon,
 -    #panel .panel-button .popup-menu-arrow {
--      icon-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); }
+-      icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
 +    #panel .panel-button .popup-menu-arrow {}
      #panel .panel-button:hover {
        color: #454f52;
-       text-shadow: 0px 0px 8px black; }
+       text-shadow: 0px 1px 6px black; }
 @@ -901,6 +905,7 @@ StScrollBar {
    width: 31.5em; }
  
@@ -35,16 +35,16 @@
    margin: 1.5em 1.5em 0; }
    .message-list-clear-button.button:hover, 
.message-list-clear-button.button:focus {
 @@ -924,7 +929,6 @@ StScrollBar {
-     padding: 10px 10px 10px 3px; }
+     padding: 0.68em 0.68em 0.68em 0.2em; }
  
  .message-icon-bin > StIcon {
 -  color: black;
-   icon-size: 16px;
+   icon-size: 1.09em;
    -st-icon-style: symbolic; }
  
 @@ -941,11 +945,9 @@ StScrollBar {
  .message-secondary-bin > StIcon {
-   icon-size: 16px; }
+   icon-size: 1.09em; }
  
 -.message-title {
 -  color: #222728; }
@@ -88,10 +88,10 @@
    #panel .popup-menu-arrow {
      width: 0;
      height: 0; }
-Index: gnome-shell-extensions-3.26.0/extensions/window-list/classic.css
+Index: gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
 ===================================================================
---- gnome-shell-extensions-3.26.0.orig/extensions/window-list/classic.css
-+++ gnome-shell-extensions-3.26.0/extensions/window-list/classic.css
+--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/classic.css
++++ gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
 @@ -6,7 +6,7 @@
      height: 2.25em ;
    }
@@ -133,10 +133,10 @@
      color: #888;
      box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
    }
-Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
+Index: gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
 ===================================================================
---- gnome-shell-extensions-3.26.0.orig/extensions/window-list/extension.js
-+++ gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
+--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/extension.js
++++ gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
 @@ -22,6 +22,8 @@ const _ = Gettext.gettext;
  const ICON_TEXTURE_SIZE = 24;
  const DND_ACTIVATE_TIMEOUT = 500;
@@ -794,7 +794,13 @@
      _onDragBegin: function() {
          DND.addDragMonitor(this._dragMonitor);
      },
-@@ -1208,22 +1317,11 @@ const WindowList = new Lang.Class({
+@@ -1202,28 +1311,16 @@ const WindowList = new Lang.Class({
+ 
+     _onDestroy: function() {
+         
this._workspaceSettings.disconnect(this._workspacesOnlyOnPrimaryChangedId);
+-        
this._dynamicWorkspacesSettings.disconnect(this._dynamicWorkspacesChangedId);
+ 
+         this._workspaceIndicator.destroy();
  
          Main.ctrlAltTabManager.removeGroup(this.actor);
  
@@ -817,7 +823,7 @@
          Main.overview.disconnect(this._overviewShowingId);
          Main.overview.disconnect(this._overviewHidingId);
  
-@@ -1231,12 +1329,6 @@ const WindowList = new Lang.Class({
+@@ -1231,12 +1328,6 @@ const WindowList = new Lang.Class({
  
          Main.xdndHandler.disconnect(this._dragBeginId);
          Main.xdndHandler.disconnect(this._dragEndId);
@@ -830,7 +836,7 @@
      }
  });
  
-@@ -1245,7 +1337,6 @@ const Extension = new Lang.Class({
+@@ -1245,7 +1336,6 @@ const Extension = new Lang.Class({
  
      _init: function() {
          this._windowLists = null;
@@ -838,7 +844,7 @@
      },
  
      enable: function() {
-@@ -1301,6 +1392,73 @@ const Extension = new Lang.Class({
+@@ -1301,6 +1391,73 @@ const Extension = new Lang.Class({
      }
  });
  
@@ -913,10 +919,10 @@
 +        return new Extension();
 +    }
  }
-Index: gnome-shell-extensions-3.26.0/extensions/window-list/stylesheet.css
+Index: gnome-shell-extensions-3.26.1/extensions/window-list/stylesheet.css
 ===================================================================
---- gnome-shell-extensions-3.26.0.orig/extensions/window-list/stylesheet.css
-+++ gnome-shell-extensions-3.26.0/extensions/window-list/stylesheet.css
+--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/stylesheet.css
++++ gnome-shell-extensions-3.26.1/extensions/window-list/stylesheet.css
 @@ -79,6 +79,10 @@
    border: 1px solid #cccccc;
  }


Reply via email to