Hello community,

here is the log from the commit of package console-setup for openSUSE:Factory 
checked in at 2019-01-29 14:45:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/console-setup (Old)
 and      /work/SRC/openSUSE:Factory/.console-setup.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "console-setup"

Tue Jan 29 14:45:36 2019 rev:6 rq:668377 version:1.134

Changes:
--------
--- /work/SRC/openSUSE:Factory/console-setup/console-setup.changes      
2018-01-19 11:48:42.684370842 +0100
+++ /work/SRC/openSUSE:Factory/.console-setup.new.28833/console-setup.changes   
2019-01-29 14:45:37.635025728 +0100
@@ -1,0 +2,6 @@
+Thu Jan 24 13:39:33 UTC 2019 - sndir...@suse.com
+
+- u_fix-iso-left-tab.patch
+  * fix Shift-Tab mapping (bsc#1122361)
+
+-------------------------------------------------------------------

New:
----
  u_fix-iso-left-tab.patch

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

Other differences:
------------------
++++++ console-setup.spec ++++++
--- /var/tmp/diff_new_pack.Y1r5BL/_old  2019-01-29 14:45:38.767024356 +0100
+++ /var/tmp/diff_new_pack.Y1r5BL/_new  2019-01-29 14:45:38.767024356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package console-setup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        1.134
 Release:        0
 Summary:        Tools for configuring the console using X Window System key 
maps
-License:        GPL-2.0+ and MIT and SUSE-Public-Domain
+License:        GPL-2.0-or-later AND MIT AND SUSE-Public-Domain
 Group:          Applications/System       
 Url:            http://packages.debian.org/cs/sid/console-setup
 Source:         
http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.xz
@@ -32,6 +32,8 @@
 Patch2:         console-setup-1.134-perl526.patch
 # PATCH-FIX-UPSTREAM in 1.174
 Patch3:         console-setup-1.134-reproducible.patch
+# Fix Shift-Tab mapping (bsc#1122361)
+Patch4:         u_fix-iso-left-tab.patch
 
 BuildRequires:  perl
 BuildRequires:  perl(encoding)
@@ -52,6 +54,7 @@
 %patch1 -p1 -b .fsf-address
 %patch2 -p1 -b .perl526
 %patch3 -p1 -b .reproducible
+%patch4 -p1 -b .shift-tab
 
 %build
 make build-linux

++++++ u_fix-iso-left-tab.patch ++++++
diff --git a/Keyboard/ckbcomp b/Keyboard/ckbcomp
index 
b0df60695362ae2930c1f8f3a9e2035b416c4288..47ec9224bde6f7c1416c07095de96819d93de803
 100755
--- a/Keyboard/ckbcomp
+++ b/Keyboard/ckbcomp
@@ -2581,7 +2581,7 @@ if ($freebsd) {
          'any' => 'NoSymbol', # Is this recognised by X ?
          'VoidSymbol' => 'VoidSymbol',
          'voidsymbol' => 'VoidSymbol', # Is this recognised by X ?
-         'ISO_Left_Tab' => 'Tab',
+         'ISO_Left_Tab' => 'Meta_Tab',
          'Clear' => 'VoidSymbol',
          'Pause' => 'Pause',
          'Scroll_Lock' => 'Scroll_Lock',
diff --git a/Keyboard/compose_translator b/Keyboard/compose_translator
index 
d478def19335cd6637fc63812fd2c111dff67983..3af492f771c16e220d61687fe356d780526d531d
 100755
--- a/Keyboard/compose_translator
+++ b/Keyboard/compose_translator
@@ -1827,7 +1827,7 @@ my %xkbsym_table = (
      'any' => 'NoSymbol', # Is this recognised by X ?
      'VoidSymbol' => 'VoidSymbol',
      'voidsymbol' => 'VoidSymbol', # Is this recognised by X ?
-     'ISO_Left_Tab' => 'Tab',
+     'ISO_Left_Tab' => 'Meta_Tab',
      'Clear' => 'VoidSymbol',
      'Pause' => 'Pause',
      'Scroll_Lock' => 'Scroll_Lock',

Reply via email to