rpms/openbabel/devel openbabel.spec,1.18,1.19

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 8 14:44:02 UTC 2008


Author: kkofler

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

Modified Files:
	openbabel.spec 
Log Message:
* Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
- add -fno-inline-small-functions to optflags on ppc64 (#427700)


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- openbabel.spec	2 Mar 2008 19:04:13 -0000	1.18
+++ openbabel.spec	8 May 2008 14:43:26 -0000	1.19
@@ -9,7 +9,7 @@
 
 Name: openbabel
 Version: 2.2.0
-Release: 0.2.%{beta_ver}%{?dist}
+Release: 0.3.%{beta_ver}%{?dist}
 Summary: Chemistry software file format converter
 License: GPLv2
 Group: Applications/File
@@ -92,6 +92,10 @@
 %patch1 -p1 -b .r
 
 %build
+%ifarch ppc64
+export CFLAGS="$RPM_OPT_FLAGS -fno-inline-small-functions"
+export CXXFLAGS="$RPM_OPT_FLAGS -fno-inline-small-functions"
+%endif
 autoreconf --force --install
 %configure --enable-shared=yes --enable-static=no --enable-maintainer-mode
 %{__make} %{?_smp_mflags}
@@ -180,6 +184,9 @@
 %{ruby_sitearch}/openbabel.so
 
 %changelog
+* Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
+- add -fno-inline-small-functions to optflags on ppc64 (#427700)
+
 * Sun Mar 02 2008 Dominik Mierzejewski <rpm at greysector.net> 2.2.0-0.2.b4
 - updated to 2.2.0 beta4
 - enable CML tests again (fixed upstream)




More information about the fedora-extras-commits mailing list