Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbd for openSUSE:Factory checked in at 2026-03-22 14:11:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbd (Old) and /work/SRC/openSUSE:Factory/.kbd.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbd" Sun Mar 22 14:11:13 2026 rev:131 rq:1341578 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbd/kbd.changes 2026-03-17 19:03:29.930188412 +0100 +++ /work/SRC/openSUSE:Factory/.kbd.new.8177/kbd.changes 2026-03-22 14:11:14.855077392 +0100 @@ -1,0 +2,6 @@ +Fri Mar 20 16:18:19 UTC 2026 - Stanislav Brabec <[email protected]> + +- Fix conversion of h and H fr-afnor xkb keymap for real. The + previous fix mapped it to g (boo#1259269#c2). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbd.spec ++++++ --- /var/tmp/diff_new_pack.XbWgmi/_old 2026-03-22 14:11:18.859242047 +0100 +++ /var/tmp/diff_new_pack.XbWgmi/_new 2026-03-22 14:11:18.883243034 +0100 @@ -364,7 +364,7 @@ fi # fix conversion of h and H in fr-afnor keymap (boo#1259269) if [ "$XKBLAYOUT-$XKBVARIANT" == "fr-afnor" ]; then - sed -i '/^keycode 35 /s/AltGr AltGr AltGr AltGr/+U+0067 +U+0047 +U+0067 +U+0047/g' /tmp/"$XKBLAYOUT"-"$XKBVARIANT".map + sed -i '/^keycode 35 /s/AltGr AltGr AltGr AltGr/+U+0068 +U+0048 +U+0068 +U+0048/g' /tmp/"$XKBLAYOUT"-"$XKBVARIANT".map fi # skip converted layouts which cannot input ASCII (rh#1031848) grep -q "U+0041" /tmp/"$XKBLAYOUT"-"$XKBVARIANT".map && \
