rpms/xkeyboard-config/F-12 xkeyboard-config-1.6-abnt2-dot.patch, NONE, 1.1 xkeyboard-config.spec, 1.40, 1.41

Peter Hutterer whot at fedoraproject.org
Tue Nov 24 07:19:04 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/xkeyboard-config/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31922

Modified Files:
	xkeyboard-config.spec 
Added Files:
	xkeyboard-config-1.6-abnt2-dot.patch 
Log Message:
* Tue Nov 24 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6-4
- xkeyboard-config-1.6-abnt2-dot.patch: fix KP dot on abnt2 (#470153)


xkeyboard-config-1.6-abnt2-dot.patch:
 inet |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE xkeyboard-config-1.6-abnt2-dot.patch ---
>From fd7fa190c4f817bacac23c98e43c61b60064bffd Mon Sep 17 00:00:00 2001
From: Sergey V. Udaltsov <svu at gnome.org>
Date: Mon, 15 Jun 2009 23:00:47 +0100
Subject: [PATCH] Fixed ABNT2-specific mapping for the dot key

http://bugs.freedesktop.org/show_bug.cgi?id=22303
---
 symbols/inet |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/symbols/inet b/symbols/inet
index 6a84e3d..7300e76 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -122,7 +122,7 @@ xkb_symbols "evdev" {
 
 //  key <I120>   {      [ ]       }; // KEY_MACRO 
     key <I126>   {      [ plusminus             ]       };
-    key <I129>   {      [ KP_Separator          ]       };
+    key <I129>   {      [ KP_Decimal            ]       };
     key <I147>   {      [ XF86MenuKB            ]       };
     key <I148>   {      [ XF86Calculator        ]       };
 //  key <I149>   {      [ ]       }; // KEY_SETUP
-- 
1.6.5.2



Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xkeyboard-config/F-12/xkeyboard-config.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- xkeyboard-config.spec	17 Aug 2009 23:16:56 -0000	1.40
+++ xkeyboard-config.spec	24 Nov 2009 07:19:04 -0000	1.41
@@ -4,7 +4,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 1.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -12,9 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
 
-# Both upstream
+# All upstream
 Patch1: xkeyboard-config-1.6-caps-super.patch
 Patch2: xkeyboard-config-1.6-caps-hyper.patch
+Patch3: xkeyboard-config-1.6-abnt2-dot.patch
 
 BuildArch: noarch
 
@@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Tue Nov 24 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6-4
+- xkeyboard-config-1.6-abnt2-dot.patch: fix KP dot on abnt2 (#470153)
+
 * Tue Aug 18 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6-3
 - xkeyboard-config-1.6-caps-super.patch: add caps:super option (#505187)
 - xkeyboard-config-1.6-caps-hyper.patch: add caps:hyper option (#505187)




More information about the fedora-extras-commits mailing list