* Sat Mar 29 2025 bwiedemann@suse.com
- Add kbd-2.7.1-reproducible-gzip.patch (bsc#1240348)
* Mon Jan 06 2025 sbrabec@suse.com
- Update to version 2.7.1:
* setfont: Fixed regression in argument parsing.
* dumpkeys: Fixed dumpkeys on pc and non-pc architectures.
* libkeymap: Add API to get/set keymap keywords.
Export functions to convert the value to kernel code.
Fix double kbdfile open.
Dump action codes for keycode 0.
* libkfont: Fix buffer allocation for doubled font.
Check console mode.
* keymaps:
Add hcesar layout, for portuguese speaking countries.
Update Colemak-DH keymaps with upstream changes.
sv-latin1.map: make Ctrl+AltGr+9 act as Ctrl+].
* fonts:
Remove non-free Agafari fonts. (bnc#95915,
remove repack_kbd.sh)
* other:
Update man pages.
Remove deprecated startup scripts.
(Refresh kbd-2.0.2-fix-bashisms.patch.)
Remove outdated docs.
(Drop kbd-1.15.2-docu-X11R6-xorg.patch.)
Update translations.
- Drop upstreamed patches: kbd-1.15.2-sv-latin1-keycode10.patch,
kbd-2.0.2-doshell-reference.patch.
- Refresh kbd-1.15.5-loadkeys-search-path.patch.
- Releases are signed, add kbd.keyring and the signature.
* Mon Jan 06 2025 sbrabec@suse.com
- sysconfig.keyboard: KBD_NUMLOCK="bios" works only on systems
without Secure Boot. Document that. Change the default to
KBD_NUMLOCK="no". (boo#1212141)
- kbdsettings-nox86.patch: Update and return missing chunk.
* Thu Jan 02 2025 sbrabec@suse.com
- Remove obsolete parts of suse-add.tar.bz2 (jsc#PED-7977),
possible BREAKING CHANGES for obscure configurations:
* Replace consolefonts/Cyr_a8x*.psf with upstream instances.
* Replace consolefonts/cp850-full-8x*.psfu with upstream
instances.
* Drop consolefonts/lat5--*.psfu in favor of upstream
lat5-*.psfu, exactly the same fonts with a better unimap.
* Drop consolefonts/lat7.psf as it is lat7a-16.psf in the
upstream.
* Drop consolefonts/lt-brim-8x14.psfu in favor of upstream
lat7a-14.psfu, exactly the same fonts with a better unimap.
* Drop keymaps/i386/qwerty/Pl02.map in favor of nearly equal
upstream pl2.map.
* Drop keymaps/i386/qwerty/br-abnt-alt.map in favor of nearly
equal upstream br-abnt.map.
* Drop keymaps/i386/qwerty/tj_alt-UTF8.map that is already
upstreamed.
* Drop unimaps/iso07*.uni that is already upstreamed.
- Remove broken KBD_DISABLE_CAPS_LOCK feature (sysconfig.keyboard,
kbdsettings, boo#1179897, jsc#PED-7814).
Can be replaced by KEYMAP="{my map} disable.capslock" in
/etc/vconsole.conf.
* Tue Oct 22 2024 jengelh@inai.de
- Enable libkfont
- Rename libkeymap-devel to just kbd-devel (the recommendation is
to reuse the SRPM base name)
* Thu Oct 17 2024 sbrabec@suse.com
- Fix subpackage names and their dependencies.
- Add missing ldconfig scriptlets.
* Tue Sep 03 2024 tobi.goergens@gmail.com
- Build libkeymap and create additional subpackages.
* Mon Apr 08 2024 sbrabec@suse.com
- Move legacy keymaps that have no acceptable xkb counterpart and
its includes back to kbd. (bsc#1194609)
- Stop requiring kbd-legacy. All YaST supported languages should
now have its keymaps in kbd.
- Remove kbd-1.15.2-prtscr_no_sigquit.patch rejected by the
upstream. The problem is fixed for a long time, this is an
additional modification. (PED-7977,
https://github.com/legionus/kbd/pull/111):
- Drop kbd_fonts.tar.bz2 containing just several 30 years old
inferior fonts with an unknown author and uncertain license.
- Add structured comments to patches.
* Fri Mar 01 2024 sndirsch@suse.com
- fix conversion of lowercase f in de-e1 keymap (boo#1207841)
* Thu Feb 22 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.