From c926564e75c6abaa177ebd719ff6b52c16694f2d Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Sun, 31 Jan 2016 14:14:53 -0600 Subject: [PATCH] 1.11.0b2 --- .gitignore | 1 + numpy.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 914633e..16aad48 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ numpy-1.4.1.tar.gz /numpy-1.10.2.tar.gz /numpy-1.10.4.tar.gz /numpy-cc2b04.tar.gz +/numpy-1.11.0b2.tar.gz diff --git a/numpy.spec b/numpy.spec index 33e7030..2afd68a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,7 +5,7 @@ %endif #uncomment next line for a release candidate or a beta -%global relc 20160126.cc2b04git +%global relc b2 %global modname numpy @@ -19,8 +19,8 @@ Group: Development/Languages # Everything is BSD except for class SafeEval in numpy/lib/utils.py which is Python License: BSD and Python URL: http://www.numpy.org/ -#Source0: http://downloads.sourceforge.net/numpy/%{name}-%{version}%{?relc}.tar.gz -Source0: numpy-cc2b04.tar.gz +Source0: http://downloads.sourceforge.net/numpy/%{name}-%{version}%{?relc}.tar.gz +#Source0: numpy-cc2b04.tar.gz BuildRequires: python2-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose BuildRequires: Cython @@ -110,8 +110,8 @@ This package includes a version of f2py that works properly with NumPy. %endif # with_python3 %prep -#%setup -q -n %{name}-%{version}%{?relc} -%setup -q -n numpy-cc2b04 +%setup -q -n %{name}-%{version}%{?relc} +#%setup -q -n numpy-cc2b04 # workaround for rhbz#849713 # http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html @@ -198,7 +198,7 @@ popd &> /dev/null %files -n python2-numpy %license LICENSE.txt -%doc README.md THANKS.txt CONTRIBUTING.md site.cfg.example +%doc THANKS.txt site.cfg.example %dir %{python2_sitearch}/%{name} %{python2_sitearch}/%{name}/*.py* %{python2_sitearch}/%{name}/core @@ -228,7 +228,7 @@ popd &> /dev/null %if 0%{?with_python3} %files -n python3-numpy %license LICENSE.txt -%doc README.md THANKS.txt CONTRIBUTING.md site.cfg.example +%doc THANKS.txt site.cfg.example %{python3_sitearch}/%{name}/__pycache__ %dir %{python3_sitearch}/%{name} %{python3_sitearch}/%{name}/*.py* @@ -254,6 +254,9 @@ popd &> /dev/null %changelog +* Sun Jan 31 2016 Jon Ciesla - 1:1.11.0-0.b2 +- Update to 1.11.0b2, BZ 1303387. + * Tue Jan 26 2016 Jon Ciesla - 1:1.11.0-020161016.cc2b04git - Update to git snapshot (due to build issue) after 1.11.0b1, BZ 1301943. diff --git a/sources b/sources index 82f7f8a..662331c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3882dd500e1a2a11bfb3ee9a01f56992 numpy-cc2b04.tar.gz +777633c7da107f3b21a8b2872dcf4003 numpy-1.11.0b2.tar.gz