rpms/openbabel/devel openbabel.spec,1.8,1.9

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Tue Apr 17 17:02:08 UTC 2007


Author: rathann

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

Modified Files:
	openbabel.spec 
Log Message:
- work around testsuite crash


Index: openbabel.spec
===================================================================
RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openbabel.spec	15 Apr 2007 23:59:14 -0000	1.8
+++ openbabel.spec	17 Apr 2007 17:01:33 -0000	1.9
@@ -8,7 +8,7 @@
 
 Name: openbabel
 Version: 2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Chemistry software file format converter
 License: GPL
 Group: Applications/File
@@ -132,6 +132,9 @@
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 popd
 
+# work around testsuite crash
+%{__rm} src/formats/.libs/inchiformat.soT
+
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -186,6 +189,9 @@
 %{python_sitearch}/pybel.py*
 
 %changelog
+* Tue Apr 17 2007 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-2
+- work around testsuite crash
+
 * Mon Apr 16 2007 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-1
 - updated to 2.1.0 final
 




More information about the scm-commits mailing list