From bb504ab623919e2b74adc9add8f4cbe4f04cfc0e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 12 Dec 2016 19:24:14 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- numpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index 5fed82a..036ae3d 100644 --- a/numpy.spec +++ b/numpy.spec @@ -11,7 +11,7 @@ Name: numpy Version: 1.11.2 -Release: 1%{?relc:.%relc}%{?dist} +Release: 2%{?relc:.%relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -253,6 +253,9 @@ popd &> /dev/null %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 1:1.11.2-2 +- Rebuild for Python 3.6 + * Mon Oct 3 2016 Orion Poplawski - 1:1.11.2-1 - Update to 1.11.2 final