diff --git a/libxkbcommon-0.4.1.tar.xz b/libxkbcommon-0.4.1.tar.xz deleted file mode 100644 index fa9d31a..0000000 --- a/libxkbcommon-0.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90ee502ec919814533c65e74c208212854f5bae9b9b87932eeb96fb3876b8ff6 -size 551424 diff --git a/libxkbcommon-0.4.2.tar.xz b/libxkbcommon-0.4.2.tar.xz new file mode 100644 index 0000000..bb3ddc6 --- /dev/null +++ b/libxkbcommon-0.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957 +size 552316 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index 76900f4..e826bdf 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 21 12:28:41 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to new upstream release 0.4.2 +* Fixed a bug where explicitly passing "--enable-x11" to ./configure + would in fact disable it (regressed in 0.4.1). +* Added @since version annotations to the API documentation for everything + introduced after the initial stable release (0.2.0). +* Added a section to the documentation about keysym transformations, and + clarified which functions perform a given transformation. +* XKB files which fail to compile during keymap construction can no longer + have any effect on the resulting keymap: changes are only applied when + the entire compilation succeeds. + Note: this was a minor correctness issue inherited from xkbcomp. +* Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms() + error-handling code. + Note: it seems impossible to trigger in the current code since the input + size cannot exceed the required size. +- Add back -enable-x11 flag for 1315+ + ------------------------------------------------------------------- Wed Apr 9 08:36:24 UTC 2014 - mlin@suse.com diff --git a/libxkbcommon.spec b/libxkbcommon.spec index a580ff2..ed068aa 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -17,7 +17,7 @@ Name: libxkbcommon -Version: 0.4.1 +Version: 0.4.2 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} >= 1315 -extra_opts= +extra_opts=--enable-x11 %else extra_opts=--disable-x11 %endif