[python-pandas] Fixed dependency package name of python-Bottleneck

Kushal Das kushal at fedoraproject.org
Fri Dec 13 00:26:25 UTC 2013


commit 719642bf9b546d8ae5303ae442a136c9725885fc
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Wed Dec 11 14:42:09 2013 +0530

    Fixed dependency package name of python-Bottleneck

 python-pandas.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pandas.spec b/python-pandas.spec
index 84c632a..07f39c4 100644
--- a/python-pandas.spec
+++ b/python-pandas.spec
@@ -6,7 +6,7 @@
 
 Name:           python-pandas
 Version:        0.12.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python library providing high-performance data analysis tools
 
 Group:          Development/Languages
@@ -21,7 +21,7 @@ Requires:       numpy
 Requires:       scipy
 Requires:       python-tables
 Requires:       python-matplotlib
-Requires:       python-bottleneck
+Requires:       python-Bottleneck
 Requires:       python-numexpr
 
 %description
@@ -49,6 +49,9 @@ analysis tools for the Python programming language.
 
 
 %changelog
+* Fri Dec 13 2013 Kushal Das <kushal at fedoraproject.org> 0.12.0-3
+- Fixed dependency name
+
 * Fri Dec 06 2013 Pierre-Yves Chibon <pingou at pingoured>fr - 0.12.0-2
 - Change BR from python-setuptools-devel to python-setuptools
   See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel


More information about the scm-commits mailing list