From 381d98b2f8020ef57dac3f364901fb8f760d3769bf5514d9fc1fa3f01a248db5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 22 Aug 2014 04:24:48 +0000 Subject: [PATCH] Accepting request 245689 from GNOME:Next - Update to version 0.4.3: + Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent modifiers for some keymaps. https://github.com/xkbcommon/libxkbcommon/issues/9 + Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB PrivateAction's. + Modifiers are now always fully resolved after xkb_state_update_mask(). Previously the given state components were used as-is, without considering virtual modifier mappings. Note: this only affects non-standard uses of xkb_state_update_mask(). + Added a test for xkbcommon-x11, "x11comp". The test uses the system's Xvfb server and xkbcomp. If they do not exist or fail, the test is skipped. + Fixed memory leaks after parse errors in the XKB yacc parser. + The fix required changes which are currently incompatible with byacc. OBS-URL: https://build.opensuse.org/request/show/245689 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=18 --- libxkbcommon-0.4.2.tar.xz | 3 --- libxkbcommon-0.4.3.tar.xz | 3 +++ libxkbcommon.changes | 21 +++++++++++++++++++++ libxkbcommon.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libxkbcommon-0.4.2.tar.xz create mode 100644 libxkbcommon-0.4.3.tar.xz diff --git a/libxkbcommon-0.4.2.tar.xz b/libxkbcommon-0.4.2.tar.xz deleted file mode 100644 index bb3ddc6..0000000 --- a/libxkbcommon-0.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957 -size 552316 diff --git a/libxkbcommon-0.4.3.tar.xz b/libxkbcommon-0.4.3.tar.xz new file mode 100644 index 0000000..79a2404 --- /dev/null +++ b/libxkbcommon-0.4.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a52d5d0419e76c49c0ece86208c205ffacb1cf0ff8ffbaba98d3d4dd40c4e41 +size 556628 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index 1bd2395..ee22890 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 21 19:31:26 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.4.3: + + Fixed a bug which caused xkb_x11_keymap_new_from_device() to + misrepresent modifiers for some keymaps. + https://github.com/xkbcommon/libxkbcommon/issues/9 + + Fixed a bug which caused xkb_x11_keymap_new_from_device() to + ignore XKB PrivateAction's. + + Modifiers are now always fully resolved after + xkb_state_update_mask(). Previously the given state components + were used as-is, without considering virtual modifier mappings. + Note: this only affects non-standard uses of + xkb_state_update_mask(). + + Added a test for xkbcommon-x11, "x11comp". The test uses the + system's Xvfb server and xkbcomp. If they do not exist or fail, + the test is skipped. + + Fixed memory leaks after parse errors in the XKB yacc parser. + + The fix required changes which are currently incompatible with + byacc. + ------------------------------------------------------------------- Thu Jul 24 15:46:08 UTC 2014 - jengelh@inai.de diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 751fc18..536e7d8 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -17,7 +17,7 @@ Name: libxkbcommon -Version: 0.4.2 +Version: 0.4.3 Release: 0 Summary: Library for handling xkb descriptions License: MIT