rpms/xkeyboard-config/F-12 0001-added-Backspace-mapping-to-Sun-kbds.patch, NONE, 1.1 xkeyboard-config.spec, 1.42, 1.43

Peter Hutterer whot at fedoraproject.org
Fri Dec 18 07:29:01 UTC 2009


Author: whot

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

Modified Files:
	xkeyboard-config.spec 
Added Files:
	0001-added-Backspace-mapping-to-Sun-kbds.patch 
Log Message:
* Fri Dec 18 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.7-2
- Add backspace mapping to sun keyboard model (#527983)


0001-added-Backspace-mapping-to-Sun-kbds.patch:
 us |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE 0001-added-Backspace-mapping-to-Sun-kbds.patch ---
>From c954ef1dac2e1614572e3db02de07ebf0e974a95 Mon Sep 17 00:00:00 2001
From: Sergey V. Udaltsov <svu at gnome.org>
Date: Tue, 20 Oct 2009 12:47:45 +0100
Subject: [PATCH] added Backspace mapping to Sun kbds

https://bugs.freedesktop.org/show_bug.cgi?id=24554
---
 symbols/sun_vndr/us |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/symbols/sun_vndr/us b/symbols/sun_vndr/us
index 41670f0..23fa50a 100644
--- a/symbols/sun_vndr/us
+++ b/symbols/sun_vndr/us
@@ -89,6 +89,8 @@ xkb_symbols "sunbasic" {
     key <NMLK> { [ Num_Lock, Pointer_EnableKeys	] };
     key <SPCE> { [ space                        ] };
 
+    key <BKSP> {         [       BackSpace ] };
+
     // By default, we use the same symbols as other XKB implementations
     // for greater compatibility & AccessX MouseKeys support, but it is 
     // different than the traditional Sun key mappings that date back to the
-- 
1.6.5.2



Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xkeyboard-config/F-12/xkeyboard-config.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- xkeyboard-config.spec	30 Nov 2009 22:44:38 -0000	1.42
+++ xkeyboard-config.spec	18 Dec 2009 07:29:00 -0000	1.43
@@ -4,7 +4,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 1.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -12,6 +12,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
 
+Patch01: 0001-added-Backspace-mapping-to-Sun-kbds.patch
+
 BuildArch: noarch
 
 BuildRequires: pkgconfig
@@ -52,7 +54,7 @@ fi
 git add .
 git commit -a -q -m "%{version} baseline."
 
-#git am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
+git am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
 
 %build
 %configure \
@@ -92,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Fri Dec 18 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.7-2
+- Add backspace mapping to sun keyboard model (#527983)
+
 * Tue Dec 01 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.7-1
 - xkeyboard-config 1.7
 - drop patches already upstream




More information about the fedora-extras-commits mailing list