rpms/openbabel/devel openbabel.spec,1.27,1.28

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 8 23:21:00 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15885/devel

Modified Files:
	openbabel.spec 
Log Message:
Yet another attempt: try using -fastdispatch in SWIG, supposedly that generates smaller code, hopefully also fewer TOC1 entries.


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- openbabel.spec	8 May 2008 21:51:49 -0000	1.27
+++ openbabel.spec	8 May 2008 23:20:23 -0000	1.28
@@ -94,6 +94,7 @@
 %build
 %if 0%{?fedora} >= 9
 %ifarch ppc64
+sed -i -e 's/-python /-python -fastdispatch /g' scripts/Makefile.am
 export CFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
 export CXXFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
 %endif
@@ -187,7 +188,7 @@
 
 %changelog
 * Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
-- add -fsection-anchors to optflags on F9+ ppc64 (#427700)
+- generate Python binding with -fastdispatch on F9+ ppc64 (#427700)
 
 * Sun Mar 02 2008 Dominik Mierzejewski <rpm at greysector.net> 2.2.0-0.2.b4
 - updated to 2.2.0 beta4




More information about the fedora-extras-commits mailing list