From b3639fb6dfda4ea1235a82f6eece8c3b151a6e0cff348581e9496685087d9e7e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 Oct 2023 02:58:21 +0000 Subject: [PATCH] - Update to release 1.6.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=83 --- libxkbcommon-1.5.0.tar.xz | 3 --- libxkbcommon-1.6.0.tar.xz | 3 +++ libxkbcommon.changes | 22 ++++++++++++++++++++++ libxkbcommon.spec | 3 ++- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 libxkbcommon-1.5.0.tar.xz create mode 100644 libxkbcommon-1.6.0.tar.xz diff --git a/libxkbcommon-1.5.0.tar.xz b/libxkbcommon-1.5.0.tar.xz deleted file mode 100644 index 846e08b..0000000 --- a/libxkbcommon-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017 -size 472700 diff --git a/libxkbcommon-1.6.0.tar.xz b/libxkbcommon-1.6.0.tar.xz new file mode 100644 index 0000000..e3a3a22 --- /dev/null +++ b/libxkbcommon-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b +size 510456 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index ad1d7b0..6070fe1 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 9 02:55:17 UTC 2023 - Jan Engelhardt + +- 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 diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 486d7cd..2703266 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -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