Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-shell for openSUSE:Factory checked in at 2022-11-01 13:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old) and /work/SRC/openSUSE:Factory/.gnome-shell.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell" Tue Nov 1 13:40:39 2022 rev:227 rq:1032385 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes 2022-09-21 14:41:12.189550404 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-shell.new.2275/gnome-shell.changes 2022-11-01 13:40:44.463312869 +0100 @@ -1,0 +2,7 @@ +Fri Oct 28 08:03:22 UTC 2022 - Milachew <milac...@mail.lv> + +- Add gnome-shell-disable-offline-update-dialog.patch : + Disable offline update suggestion before shutdown/reboot + in SLE and openSUSE Leap (bsc#944832). + +------------------------------------------------------------------- New: ---- gnome-shell-disable-offline-update-dialog.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-shell.spec ++++++ --- /var/tmp/diff_new_pack.MlIBRj/_old 2022-11-01 13:40:45.259317104 +0100 +++ /var/tmp/diff_new_pack.MlIBRj/_new 2022-11-01 13:40:45.263317126 +0100 @@ -61,6 +61,8 @@ Patch1009: gnome-shell-fate324570-Make-GDM-background-image-configurable.patch # PATCH-FIX-UPSTREAM gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch jsc#SLE-16051 glgo#GNOME/gnome-shell!1563 qz...@suse.com -- launch recommended input engines when Gnome-shell init in CJK regions. Patch1010: gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch +# PATCH-FIX-SLE gnome-shell-disable-offline-update-dialog.patch bsc#944832 milac...@mail.lv -- Disable offline update suggestion before shutdown/reboot in SLE and openSUSE Leap. +Patch1011: gnome-shell-disable-offline-update-dialog.patch # needed for directory ownership BuildRequires: asciidoc @@ -193,6 +195,7 @@ %patch1009 -p1 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 %patch1010 -p1 +%patch1011 -p1 %endif %endif ++++++ gnome-shell-disable-offline-update-dialog.patch ++++++ --- gnome-shell-41.orig/js/ui/endSessionDialog.js 2022-08-11 16:16:07.000000000 +0300 +++ gnome-shell-41/js/ui/endSessionDialog.js 2022-10-26 12:49:20.435238071 +0300 @@ -707,19 +703,7 @@ } async _getUpdateInfo() { - const connection = this._pkOfflineProxy.get_connection(); - const reply = await connection.call( - this._pkOfflineProxy.g_name, - this._pkOfflineProxy.g_object_path, - 'org.freedesktop.DBus.Properties', - 'GetAll', - new GLib.Variant('(s)', [this._pkOfflineProxy.g_interface_name]), - null, - Gio.DBusCallFlags.NONE, - -1, - null); - const [info] = reply.recursiveUnpack(); - return info; + return []; } async OpenAsync(parameters, invocation) { (No newline at EOF)