From 6d7d572bb1adbc95075063fc04953028911268c3 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Tue, 7 Jun 2016 17:46:28 -0500 Subject: [PATCH] 1.11.1 rc1 --- .gitignore | 1 + numpy.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4aa0828..ffbe590 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ numpy-1.4.1.tar.gz /numpy-1.11.0b3.tar.gz /numpy-1.11.0rc2.tar.gz /numpy-1.11.0.tar.gz +/numpy-1.11.1rc1.tar.gz diff --git a/numpy.spec b/numpy.spec index 38cd183..3da80e4 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,14 @@ %endif #uncomment next line for a release candidate or a beta -%global relc %{nil} +#%%global relc %%{nil} +%global relc rc1 %global modname numpy Name: numpy -Version: 1.11.0 -Release: 4%{?dist} +Version: 1.11.1 +Release: 0.%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -254,6 +255,9 @@ popd &> /dev/null %changelog +* Tue Jun 07 2016 Jon Ciesla - 1:1.11.1-0.rc1 +- Update to 1.11.1rc1, BZ 1340440. + * Mon Mar 28 2016 Orion Poplawski - 1:1.11.0-4 - Update to 1.11.0 final diff --git a/sources b/sources index bf4679d..ecb543a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc56fb9fc2895aa4961802ffbdb31d0b numpy-1.11.0.tar.gz +2e0945bc6893ba9a8707a83d137a20a8 numpy-1.11.1rc1.tar.gz