From cb19e07c7f7947b139f8c2ba85342d077a315a82 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Wed, 10 Feb 2016 11:21:11 -0500 Subject: [PATCH] 1.11.0b3 --- .gitignore | 1 + numpy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16aad48..699ff4d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ numpy-1.4.1.tar.gz /numpy-1.10.4.tar.gz /numpy-cc2b04.tar.gz /numpy-1.11.0b2.tar.gz +/numpy-1.11.0b3.tar.gz diff --git a/numpy.spec b/numpy.spec index acecf04..f71e070 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,13 @@ %endif #uncomment next line for a release candidate or a beta -%global relc b2 +%global relc b3 %global modname numpy Name: numpy Version: 1.11.0 -Release: 1%{?relc}%{?dist} +Release: 0%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -254,6 +254,9 @@ popd &> /dev/null %changelog +* Wed Feb 10 2016 Jon Ciesla - 1:1.11.0-0.b3 +- Update to 1.11.0b2, BZ 1306249. + * Thu Feb 04 2016 Fedora Release Engineering - 1:1.11.0-1b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 662331c..e7e98b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -777633c7da107f3b21a8b2872dcf4003 numpy-1.11.0b2.tar.gz +1c85878b20ddb8dd1f6e3aa0046719f7 numpy-1.11.0b3.tar.gz