diff --git a/.gitignore b/.gitignore index 55771dc..e927298 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /pandas-0.10.0.tar.gz /python-pandas-0.12.0-1.fc19.src.rpm /pandas-0.12.0.tar.gz +/pandas-0.14.0.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index 9d95d8d..df3ea6b 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -3,8 +3,8 @@ Name: python-pandas -Version: 0.12.0 -Release: 6%{?dist} +Version: 0.14.0 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools Group: Development/Languages @@ -80,18 +80,21 @@ popd %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT %files -%doc PKG-INFO README.rst LICENSE +%doc PKG-INFO doc/README.rst LICENSE %{python2_sitearch}/pandas* %if 0%{?with_python3} %files -n python3-pandas -%doc PKG-INFO README.rst LICENSE +%doc PKG-INFO doc/README.rst LICENSE %{python3_sitearch}/pandas* %endif # with_python3 %changelog +* Mon Jun 16 2014 Sergio Pascual - 0.14.0-1 +- New release of pandas 0.14.0 + * Sat Jun 07 2014 Fedora Release Engineering - 0.12.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 836381f..e8372f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fd70f204dd8f3180d0e56d9c5bdf731 pandas-0.12.0.tar.gz +b775987c0ceebcc8d5ace4a1241c967a pandas-0.14.0.tar.gz