rpms/PyXML/devel PyXML.spec,1.42,1.43

Roman Rakus rrakus at fedoraproject.org
Wed Jun 23 13:16:07 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/PyXML/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19225

Modified Files:
	PyXML.spec 
Log Message:
Build with -fno-strict-aliasing CFLAG


Index: PyXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyXML/devel/PyXML.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- PyXML.spec	29 Mar 2010 12:45:12 -0000	1.42
+++ PyXML.spec	23 Jun 2010 13:16:06 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: XML libraries for python
 Name: PyXML
 Version: 0.8.4
-Release: 20%{?dist}
+Release: 21%{?dist}
 Source: http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Patch0: PyXML-0.7.1-intern.patch
 Patch1: PyXML-0.8.4-cvs20041111-python2.4-backport.patch
@@ -58,7 +58,7 @@ dos2unix doc/xmlproc/standard.css
 # build PyXML with system expat
 # Make sure we don't use local one
 rm -rf extensions/expat
-CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build  --with-xslt --with-libexpat=%{_usr}
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{__python} -c 'import setuptools; execfile("setup.py")' build  --with-xslt --with-libexpat=%{_usr}
 
 %install
 rm -fr $RPM_BUILD_ROOT
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/_xmlplus
 
 %changelog
+* Wed Jun 23 2010 Roman Rakus <rrakus at redhat.com> - 0.8.4-21
+- Build with -fno-strict-aliasing CFLAG
+
 * Mon Mar 29 2010 Roman Rakus <rrakus at redhat.com> - 0.8.4-20
 - I mean python_sitearch
 



More information about the scm-commits mailing list