From 342b68a4c41e808f5920c52f6f18976d8f9ea17a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 28 Jun 2016 17:43:23 -0600 Subject: [PATCH] Update to 1.11.1 final --- .gitignore | 1 + numpy.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ffbe590..17f9d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ numpy-1.4.1.tar.gz /numpy-1.11.0rc2.tar.gz /numpy-1.11.0.tar.gz /numpy-1.11.1rc1.tar.gz +/numpy-1.11.1.tar.gz diff --git a/numpy.spec b/numpy.spec index 3da80e4..35195af 100644 --- a/numpy.spec +++ b/numpy.spec @@ -6,13 +6,12 @@ #uncomment next line for a release candidate or a beta #%%global relc %%{nil} -%global relc rc1 %global modname numpy Name: numpy Version: 1.11.1 -Release: 0.%{?relc}%{?dist} +Release: 1%{?relc:.%relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -255,6 +254,9 @@ popd &> /dev/null %changelog +* Tue Jun 28 2016 Orion Poplawski - 1:1.11.1-1 +- Update to 1.11.1 final + * Tue Jun 07 2016 Jon Ciesla - 1:1.11.1-0.rc1 - Update to 1.11.1rc1, BZ 1340440. diff --git a/sources b/sources index ecb543a..0f6f8d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e0945bc6893ba9a8707a83d137a20a8 numpy-1.11.1rc1.tar.gz +2f44a895a8104ffac140c3a70edbd450 numpy-1.11.1.tar.gz