[python-biopython] - Update to 1.55 beta - BuildRequires: flex-static, libraries are now split out

alexlan alexlan at fedoraproject.org
Fri Aug 20 05:31:23 UTC 2010


commit 0657b1b4a59b1448114935992765ef3fb5b925d1
Author: Alex Lancaster <alexlan at fedoraproject.org>
Date:   Fri Aug 20 01:29:31 2010 -0400

    - Update to 1.55 beta
    - BuildRequires: flex-static, libraries are now split out

 .gitignore            |    1 +
 python-biopython.spec |   14 +++++++++-----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
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 <alexlan[AT]fedoraproject org> - 1.55-0.1.b
+- Update to 1.55 beta
+- BuildRequires: flex-static, libraries are now split out
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 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


More information about the scm-commits mailing list