[python-biopython] Update to upstream 1.58

alexlan alexlan at fedoraproject.org
Wed Sep 21 01:27:58 UTC 2011


commit 848af80c814dff88fbf9ee27eff5607522189b46
Author: Alex Lancaster <alexlan fedorapeople org>
Date:   Tue Sep 20 21:27:12 2011 -0400

    Update to upstream 1.58

 .gitignore            |    1 +
 python-biopython.spec |   11 +++++++----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 200246b..85b8165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 biopython-1.54.tar.gz
 /biopython-1.55b.tar.gz
+/biopython-1.58.tar.gz
diff --git a/python-biopython.spec b/python-biopython.spec
index 87a2d5d..382bd49 100644
--- a/python-biopython.spec
+++ b/python-biopython.spec
@@ -2,10 +2,10 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:             python-biopython
-Version:          1.55
-Release:          0.2.b%{?dist}
+Version:          1.58
+Release:          1%{?dist}
 Summary:          Python tools for computational molecular biology
-Source0:          http://biopython.org/DIST/biopython-%{version}b.tar.gz
+Source0:          http://biopython.org/DIST/biopython-%{version}.tar.gz
 Patch0:           python-biopython-1.51-enable-flex.patch
 License:          MIT
 Url:              http://www.biopython.org/
@@ -28,7 +28,7 @@ A set of freely available Python tools for computational molecular
 biology.
 
 %prep
-%setup -q -n biopython-%{version}b
+%setup -q -n biopython-%{version}
 # enable build of Bio.PDB.mmCIF.MMCIFlex (requires flex)
 %patch0 -p0
 
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/BioSQL/*
 
 %changelog
+* Tue Sep 20 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.58-1
+- Update to upstream 1.58
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.55-0.2.b
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b354ac3..e5b5afb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70860bfaca1b4435f9f680d06a843338  biopython-1.55b.tar.gz
+5c48a52a7bbdda032f1e71b91650e4ca  biopython-1.58.tar.gz


More information about the scm-commits mailing list