OBS User unknown 2007-05-21 16:47:40 +00:00 committed by Git OBS Bridge
parent e2e498f88c
commit 1d04bffc80
3 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 21 18:09:12 CEST 2007 - sndirsch@suse.de
- xkeyboard-config.mainline-cvs.us-backslash.patch:
* backslash needs to be explicitely set in us (Bug #275561)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 13 21:17:45 CEST 2007 - sndirsch@suse.de Sun May 13 21:17:45 CEST 2007 - sndirsch@suse.de

View File

@ -0,0 +1,16 @@
Index: symbols/us
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/us,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- symbols/us 6 Mar 2007 22:58:42 -0000 1.27
+++ symbols/us 29 Apr 2007 16:28:26 -0000 1.28
@@ -61,6 +61,7 @@
key <AB09> { [ period, greater ] };
key <AB10> { [ slash, question ] };
+ key <BKSL> { [ backslash, bar ] };
// End alphanumeric section
};

View File

@ -20,7 +20,7 @@ Provides: xorg-x11:/etc/X11/xkb/symbols/us XFree86:/etc/X11/xkb/symbols/us
PreReq: /bin/ln /bin/rm PreReq: /bin/ln /bin/rm
Autoreqprov: on Autoreqprov: on
Version: 0.9 Version: 0.9
Release: 53 Release: 58
Summary: The X Keyboard Extension Summary: The X Keyboard Extension
Source: %name-%version.tar.bz2 Source: %name-%version.tar.bz2
Patch0: xkeyboard-config.mainline-cvs.group.patch Patch0: xkeyboard-config.mainline-cvs.group.patch
@ -31,6 +31,7 @@ Patch4: xkeyboard-config.mainline-cvs.mac-es.patch
Patch5: xkeyboard-config.mainline-cvs.mac-euro.patch Patch5: xkeyboard-config.mainline-cvs.mac-euro.patch
Patch6: xkeyboard-config.mainline-cvs.trans.patch Patch6: xkeyboard-config.mainline-cvs.trans.patch
Patch7: xkeyboard-config.mainline-cvs.il.patch Patch7: xkeyboard-config.mainline-cvs.il.patch
Patch8: xkeyboard-config.mainline-cvs.us-backslash.patch
Patch40: xkeyboard-config.macintosh.patch Patch40: xkeyboard-config.macintosh.patch
Patch100: p_suse.diff Patch100: p_suse.diff
Patch101: ibm_space_saver.diff Patch101: ibm_space_saver.diff
@ -64,6 +65,7 @@ Authors:
%patch5 %patch5
%patch6 %patch6
%patch7 %patch7
%patch8
%patch40 %patch40
%patch100 %patch100
%patch101 %patch101
@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/X11/xkb/ /usr/share/X11/xkb/
%changelog %changelog
* Mon May 21 2007 - sndirsch@suse.de
- xkeyboard-config.mainline-cvs.us-backslash.patch:
* backslash needs to be explicitely set in us (Bug #275561)
* Sun May 13 2007 - sndirsch@suse.de * Sun May 13 2007 - sndirsch@suse.de
- xkeyboard-config.mainline-cvs.il.patch: - xkeyboard-config.mainline-cvs.il.patch:
* fixed mapping for "|" symbol in hebrew layout (Bug #273712) * fixed mapping for "|" symbol in hebrew layout (Bug #273712)