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 2021-03-24 16:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Wed Mar 24 16:10:12 2021 rev:195 rq:880179 version:3.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2021-01-19 
15:58:46.227069448 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new.2401/gnome-shell.changes        
2021-03-24 16:10:13.863767669 +0100
@@ -1,0 +2,14 @@
+Fri Mar 19 21:27:12 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Disable
+  gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch:
+  Clears existing keyboard on gnome-shell restart (boo#1183823).
+
+-------------------------------------------------------------------
+Wed Mar 17 11:16:17 UTC 2021 - Cliff Zhao <qz...@suse.com>
+
+- Update gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch:
+  Modify the Japanese input engine load order which will more fit
+  for our community(bnc#1183475);
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.r8WCyb/_old  2021-03-24 16:10:14.615768458 +0100
+++ /var/tmp/diff_new_pack.r8WCyb/_new  2021-03-24 16:10:14.615768458 +0100
@@ -183,7 +183,7 @@
 %patch4 -p1
 #patch5 -p1
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
-%patch6 -p1
+#patch6 -p1
 %endif
 
 translation-update-upstream

++++++ gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch ++++++
--- /var/tmp/diff_new_pack.r8WCyb/_old  2021-03-24 16:10:14.667768513 +0100
+++ /var/tmp/diff_new_pack.r8WCyb/_new  2021-03-24 16:10:14.667768513 +0100
@@ -1,7 +1,7 @@
-diff -Nura gnome-shell-3.38.2/js/ui/status/keyboard.js 
gnome-shell-3.38.2_new/js/ui/status/keyboard.js
---- gnome-shell-3.38.2/js/ui/status/keyboard.js        2020-12-03 
07:00:04.412861000 +0800
-+++ gnome-shell-3.38.2_new/js/ui/status/keyboard.js    2021-01-12 
11:46:45.501634675 +0800
-@@ -264,6 +264,34 @@
+diff -Nura gnome-shell-3.38.3/js/ui/status/keyboard.js 
gnome-shell-3.38.3_new/js/ui/status/keyboard.js
+--- gnome-shell-3.38.3/js/ui/status/keyboard.js        2021-01-15 
01:51:55.673968800 +0800
++++ gnome-shell-3.38.3_new/js/ui/status/keyboard.js    2021-03-17 
19:01:52.594128367 +0800
+@@ -264,6 +264,33 @@
          this._settings.connect('changed::%s'.format(this._KEY_INPUT_SOURCES), 
this._emitInputSourcesChanged.bind(this));
          
this._settings.connect('changed::%s'.format(this._KEY_KEYBOARD_OPTIONS), 
this._emitKeyboardOptionsChanged.bind(this));
          this._settings.connect('changed::%s'.format(this._KEY_PER_WINDOW), 
this._emitPerWindowChanged.bind(this));
@@ -19,9 +19,8 @@
 +
 +            else if (GLib.getenv('LANG') == 'ja_JP.UTF-8') {
 +                log('Set default input method in Japanese language env.');
-+                sourcesList.push(['xkb', 'jp']);
 +                sourcesList.push([ "ibus", "mozc-jp" ]);
-+                sourcesList.push([ "ibus", "kkc" ]);
++                sourcesList.push(['xkb', 'jp']);
 +            }
 +
 +            else if (GLib.getenv('LANG') == 'ko_KR.UTF-8') {

Reply via email to