Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2021-08-02 12:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Mon Aug  2 12:04:56 2021 rev:223 rq:909094 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2021-06-21 20:34:46.730569375 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new.1899/yast2-country.changes    
2021-08-02 12:05:38.093648823 +0200
@@ -1,0 +2,7 @@
+Wed Jul 28 16:10:33 UTC 2021 - Martin Vidner <mvid...@suse.com>
+
+-  Add the AFNOR standardized French keyboard layout (NF Z71-300)
+   (bsc#1188867)
+-  4.4.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-4.4.1.tar.bz2

New:
----
  yast2-country-4.4.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.N5h5ju/_old  2021-08-02 12:05:38.585648718 +0200
+++ /var/tmp/diff_new_pack.N5h5ju/_new  2021-08-02 12:05:38.585648718 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-country
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only

++++++ yast2-country-4.4.1.tar.bz2 -> yast2-country-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.4.1/keyboard/src/data/keyboards.rb 
new/yast2-country-4.4.2/keyboard/src/data/keyboards.rb
--- old/yast2-country-4.4.1/keyboard/src/data/keyboards.rb      2021-06-17 
08:38:29.000000000 +0200
+++ new/yast2-country-4.4.2/keyboard/src/data/keyboards.rb      2021-07-29 
09:31:00.000000000 +0200
@@ -20,11 +20,22 @@
 require "yast"
 require "yast/i18n"
 
+# Linux console keyboard layouts
 class Keyboards
   extend Yast::I18n
 
   textdomain "country"
 
+  # @return [Array<Hash{String => Object}>] keyboard descriptions
+  #
+  #   - description [String] translated name of layout
+  #   - alias [String] yast-internal keybord id, to match the "keyboard" key
+  #       in language/src/data/languages/language_*.ycp
+  #   - code [String] keyboard name used by kbd, and
+  #       present in /usr/share/systemd/kbd-model-map
+  #       (test/data/keyboard_test.rb checks this)
+  #   - suggested_for_lang [Array<String>] optional, language codes
+  #       to suggest this layout for
   def self.all_keyboards
     [
       { "description" => _("English (US)"),
@@ -55,6 +66,11 @@
         "code" => "fr-latin1",
         "suggested_for_lang" => ["br_FR", "fr", "fr_BE"]
       },
+      { "description" => _("French (AFNOR)"),
+        "alias" => "french-afnor",
+        "code" => "fr-afnor",
+        "suggested_for_lang" => ["br_FR", "fr", "fr_BE"]
+      },
       { "description" => _("French (Switzerland)"),
         "alias" => "french-ch",
         "code" => "fr_CH-latin1",
@@ -110,6 +126,8 @@
       },
       { "description" => _("Greek"),
         "alias" => "greek",
+        # Left-shift+Alt switches layouts
+        # Windows (Super) is a Greek-shift
         "code" => "gr"
       },
       { "description" => _("Dutch"),
@@ -198,6 +216,8 @@
       },
       { "description" => _("Dvorak"),
         "alias" => "dvorak",
+        # Beware, Dvorak is completely different from QWERTY;
+        # see also https://en.wikipedia.org/wiki/Dvorak_keyboard_layout
         "code" => "dvorak"
       },
       { "description" => _("Icelandic"),
@@ -207,6 +227,7 @@
       },
       { "description" => _("Ukrainian"),
         "alias" => "ukrainian",
+        # AltGr or Right-Ctrl switch layouts
         "code" => "ua-utf"
       },
       { "description" => _("Khmer"),
@@ -223,6 +244,7 @@
       },
       { "description" => _("Tajik"),
         "alias" => "tajik",
+        # AltGr switches layouts
         "code" => "tj_alt-UTF8"
       },
       { "description" => _("Traditional Chinese"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.4.1/package/yast2-country.changes 
new/yast2-country-4.4.2/package/yast2-country.changes
--- old/yast2-country-4.4.1/package/yast2-country.changes       2021-06-17 
08:38:29.000000000 +0200
+++ new/yast2-country-4.4.2/package/yast2-country.changes       2021-07-29 
09:31:00.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Jul 28 16:10:33 UTC 2021 - Martin Vidner <mvid...@suse.com>
+
+-  Add the AFNOR standardized French keyboard layout (NF Z71-300)
+   (bsc#1188867)
+-  4.4.2
+
+-------------------------------------------------------------------
 Tue Jun 15 09:17:24 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Fix the Comment entry in the desktop file so the tooltip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.4.1/package/yast2-country.spec 
new/yast2-country-4.4.2/package/yast2-country.spec
--- old/yast2-country-4.4.1/package/yast2-country.spec  2021-06-17 
08:38:29.000000000 +0200
+++ new/yast2-country-4.4.2/package/yast2-country.spec  2021-07-29 
09:31:00.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-country
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only

Reply via email to