From 0657b1b4a59b1448114935992765ef3fb5b925d1 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Aug 20 2010 05:29:31 +0000 Subject: - Update to 1.55 beta - BuildRequires: flex-static, libraries are now split out --- diff --git a/.gitignore b/.gitignore index 14bc106..200246b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ biopython-1.54.tar.gz +/biopython-1.55b.tar.gz diff --git a/python-biopython.spec b/python-biopython.spec index f55b248..7db625a 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -2,17 +2,17 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-biopython -Version: 1.54 -Release: 2%{?dist} +Version: 1.55 +Release: 0.1.b%{?dist} Summary: Python tools for computational molecular biology -Source0: http://biopython.org/DIST/biopython-%{version}.tar.gz +Source0: http://biopython.org/DIST/biopython-%{version}b.tar.gz Patch0: python-biopython-1.51-enable-flex.patch License: MIT Url: http://www.biopython.org/ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: flex +BuildRequires: flex-static BuildRequires: python-reportlab BuildRequires: numpy BuildRequires: MySQL-python @@ -28,7 +28,7 @@ A set of freely available Python tools for computational molecular biology. %prep -%setup -q -n biopython-%{version} +%setup -q -n biopython-%{version}b # enable build of Bio.PDB.mmCIF.MMCIFlex (requires flex) %patch0 -p0 @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/BioSQL/* %changelog +* Fri Aug 20 2010 Alex Lancaster - 1.55-0.1.b +- Update to 1.55 beta +- BuildRequires: flex-static, libraries are now split out + * Wed Jul 21 2010 David Malcolm - 1.54-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 1dbd625..b354ac3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4c4ce5a3e1bb401928ca3dc3d1b08cd biopython-1.54.tar.gz +70860bfaca1b4435f9f680d06a843338 biopython-1.55b.tar.gz