diff --git a/.gitignore b/.gitignore index eb89b9e..afaf1a1 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ numpy-1.4.1.tar.gz /numpy-1.11.1rc1.tar.gz /numpy-1.11.1.tar.gz /numpy-1.11.2rc1.tar.gz +/numpy-1.11.2.tar.gz diff --git a/numpy.spec b/numpy.spec index 895341b..5fed82a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,13 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc1 +#global relc rc1 %global modname numpy Name: numpy Version: 1.11.2 -Release: 0%{?relc:.%relc}%{?dist} +Release: 1%{?relc:.%relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -20,7 +20,6 @@ Group: Development/Languages 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 BuildRequires: python2-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose BuildRequires: Cython @@ -254,6 +253,9 @@ popd &> /dev/null %changelog +* Mon Oct 3 2016 Orion Poplawski - 1:1.11.2-1 +- Update to 1.11.2 final + * Thu Sep 15 2016 Jon Ciesla - 1:1.11.2-0.rc1 - Update to 1.11.2rc1, BZ 1340440. diff --git a/sources b/sources index 20b25dc..14d6fb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a70717c1d42e973e751ce85c20e4dad numpy-1.11.2rc1.tar.gz +03bd7927c314c43780271bf1ab795ebc numpy-1.11.2.tar.gz