forked from pool/libxkbcommon
- Update to release 1.6.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=83
This commit is contained in:
parent
7479edbac3
commit
b3639fb6df
BIN
libxkbcommon-1.5.0.tar.xz
(Stored with Git LFS)
BIN
libxkbcommon-1.5.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libxkbcommon-1.6.0.tar.xz
Normal file
3
libxkbcommon-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b
|
||||
size 510456
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 02:55:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.6.0
|
||||
* Remove keysyms: XKB_KEY_dead_lowline,
|
||||
XKB_KEY_dead_aboveverticalline, XKB_KEY_dead_belowverticalline,
|
||||
XKB_KEY_dead_longsolidusoverlay
|
||||
* Add Compose iterator API to iterate the entries in a compose
|
||||
table.
|
||||
* Structured log messages with a message registry. There is an
|
||||
ongoing work to assign unique identifiers to log messages and
|
||||
add a corresponding error index documentation page.
|
||||
* Add a new warning for numeric keysyms references in XKB files:
|
||||
the preferred keysym reference form is its name or its Unicode
|
||||
value, if relevant.
|
||||
* Add the upper bound `XKB_KEYSYM_MAX` to check valid keysyms.
|
||||
* Add a warning when loading a keymap using RMLVO with no layout
|
||||
but with the variant set.
|
||||
* Add support for ``modifier_map None { … }``. This feature is
|
||||
missing compared to the X11 implementation. It allows to reset
|
||||
the modifier map of a key.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 23:38:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: libxkbcommon
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Library for handling xkb descriptions
|
||||
License: MIT
|
||||
@ -152,6 +152,7 @@ ef=-Denable-x11=false
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
rm -rf %buildroot/%_datadir/bash-completion
|
||||
|
||||
%post -n libxkbcommon0 -p /sbin/ldconfig
|
||||
%postun -n libxkbcommon0 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user