rpms/PyAmanith/F-7 PyAmanith.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Mar 11 01:53:37 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/PyAmanith/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17470/F-7

Modified Files:
	PyAmanith.spec 
Log Message:

gcc older than what is in f9 doesn't build correctly for ppc64



Index: PyAmanith.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyAmanith/F-7/PyAmanith.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyAmanith.spec	10 Mar 2008 19:44:40 -0000	1.1
+++ PyAmanith.spec	11 Mar 2008 01:53:04 -0000	1.2
@@ -3,7 +3,7 @@
 Name:			PyAmanith
 Summary: 		Python bindings for Amanith
 Version:		0.3.35
-Release:		2%{?dist}
+Release:		2%{?dist}.1
 # Exception is permission to link to Amanith, which is QPL.
 License:		GPLv2+ with exceptions
 Group:			Development/Tools
@@ -13,6 +13,8 @@
 Patch1:			PyAmanith-0.3.34-headersfix.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:		python-devel, amanith-devel, swig
+# older gcc doesn't know how to handle it on ppc64
+ExcludeArch:		ppc64
 
 %description
 PyAmanith is a Python wrapper for the Amanith (http://www.amanith.org) 2D 
@@ -53,6 +55,9 @@
 %endif
 
 %changelog
+* Mon Mar 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.35-2.1
+- older gcc than f9 doesn't work on ppc64
+
 * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.35-2
 - include COPYING file
 - fix permissions on .so file




More information about the fedora-extras-commits mailing list