rpms/libX11/FC-6 libX11.spec,1.29,1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 9 04:47:07 UTC 2006


Author: cchance

Update of /cvs/dist/rpms/libX11/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv6726

Modified Files:
	libX11.spec 
Log Message:
Fixed XIM hangs when switching Input Context (#210284).



Index: libX11.spec
===================================================================
RCS file: /cvs/dist/rpms/libX11/FC-6/libX11.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- libX11.spec	30 Sep 2006 22:27:04 -0000	1.29
+++ libX11.spec	9 Nov 2006 04:47:05 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libX11 runtime library
 Name: libX11
 Version: 1.0.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -15,6 +15,7 @@
 # manually confirm each patch hunk before removal.
 Patch1: libX11-nls-indic-locales-bug185376.patch
 Patch2: dont-forward-keycode-0.patch
+Patch3: bug-201284.patch
 
 BuildRequires: pkgconfig
 # xproto >= 7.0.6 required
@@ -36,6 +37,7 @@
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
 Requires: %{name} = %{version}-%{release}
 
+Requires: pkgconfig
 # xproto >= 7.0.6 required
 Requires: xorg-x11-proto-devel >= 7.1-2
 Requires: libXau-devel, libXdmcp-devel
@@ -54,6 +56,7 @@
 #%patch0 -p0 -b .datadir-locale-dir-fix
 %patch1 -p1 -b .nls-indic-locales-bug185376
 %patch2 -p1 -b .dont-forward-keycode-0
+%patch3 -p1 -b .3-bug201284
 
 # Disable static library creation by default.
 %define with_static 0
@@ -246,6 +249,10 @@
 %{_mandir}/man3/*.3x*
 
 %changelog
+* Thu Nov 09 2006 Caius Chance <cchance at redhat.com> 1.0.3-5.fc6
+- Fix XIM hangs when switching input context (Soren Sandmann, #201284).
+- Add pkgconfig dependency for -devel package.
+
 * Sat Sep 30 2006 Soren Sandmann <sandmann at redhat.com> 1.0.3-4.fc6
 - Fix patch so it actually applies. (#208508)
 




More information about the fedora-cvs-commits mailing list