Hello community,

here is the log from the commit of package yast2-firstboot for 
openSUSE:Leap:15.2 checked in at 2020-03-19 08:35:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2-firstboot.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Thu Mar 19 08:35:47 2020 rev:48 rq:786013 version:4.2.12

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-firstboot/yast2-firstboot.changes        
2020-03-02 17:21:27.270075761 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-firstboot.new.3160/yast2-firstboot.changes  
    2020-03-19 08:35:53.325832594 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:15:39 UTC 2020 - Josef Reidinger <[email protected]>
+
+- remember the keyboard selection in the keyboard language dialog
+  when the language is selected after the keyboard (bsc#1160164)
+- 4.2.12
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-4.2.11.tar.bz2

New:
----
  yast2-firstboot-4.2.12.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.Ph4jBL/_old  2020-03-19 08:35:54.165833108 +0100
+++ /var/tmp/diff_new_pack.Ph4jBL/_new  2020-03-19 08:35:54.197833127 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        4.2.11
+Version:        4.2.12
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only

++++++ yast2-firstboot-4.2.11.tar.bz2 -> yast2-firstboot-4.2.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.11/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.12/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.11/package/yast2-firstboot.changes  2020-02-26 
14:50:11.000000000 +0100
+++ new/yast2-firstboot-4.2.12/package/yast2-firstboot.changes  2020-03-13 
15:04:19.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Mar 13 13:15:39 UTC 2020 - Josef Reidinger <[email protected]>
+
+- remember the keyboard selection in the keyboard language dialog
+  when the language is selected after the keyboard (bsc#1160164)
+- 4.2.12
+
+-------------------------------------------------------------------
 Wed Feb 26 13:28:25 UTC 2020 - Josef Reidinger <[email protected]>
 
 - Fix disabled finish button (bsc#1163100)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.11/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.12/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.11/package/yast2-firstboot.spec     2020-02-26 
14:50:11.000000000 +0100
+++ new/yast2-firstboot-4.2.12/package/yast2-firstboot.spec     2020-03-13 
15:04:19.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-firstboot
-Version:        4.2.11
+Version:        4.2.12
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.11/src/clients/firstboot_language_keyboard.rb 
new/yast2-firstboot-4.2.12/src/clients/firstboot_language_keyboard.rb
--- old/yast2-firstboot-4.2.11/src/clients/firstboot_language_keyboard.rb       
2020-02-26 14:50:11.000000000 +0100
+++ new/yast2-firstboot-4.2.12/src/clients/firstboot_language_keyboard.rb       
2020-03-13 15:04:19.000000000 +0100
@@ -172,6 +172,8 @@
           break
         elsif @ret == :keyboard
           Keyboard.user_decision = true
+          # store keyboard selection to survive even redraw (bsc#1160164)
+          Keyboard.Set(UI.QueryWidget(Id(:keyboard), :Value) || "")
         elsif @ret == :next || @ret == :language
           @language = Convert.to_string(UI.QueryWidget(Id(:language), :Value))
           @keyboard = Convert.to_string(UI.QueryWidget(Id(:keyboard), :Value))


Reply via email to