OBS User unknown 2007-05-13 23:02:53 +00:00 committed by Git OBS Bridge
parent 1efc577a46
commit e2e498f88c
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 13 21:17:45 CEST 2007 - sndirsch@suse.de
- xkeyboard-config.mainline-cvs.il.patch:
* fixed mapping for "|" symbol in hebrew layout (Bug #273712)
-------------------------------------------------------------------
Sat Apr 28 16:42:55 CEST 2007 - schwab@suse.de

View File

@ -0,0 +1,17 @@
Index: symbols/il
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/il,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- symbols/il 19 Nov 2006 13:15:56 -0000 1.12
+++ symbols/il 13 May 2007 11:23:38 -0000 1.13
@@ -76,7 +76,7 @@
key <AD11> { [ bracketright, braceright, 0x10005bf ]}; // Rafe
key <AD12> { [ bracketleft, braceleft, 0x10005bd ]}; // Meteg
- key <BKSL> { [ backslash, backslash, 0x10005bb ]}; // Qubuts
+ key <BKSL> { [ backslash, bar, 0x10005bb ]}; // Qubuts
};

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
Autoreqprov: on
Version: 0.9
Release: 47
Release: 53
Summary: The X Keyboard Extension
Source: %name-%version.tar.bz2
Patch0: xkeyboard-config.mainline-cvs.group.patch
@ -30,6 +30,7 @@ Patch3: xkeyboard-config.mainline-cvs.mac-us.patch
Patch4: xkeyboard-config.mainline-cvs.mac-es.patch
Patch5: xkeyboard-config.mainline-cvs.mac-euro.patch
Patch6: xkeyboard-config.mainline-cvs.trans.patch
Patch7: xkeyboard-config.mainline-cvs.il.patch
Patch40: xkeyboard-config.macintosh.patch
Patch100: p_suse.diff
Patch101: ibm_space_saver.diff
@ -62,6 +63,7 @@ Authors:
%patch4
%patch5
%patch6
%patch7
%patch40
%patch100
%patch101
@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/X11/xkb/
%changelog
* Sun May 13 2007 - sndirsch@suse.de
- xkeyboard-config.mainline-cvs.il.patch:
* fixed mapping for "|" symbol in hebrew layout (Bug #273712)
* Sat Apr 28 2007 - schwab@suse.de
- Fix unknown keysym in inet(cymotionlinux).
- Fix keycode for KP_Equal in inet(apple).