[libX11] fix dont-forward-keycode-0.patch, symbol name change

Peter Hutterer whot at fedoraproject.org
Thu Dec 22 01:02:35 UTC 2011


commit 1a833b990ed5967f439b49292aba35be097d7c25
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Dec 22 10:55:32 2011 +1000

    fix dont-forward-keycode-0.patch, symbol name change

 dont-forward-keycode-0.patch |    4 ++--
 libX11.spec                  |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
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 <peter.hutterer at redhat.com> 1.4.99.1-2
+- fix dont-forward-keycode-0.patch, symbol name change
+
 * Wed Dec 21 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.4.99.1-1
 - libXi 1.4.99.1
 


More information about the scm-commits mailing list