forked from pool/libxkbcommon
Accepting request 235009 from X11:Wayland
Update to 0.4.2 (forwarded request 234988 from sumski) OBS-URL: https://build.opensuse.org/request/show/235009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxkbcommon?expand=0&rev=10
This commit is contained in:
commit
4a24568100
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90ee502ec919814533c65e74c208212854f5bae9b9b87932eeb96fb3876b8ff6
|
|
||||||
size 551424
|
|
3
libxkbcommon-0.4.2.tar.xz
Normal file
3
libxkbcommon-0.4.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0fc71b07eeddba4af62bd709e24cec219778bb6871384aa850b2f5798a48957
|
||||||
|
size 552316
|
@ -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
|
Wed Apr 9 08:36:24 UTC 2014 - mlin@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.4.1
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for handling xkb descriptions
|
Summary: Library for handling xkb descriptions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -110,7 +110,7 @@ if [ ! -e configure ]; then
|
|||||||
NOCONFIGURE=1 ./autogen.sh;
|
NOCONFIGURE=1 ./autogen.sh;
|
||||||
fi;
|
fi;
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
extra_opts=
|
extra_opts=--enable-x11
|
||||||
%else
|
%else
|
||||||
extra_opts=--disable-x11
|
extra_opts=--disable-x11
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user