Accepting request 1161026 from X11:Wayland
- Update to release 1.7 OBS-URL: https://build.opensuse.org/request/show/1161026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxkbcommon?expand=0&rev=45
This commit is contained in:
commit
79edfe34a5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b
|
|
||||||
size 510456
|
|
3
libxkbcommon-1.7.0.tar.xz
Normal file
3
libxkbcommon-1.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
|
||||||
|
size 534312
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 23 22:14:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.7
|
||||||
|
* Added early detection of invalid encodings and BOM for
|
||||||
|
keymaps, rules & Compose. Also added a hint that the expected
|
||||||
|
encoding must be UTF-8 compatible.
|
||||||
|
* Updated keysyms using latest xorgproto
|
||||||
|
(cd33097fc779f280925c6d6bbfbd5150f93ca5bc): For the sake of
|
||||||
|
compatibility, this reintroduces some deleted keysyms and
|
||||||
|
postpones the effective deprecation of others that had landed
|
||||||
|
in xkbcommon 1.6.0.
|
||||||
|
* Reverted removal of some XKB_KEYs and fixed inconsistencies in names.
|
||||||
|
Details see upstream changelog.
|
||||||
|
* ``xkbcli compile-compose``: added new CLI utility to test
|
||||||
|
Compose files.
|
||||||
|
* ``xkbcli interactive-evdev``: added a ``--verbose`` option.
|
||||||
|
* ``xkbcli interactive-x11``: added support for Compose.
|
||||||
|
* ``xkbcli interactive-wayland``: added support for Compose.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 12 09:32:56 UTC 2024 - Pierre Le Marre <opensuse@wismill.eu>
|
Fri Jan 12 09:32:56 UTC 2024 - Pierre Le Marre <opensuse@wismill.eu>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 1.6.0
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for handling xkb descriptions
|
Summary: Library for handling xkb descriptions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -177,7 +177,7 @@ chmod -x %buildroot/%_datadir/bash-completion/completions/xkbcli*
|
|||||||
%_libdir/libxkbcommon.so.*
|
%_libdir/libxkbcommon.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc NEWS
|
%doc NEWS.md
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%if %{with x11}
|
%if %{with x11}
|
||||||
%exclude %_includedir/%name/xkbcommon/xkbcommon-x11.h
|
%exclude %_includedir/%name/xkbcommon/xkbcommon-x11.h
|
||||||
|
Loading…
Reference in New Issue
Block a user