diff --git a/dont-forward-keycode-0.patch b/dont-forward-keycode-0.patch index 0700e0b..989bf7d 100644 --- a/dont-forward-keycode-0.patch +++ b/dont-forward-keycode-0.patch @@ -31,8 +31,8 @@ + * event will be ignored at _XimProtoKeypressFilter() and it + * will not be passed to IM engine. + */ -+ if (IS_FABLICATED(ic)) { -+ UNMARK_FABLICATED(ic); ++ if (IS_FABRICATED(ic)) { ++ UNMARK_FABRICATED(ic); + } + return; diff --git a/libX11.spec b/libX11.spec index d8b8fd9..38b466a 100644 --- a/libX11.spec +++ b/libX11.spec @@ -4,7 +4,7 @@ Summary: Core X11 protocol client library Name: libX11 Version: 1.4.99.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/*.5* %changelog +* Thu Dec 22 2011 Peter Hutterer 1.4.99.1-2 +- fix dont-forward-keycode-0.patch, symbol name change + * Wed Dec 21 2011 Peter Hutterer 1.4.99.1-1 - libXi 1.4.99.1