rpms/xkeyboard-config/devel xkeyboard-config-1.4-abnt2.patch, NONE, 1.1 xkeyboard-config.spec, 1.29, 1.30

Peter Hutterer whot at fedoraproject.org
Sun Jan 4 23:08:53 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/xkeyboard-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25809

Modified Files:
	xkeyboard-config.spec 
Added Files:
	xkeyboard-config-1.4-abnt2.patch 
Log Message:
* Mon Jan 05 2009 Peter Hutterer <peter.hutterer at redhat.com> - 1.4-8
- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)


xkeyboard-config-1.4-abnt2.patch:

--- NEW FILE xkeyboard-config-1.4-abnt2.patch ---
>From b67326a9b271332c5bef23115d9c4ac7e7b2e6d9 Mon Sep 17 00:00:00 2001
From: Sergey V. Udaltsov <svu at gnome.org>
Date: Wed, 26 Nov 2008 23:19:41 +0000
Subject: [PATCH] fixed abnt2 keycodes, b.fd.o#18712

---
 ChangeLog      |    5 +++++
 keycodes/evdev |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/keycodes/evdev b/keycodes/evdev
index 760e2d0..9da2cd5 100644
--- a/keycodes/evdev
+++ b/keycodes/evdev
@@ -311,6 +311,7 @@ xkb_keycodes "jp106" {
 // For brazilian ABNT2 keyboard.
 xkb_keycodes "abnt2" {
     include "evdev(evdev)"
+    <KPPT> = 129;
 };
 
 // PC98
-- 
1.6.0.6



Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xkeyboard-config/devel/xkeyboard-config.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xkeyboard-config.spec	24 Nov 2008 03:56:27 -0000	1.29
+++ xkeyboard-config.spec	4 Jan 2009 23:08:22 -0000	1.30
@@ -4,7 +4,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 1.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -19,6 +19,8 @@
 Patch4: xkeyboard-config-1.4-battery.patch
 # Sent to svu
 Patch5: xkeyboard-config-1.4-jp-tilde.patch
+# RH 470153, FDO Bug 18712 (fixed), taken from git
+Patch6: xkeyboard-config-1.4-abnt2.patch
 
 BuildArch: noarch
 
@@ -100,6 +102,9 @@
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Mon Jan 05 2009 Peter Hutterer <peter.hutterer at redhat.com> - 1.4-8
+- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)
+
 * Mon Nov 24 2008 Peter Hutterer <peter.hutterer at redhat.com> - 1.4-7
 - Switch to using git patches, modelled after xorg-x11-server.
 - CVS remove unused patches.




More information about the scm-commits mailing list