[xkeyboard-config/f17] Fix Mali layout previously mapped to in(mal) (#647433)

Peter Hutterer whot at fedoraproject.org
Wed Jan 2 01:14:23 UTC 2013


commit abbd5863a458fa379dbc73db33e62884f34be783
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Jan 2 11:05:30 2013 +1000

    Fix Mali layout previously mapped to in(mal) (#647433)

 0001-rules-remove-ml-in-mal-mapping.patch |   37 +++++++++++++++++++++++++++++
 xkeyboard-config.spec                     |    7 ++++-
 2 files changed, 43 insertions(+), 1 deletions(-)
---
diff --git a/0001-rules-remove-ml-in-mal-mapping.patch b/0001-rules-remove-ml-in-mal-mapping.patch
new file mode 100644
index 0000000..929b065
--- /dev/null
+++ b/0001-rules-remove-ml-in-mal-mapping.patch
@@ -0,0 +1,37 @@
+From 05bed913327ffd5ad1e830699a238bca226ee31c Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <peter.hutterer at who-t.net>
+Date: Wed, 2 Jan 2013 10:50:57 +1000
+Subject: [PATCH] =?UTF-8?q?rules:=20remove=20ml=20=E2=86=92=20in(mal)=20ma?=
+ =?UTF-8?q?pping?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+ml is Mali, the country.
+in(mal) is Malayalam, the language
+
+Likely introduced in 0a5705d83d3f27892543e809b078644a2dba3911, but went
+unnoticed so far.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=647433
+
+Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
+---
+ rules/compat/layoutsMapping.lst | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/rules/compat/layoutsMapping.lst b/rules/compat/layoutsMapping.lst
+index cecda6d..a1a0218 100644
+--- a/rules/compat/layoutsMapping.lst
++++ b/rules/compat/layoutsMapping.lst
+@@ -14,7 +14,6 @@ iu	ca(ike)
+ lo	la
+ kan	in(kan)
+ mi	mao
+-ml	in(mal)
+ ogham	ie(ogam)
+ ori	ie(ori)
+ sapmi	no(smi)
+-- 
+1.8.0.2
+
diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec
index c5bb908..a0db64c 100644
--- a/xkeyboard-config.spec
+++ b/xkeyboard-config.spec
@@ -7,7 +7,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 2.5.1
-Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -23,6 +23,8 @@ Patch0: olpc-azerty-fixes.patch
 
 # Bug 826220 - Tilda is now a dead key (for accented chars)
 Patch01: 0001-Reverting-broken-fix-for-is-keyboard.patch
+# Bug 647433 - Mali keyboard layout is wrong (Malayalam layout is given)
+Patch02: 0001-rules-remove-ml-in-mal-mapping.patch
 
 BuildArch: noarch
 
@@ -115,6 +117,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
 %{_datadir}/pkgconfig/xkeyboard-config.pc
 
 %changelog
+* Wed Jan 02 2013 Peter Hutterer <peter.hutterer at redhat.com> 2.5.1-4
+- Fix Mali layout previously mapped to in(mal) (#647433)
+
 * Tue Jun 26 2012 Peter Hutterer <peter.hutterer at redhat.com> 2.5.1-2
 - Revert broken fix for is keyboard (#826220)
 


More information about the scm-commits mailing list