[ProDy] Update to 1.4.10

Antonio Trande sagitter at fedoraproject.org
Mon Nov 25 17:03:32 UTC 2013


commit b4933144af0ef12b3255e8c7c800027024e92232
Author: sagitter <anto.trande at gmail.com>
Date:   Mon Nov 25 18:03:06 2013 +0100

    Update to 1.4.10

 .gitignore |    1 +
 ProDy.spec |   20 ++++++++++++--------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4353103..ed98803 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ProDy-1.4.6.tar.gz
 /ProDy-1.4.8.tar.gz
 /ProDy-1.4.9.tar.gz
+/ProDy-1.4.10.tar.gz
diff --git a/ProDy.spec b/ProDy.spec
index 0f46af6..175644e 100644
--- a/ProDy.spec
+++ b/ProDy.spec
@@ -1,3 +1,4 @@
+
 %if 0%{?fedora}
 %global __python %{__python2}
 %endif
@@ -9,7 +10,7 @@
 
 Name: ProDy
 Summary: Application for protein structure, dynamics and sequence analysis
-Version: 1.4.9
+Version: 1.4.10
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Engineering
@@ -31,14 +32,14 @@ Requires: python-matplotlib
 #
 ### argparse is used to implement applications and provided for
 ## compatibility with Python 2.6.
-#%if 0%{?rhel}
-#Requires: python-argparse
-#Requires: pyparsing, python-biopython >= 1.62
-#Requires: ipython
-#%else
+%if 0%{?rhel}
+Requires: python-argparse
+Requires: pyparsing, python-biopython >= 1.62
+Requires: ipython
+%else
 Requires: pyparsing, python-biopython
 Requires: python-ipython
-#%endif
+%endif
 
  
 
@@ -82,12 +83,15 @@ sed -i -e '1i#!/usr/bin/python' $RPM_BUILD_ROOT%{python_sitearch}/prody/tests/te
 %{python_sitearch}/%{name}-%{version}-*.egg-info
 
 %changelog
+* Mon Nov 25 2013 Antonio Trande <sagitter at fedoraproject.org> 1.4.10-1
+- Update to 1.4.10
+
 * Sat Nov 16 2013 Antonio Trande <sagitter at fedoraproject.org> 1.4.9-1
 - Update to 1.4.9
 - Remove 'cpairwise2.c' file
 
 * Wed Nov 06 2013 Antonio Trande <sagitter at fedoraproject.org> 1.4.8-1
-- Re-defined required packages for EPEL (still unused)
+- Re-defined required packages for EPEL
 - Update to 1.4.8
 
 * Thu Oct 24 2013 Antonio Trande <sagitter at fedoraproject.org> 1.4.6-2
diff --git a/sources b/sources
index efa41a3..51362d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d4b1812cfc4929af89ffd210ec1f675  ProDy-1.4.9.tar.gz
+bbcf71e5c256916082e5f5fde61b9f8c  ProDy-1.4.10.tar.gz


More information about the scm-commits mailing list