diff --git a/0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch b/0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch new file mode 100644 index 0000000..489698b --- /dev/null +++ b/0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch @@ -0,0 +1,24 @@ +From 22efbcb2224384b349621dab38ebd446804baa61 Mon Sep 17 00:00:00 2001 +From: Parag Nemade +Date: Mon, 8 Mar 2010 10:38:36 +0530 +Subject: [PATCH] Remove duplicate BKSL key mappings from hin-wx layout Signed-off-by: Parag Nemade + +--- + symbols/in | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +diff --git a/symbols/in b/symbols/in +index 67e0ba9..6c86b7c 100644 +--- a/symbols/in ++++ b/symbols/in +@@ -1318,7 +1318,6 @@ xkb_symbols "hin-wx" { + key { [ 0x1000932, 0x1000962, 0x1000933, 0x100090C] }; + key { [ semicolon, colon ] }; + key { [ quoteright, quotedbl ] }; +- key { [ backslash, bar ] }; + + key { [ 0x1000901, 0x100093C, 0x100093D, 0x1000950] }; + key { [ 0x1000926, 0x1000927 ] }; +-- +1.6.6.1 + diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index 10d9a7b..afb0c01 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -4,7 +4,7 @@ Summary: X Keyboard Extension configuration data Name: xkeyboard-config Version: 1.8 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: User Interface/X URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -14,6 +14,7 @@ Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2 Patch02: 0001-Add-Euro-and-New-Shekel-sign-to-israeli-layout.patch Patch03: 0001-symbols-de-remove-BKSP-from-neo-layout.patch +Patch04: 0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch BuildArch: noarch @@ -79,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/X11/xkb/rules/xorg.xml %changelog +* Tue May 04 2010 Peter Hutterer 1.8-5 +- 0001-Remove-duplicate-BKSL-key-mappings-from-hin-wx-layou.patch: remove + the duplicate mapping from hin-wx layout, it breaks iok (FDO 26947). + * Tue Apr 06 2010 Peter Hutterer 1.8-4 - Move F-12 patches forward, upstream is a bit unresponsive.