forked from pool/libxkbcommon
Accepting request 850308 from X11:Wayland
- Update to release 1.0.3 OBS-URL: https://build.opensuse.org/request/show/850308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxkbcommon?expand=0&rev=31
This commit is contained in:
commit
6a14859e38
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d
|
|
||||||
size 432692
|
|
3
libxkbcommon-1.0.3.tar.xz
Normal file
3
libxkbcommon-1.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2202f851e072b84e64a395212cbd976ee18a8ee602008b0bad02a13247dbc52
|
||||||
|
size 432944
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 23 19:07:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.0.3
|
||||||
|
* Fix (hopefully) a segfault in xkb_x11_keymap_new_from_device()
|
||||||
|
in some unclear situation (bug introduced in 1.0.2).
|
||||||
|
* Fix keymaps created with xkb_x11_keymap_new_from_device() do
|
||||||
|
not have level names (bug introduced in 0.8.0).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 20 19:36:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.0.2
|
||||||
|
* Fix a bug where a keysym that cannot be resolved in a keymap
|
||||||
|
gets compiled to a garbage keysym. Now it is set to
|
||||||
|
XKB_KEY_NoSymbol instead.
|
||||||
|
* Improve the speed of xkb_x11_keymap_new_from_device() on
|
||||||
|
repeated calls in the same xkb_context().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 12 10:28:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Sat Sep 12 10:28:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 1.0.1
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for handling xkb descriptions
|
Summary: Library for handling xkb descriptions
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user