diff --git a/libxkbcommon-0.4.0.tar.xz b/libxkbcommon-0.4.0.tar.xz deleted file mode 100644 index 9ccd3e6..0000000 --- a/libxkbcommon-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc018e830d1befaf4822615204138318da3fff0112f78f3a7c638fa617375b8 -size 546180 diff --git a/libxkbcommon-0.4.1.tar.xz b/libxkbcommon-0.4.1.tar.xz new file mode 100644 index 0000000..fa9d31a --- /dev/null +++ b/libxkbcommon-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ee502ec919814533c65e74c208212854f5bae9b9b87932eeb96fb3876b8ff6 +size 551424 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index 0a3ccff..2527127 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Apr 4 01:16:43 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to new upstream release 0.4.1 +* Added two new functions, xkb_state_key_get_utf{8,32}(). They + combine the operations of xkb_state_key_get_syms() and + xkb_keysym_to_utf{8,32}(), and provide a nicer interface for it + (espcially for multiple-keysyms-per-level). +* The xkb_state_key_get_utf{8,32}() functions now apply Control + transformation: when the Control modifier is active, the string + is converted to an appropriate control character. + This matches the behavior of libX11's XLookupString(3), and + required by the XKB specification: + http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier + fdo#75892 +* The consumed modifiers for a key are now calculated similarly + to libX11. The previous behavior caused a bug where Shift would + not cancel an active Caps Lock. +* Make xkbcommon-x11 work with the keymap reported by the XQuartz + X server. fdo#75798 +* Reduce memory usage during keymap compilation some more. +* New API: + xkb_state_key_get_consumed_mods() + xkb_state_key_get_utf8() + xkb_state_key_get_utf32() +* Deprecated API: + XKB_MAP_COMPILE_PLACEHOLDER, XKB_MAP_NO_FLAGS + use XKB_KEYMAP_NO_FLAGS instead. +- Temporary ommit passing --enable-x11 flag, this release has a bug + that actually disables x11 if explicitly enabled (fixed upstream, + but used this approach instead of cherry-picking the patch, for + the sake of avoiding three new BuildRequires & autoreconf) + ------------------------------------------------------------------- Sat Mar 8 17:47:54 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 23cca4b..f982932 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -17,7 +17,7 @@ Name: libxkbcommon -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Library for handling xkb descriptions License: MIT @@ -110,7 +110,7 @@ if [ ! -e configure ]; then NOCONFIGURE=1 ./autogen.sh; fi; %if 0%{?suse_version} >= 1320 -extra_opts=--enable-x11 +extra_opts= %else extra_opts=--disable-x11 %endif