Hello community, here is the log from the commit of package xkeyboard-config for openSUSE:Factory checked in at 2013-03-28 13:29:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xkeyboard-config (Old) and /work/SRC/openSUSE:Factory/.xkeyboard-config.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xkeyboard-config", Maintainer is "sndirsch@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes 2013-02-01 16:15:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes 2013-03-28 13:29:54.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Mar 26 16:23:14 UTC 2013 - sndirsch@suse.com + +- u_zhe-dze.patch + The key (z on US keyboard) should give dze (Ѕ [capital] + / ѕ) but it gives zhe (Ж [capital] / ж) + (bnc#780230) + +------------------------------------------------------------------- New: ---- u_zhe-dze.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xkeyboard-config.spec ++++++ --- /var/tmp/diff_new_pack.u54y9k/_old 2013-03-28 13:29:55.000000000 +0100 +++ /var/tmp/diff_new_pack.u54y9k/_new 2013-03-28 13:29:55.000000000 +0100 @@ -34,6 +34,7 @@ License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0 Group: System/X11/Utilities Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2 +Patch0: u_zhe-dze.patch Patch100: p_suse.diff # PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed Patch109: disable-2xalt_2xctrl-toggle.diff @@ -53,6 +54,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p5 %patch100 %patch109 -p1 ++++++ u_zhe-dze.patch ++++++ Author: Oliver Neukum <oneukum@suse.de> Subject: The key (z on US keyboard) should give dze (Ѕ [capital] / ѕ) but it gives zhe (Ж [capital] / ж) References: bnc#780230 Signed-off-by: Stefan Dirsch <sndirsch@suse.de> --- /usr/share/X11/xkb/symbols/rs.alt 2012-09-13 15:39:18.039949695 +0200 +++ /usr/share/X11/xkb/symbols/rs 2012-09-13 16:19:37.007170631 +0200 @@ -108,7 +108,7 @@ xkb_symbols "cyralpha" { key <AC11> { [ Serbian_tshe, Serbian_TSHE, any,any ] }; // ' " key <BKSL> { [ Cyrillic_zhe, Cyrillic_ZHE, any,any ] }; // \ | - key <AB01> { [ Cyrillic_zhe, Cyrillic_ZHE, any,any ] }; // z + key <AB01> { [ U0455, U0405, any,any ] }; // z key <AB02> { [ Cyrillic_dzhe, Cyrillic_DZHE, any,any ] }; // x key <AB03> { [ Cyrillic_tse, Cyrillic_TSE, any,any ] }; // c key <AB04> { [ Cyrillic_ve, Cyrillic_VE, any,any ] }; // v -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org