Hello community, here is the log from the commit of package xkeyboard-config checked in at Fri Oct 27 20:15:12 CEST 2006. -------- --- xkeyboard-config/xkeyboard-config.changes 2006-10-27 14:20:18.000000000 +0200 +++ /mounts/work_src_done/NOARCH/xkeyboard-config/xkeyboard-config.changes 2006-10-27 20:04:30.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 27 20:02:54 CEST 2006 - olh@suse.de + +- disable apple:badmap/apple:goodmap for Powerbooks with built-in + USB ISO keyboard. The kernel delivers the correct keys now + +------------------------------------------------------------------- New: ---- xkeyboard-config.powerbook-usb-iso-keyboard.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xkeyboard-config.spec ++++++ --- /var/tmp/diff_new_pack.OJlVV9/_old 2006-10-27 20:15:05.000000000 +0200 +++ /var/tmp/diff_new_pack.OJlVV9/_new 2006-10-27 20:15:05.000000000 +0200 @@ -20,7 +20,7 @@ PreReq: /bin/ln /bin/rm Autoreqprov: on Version: 0.9 -Release: 12 +Release: 13 Summary: The X Keyboard Extension Source: %name-%version.tar.bz2 Patch0: xkeyboard-config.mainline-cvs.group.patch @@ -33,6 +33,7 @@ Patch100: p_suse.diff Patch101: ibm_space_saver.diff Patch102: cz-basic-bksl.diff +Patch103: xkeyboard-config.powerbook-usb-iso-keyboard.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -63,6 +64,7 @@ %patch100 %patch101 %patch102 +%patch103 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -89,6 +91,9 @@ /usr/share/X11/xkb/ %changelog -n xkeyboard-config +* Fri Oct 27 2006 - olh@suse.de +- disable apple:badmap/apple:goodmap for Powerbooks with built-in + USB ISO keyboard. The kernel delivers the correct keys now * Fri Oct 27 2006 - sndirsch@suse.de - cz-basic-bksl.diff: * fixes backslash/bar on czech keyboard (Bug #215359) ++++++ xkeyboard-config.powerbook-usb-iso-keyboard.patch ++++++ The kernel has to deliver correct keys for ^° / <> on Powerbooks with built-in USB ISO keyboard This was finally corrected in the kernel. --- keycodes/macintosh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Index: keycodes/macintosh =================================================================== --- keycodes/macintosh.orig +++ keycodes/macintosh @@ -38,14 +38,11 @@ default xkb_keycodes "macintosh" { }; +// not required, this was a kernel bug xkb_keycodes "badmap" { - <TLDE> = 94; - <LSGT> = 49; }; xkb_keycodes "goodmap" { - <TLDE> = 49; - <LSGT> = 94; }; xkb_keycodes "old" { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de