From 4a3e007880fcf4475ab7985cfcf525bee6b5214b Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Aug 17 2007 00:43:02 +0000 Subject: - updated to 2.1.1 - better work around for testsuite crash - updated the License tag according to the new guidelines --- diff --git a/.cvsignore b/.cvsignore index a57953a..a20e536 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -openbabel-2.1.0.tar.gz +openbabel-2.1.1.tar.gz diff --git a/openbabel.spec b/openbabel.spec index dd65177..debbe46 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -4,20 +4,20 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define inchi_ver 1.0.1 -%define inchi_rel 7 +%define inchi_rel 8 Name: openbabel -Version: 2.1.0 -Release: 2%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Chemistry software file format converter -License: GPL +License: GPLv2 Group: Applications/File URL: http://openbabel.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool BuildRequires: libxml2-devel -BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: python BuildRequires: python-devel #TODO: enable when GUI is functional @@ -133,7 +133,8 @@ pushd scripts/python popd # work around testsuite crash -%{__rm} src/formats/.libs/inchiformat.soT +%{__rm} src/formats/.libs/*.soT +%{__rm} src/formats/xml/.libs/*.soT %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -189,6 +190,11 @@ popd %{python_sitearch}/pybel.py* %changelog +* Fri Aug 17 2007 Dominik Mierzejewski 2.1.1-1 +- updated to 2.1.1 +- better work around for testsuite crash +- updated the License tag according to the new guidelines + * Tue Apr 17 2007 Dominik Mierzejewski 2.1.0-2 - work around testsuite crash diff --git a/sources b/sources index 5dc0546..0d4da5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a227d336a81f3e62854d25acc562577 openbabel-2.1.0.tar.gz +a2a002c6913d6fb94fdc7dede2166194 openbabel-2.1.1.tar.gz