Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2019-11-06 15:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Wed Nov  6 15:15:11 2019 rev:167 rq:744682 version:3.34.1+7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2019-10-30 
14:39:31.369652727 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new.2990/gnome-shell.changes        
2019-11-06 15:15:31.493139088 +0100
@@ -1,0 +2,12 @@
+Fri Nov  1 08:03:00 UTC 2019 - Alynx Zhou <[email protected]>
+
+- Rebase patch gnome-shell-domain.patch and
+  gnome-shell-1007468-lock-screen-SUSE-logo-missing.patch. 
+
+-------------------------------------------------------------------
+Wed Oct 30 15:41:25 UTC 2019 - [email protected]
+
+- Update to version 3.34.1+7:
+  * dnd: Skip drag target when its acceptDrop() throws an exception
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-3.34.1+6.obscpio

New:
----
  gnome-shell-3.34.1+7.obscpio

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

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.rdbm6Z/_old  2019-11-06 15:15:32.737140313 +0100
+++ /var/tmp/diff_new_pack.rdbm6Z/_new  2019-11-06 15:15:32.741140317 +0100
@@ -19,7 +19,7 @@
 %global __requires_exclude typelib\\(Meta\\)
 
 Name:           gnome-shell
-Version:        3.34.1+6
+Version:        3.34.1+7
 Release:        0
 Summary:        GNOME Shell
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.rdbm6Z/_old  2019-11-06 15:15:32.793140368 +0100
+++ /var/tmp/diff_new_pack.rdbm6Z/_new  2019-11-06 15:15:32.793140368 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
-              <param 
name="changesrevision">246150d8b6177fda9aba47cba6089fcf548e0dab</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">750c5acd30ef724b2398bb9d9178a130b58e046b</param></service></servicedata>
\ No newline at end of file

++++++ gnome-shell-1007468-lock-screen-SUSE-logo-missing.patch ++++++
--- /var/tmp/diff_new_pack.rdbm6Z/_old  2019-11-06 15:15:32.829140404 +0100
+++ /var/tmp/diff_new_pack.rdbm6Z/_new  2019-11-06 15:15:32.829140404 +0100
@@ -1,6 +1,7 @@
-diff -urp gnome-shell-3.33.91.orig/data/gnome-shell-theme.gresource.xml 
gnome-shell-3.33.91/data/gnome-shell-theme.gresource.xml
---- gnome-shell-3.33.91.orig/data/gnome-shell-theme.gresource.xml      
2019-08-21 15:00:39.000000000 -0500
-+++ gnome-shell-3.33.91/data/gnome-shell-theme.gresource.xml   2019-09-04 
15:20:19.511263425 -0500
+Index: gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml
+===================================================================
+--- gnome-shell-3.34.1+7.orig/data/gnome-shell-theme.gresource.xml
++++ gnome-shell-3.34.1+7/data/gnome-shell-theme.gresource.xml
 @@ -31,5 +31,6 @@
      <file>toggle-on.svg</file>
      <file>toggle-on-dark.svg</file>
@@ -8,10 +9,11 @@
 +    <file>sle-background.png</file>
    </gresource>
  </gresources>
-diff -urp gnome-shell-3.33.91.orig/data/theme/gnome-shell-sass/_common.scss 
gnome-shell-3.33.91/data/theme/gnome-shell-sass/_common.scss
---- gnome-shell-3.33.91.orig/data/theme/gnome-shell-sass/_common.scss  
2019-08-21 15:00:39.000000000 -0500
-+++ gnome-shell-3.33.91/data/theme/gnome-shell-sass/_common.scss       
2019-09-04 15:22:50.500063729 -0500
-@@ -1912,6 +1912,9 @@ StScrollBar {
+Index: gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss
+===================================================================
+--- gnome-shell-3.34.1+7.orig/data/theme/gnome-shell-sass/_common.scss
++++ gnome-shell-3.34.1+7/data/theme/gnome-shell-sass/_common.scss
+@@ -1919,6 +1919,9 @@ StScrollBar {
    max-width: 23em;
  }
  
@@ -21,14 +23,15 @@
  .login-dialog {
    //reset
    border: none;
-diff -urp gnome-shell-3.33.91.orig/js/ui/unlockDialog.js 
gnome-shell-3.33.91/js/ui/unlockDialog.js
---- gnome-shell-3.33.91.orig/js/ui/unlockDialog.js     2019-08-21 
15:00:39.000000000 -0500
-+++ gnome-shell-3.33.91/js/ui/unlockDialog.js  2019-09-04 15:24:01.072437800 
-0500
-@@ -20,6 +20,7 @@ var UnlockDialog = class {
-                                      layout_manager: new Clutter.BoxLayout(),
-                                      visible: false });
+Index: gnome-shell-3.34.1+7/js/ui/unlockDialog.js
+===================================================================
+--- gnome-shell-3.34.1+7.orig/js/ui/unlockDialog.js
++++ gnome-shell-3.34.1+7/js/ui/unlockDialog.js
+@@ -23,6 +23,7 @@ var UnlockDialog = GObject.registerClass
+             visible: false,
+         });
  
-+        this.actor.add_style_class_name('login-dialog-sle');
-         this.actor.add_constraint(new Layout.MonitorConstraint({ primary: 
true }));
-         parentActor.add_child(this.actor);
++        this.add_style_class_name('login-dialog-sle');
+         this.add_constraint(new Layout.MonitorConstraint({ primary: true }));
+         parentActor.add_child(this);
  

++++++ gnome-shell-3.34.1+6.obscpio -> gnome-shell-3.34.1+7.obscpio ++++++
/work/SRC/openSUSE:Factory/gnome-shell/gnome-shell-3.34.1+6.obscpio 
/work/SRC/openSUSE:Factory/.gnome-shell.new.2990/gnome-shell-3.34.1+7.obscpio 
differ: char 49, line 1

++++++ gnome-shell-domain.patch ++++++
--- /var/tmp/diff_new_pack.rdbm6Z/_old  2019-11-06 15:15:32.881140455 +0100
+++ /var/tmp/diff_new_pack.rdbm6Z/_new  2019-11-06 15:15:32.885140459 +0100
@@ -1,6 +1,7 @@
-diff -urNp gnome-shell-3.33.91.orig/js/gdm/domain.js 
gnome-shell-3.33.91/js/gdm/domain.js
---- gnome-shell-3.33.91.orig/js/gdm/domain.js  1969-12-31 18:00:00.000000000 
-0600
-+++ gnome-shell-3.33.91/js/gdm/domain.js       2019-09-04 10:22:42.476273775 
-0500
+Index: gnome-shell-3.34.1+7/js/gdm/domain.js
+===================================================================
+--- /dev/null
++++ gnome-shell-3.34.1+7/js/gdm/domain.js
 @@ -0,0 +1,243 @@
 +// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
 +/*
@@ -245,9 +246,10 @@
 +    }
 +});
 +Signals.addSignalMethods(DomainMenuButton.prototype);
-diff -urNp gnome-shell-3.33.91.orig/js/gdm/loginDialog.js 
gnome-shell-3.33.91/js/gdm/loginDialog.js
---- gnome-shell-3.33.91.orig/js/gdm/loginDialog.js     2019-09-04 
10:05:51.598915194 -0500
-+++ gnome-shell-3.33.91/js/gdm/loginDialog.js  2019-09-04 12:52:15.396169384 
-0500
+Index: gnome-shell-3.34.1+7/js/gdm/loginDialog.js
+===================================================================
+--- gnome-shell-3.34.1+7.orig/js/gdm/loginDialog.js
++++ gnome-shell-3.34.1+7/js/gdm/loginDialog.js
 @@ -22,6 +22,7 @@ const { AccountsService, Atk, Clutter, G
  const Signals = imports.signals;
  
@@ -335,7 +337,7 @@
 +
      _startSession(serviceName) {
          this._bindOpacity();
-         this.actor.ease({
+         this.ease({
 @@ -1099,6 +1153,11 @@ var LoginDialog = GObject.registerClass(
          this._askForUsernameAndBeginVerification();
      }
@@ -358,9 +360,10 @@
          if (!Main.screenShield.locked)
              this._userList.actor.grab_key_focus();
      }
-diff -urNp gnome-shell-3.33.91.orig/js/js-resources.gresource.xml 
gnome-shell-3.33.91/js/js-resources.gresource.xml
---- gnome-shell-3.33.91.orig/js/js-resources.gresource.xml     2019-09-04 
10:21:23.651855885 -0500
-+++ gnome-shell-3.33.91/js/js-resources.gresource.xml  2019-09-04 
12:52:22.840208842 -0500
+Index: gnome-shell-3.34.1+7/js/js-resources.gresource.xml
+===================================================================
+--- gnome-shell-3.34.1+7.orig/js/js-resources.gresource.xml
++++ gnome-shell-3.34.1+7/js/js-resources.gresource.xml
 @@ -2,6 +2,7 @@
  <gresources>
    <gresource prefix="/org/gnome/shell">
@@ -369,9 +372,10 @@
      <file>gdm/batch.js</file>
      <file>gdm/fingerprint.js</file>
      <file>gdm/loginDialog.js</file>
-diff -urNp gnome-shell-3.33.91.orig/po/POTFILES.in 
gnome-shell-3.33.91/po/POTFILES.in
---- gnome-shell-3.33.91.orig/po/POTFILES.in    2019-08-21 15:00:39.000000000 
-0500
-+++ gnome-shell-3.33.91/po/POTFILES.in 2019-09-04 12:52:22.840208842 -0500
+Index: gnome-shell-3.34.1+7/po/POTFILES.in
+===================================================================
+--- gnome-shell-3.34.1+7.orig/po/POTFILES.in
++++ gnome-shell-3.34.1+7/po/POTFILES.in
 @@ -7,6 +7,7 @@ data/org.gnome.shell.gschema.xml.in
  data/org.gnome.Shell.PortalHelper.desktop.in.in
  js/extensionPrefs/main.js

++++++ gnome-shell.obsinfo ++++++
--- /var/tmp/diff_new_pack.rdbm6Z/_old  2019-11-06 15:15:32.925140498 +0100
+++ /var/tmp/diff_new_pack.rdbm6Z/_new  2019-11-06 15:15:32.929140502 +0100
@@ -1,5 +1,5 @@
 name: gnome-shell
-version: 3.34.1+6
-mtime: 1571651197
-commit: 246150d8b6177fda9aba47cba6089fcf548e0dab
+version: 3.34.1+7
+mtime: 1571958488
+commit: 750c5acd30ef724b2398bb9d9178a130b58e046b
 



Reply via email to