From 6143eb40a0c209cee4830579782a2d15f5d47d7f Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Dec 15 2015 14:45:39 +0000 Subject: 1.10.2 --- diff --git a/.gitignore b/.gitignore index ad1fc1e..ec124b7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ numpy-1.4.1.tar.gz /numpy-1.10.1.tar.gz /numpy-1.10.2rc1.tar.gz /numpy-1.10.2rc2.tar.gz +/numpy-1.10.2.tar.gz diff --git a/numpy.spec b/numpy.spec index 6f26359..bd625cc 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,13 +5,13 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc2 +#%%global relc rc2 %global modname numpy Name: numpy Version: 1.10.2 -Release: 0.2%{?relc}%{?dist} +Release: 1%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -252,6 +252,9 @@ popd &> /dev/null %changelog +* Tue Dec 15 2015 Jon Ciesla - 1:1.10.2-1 +- Update to 1.10.2, BZ 1291674. + * Tue Dec 08 2015 Jon Ciesla - 1:1.10.2-0.2.rc2 - Update to 1.10.2rc1, BZ 1289550. diff --git a/sources b/sources index 2f97ac2..b8add62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95cdf9aeda2fef4e2fa8aedbb7aaff7e numpy-1.10.2rc2.tar.gz +816518282f1617636aaf26e7cd9b127b numpy-1.10.2.tar.gz