diff --git a/.gitignore b/.gitignore index 81d6797..7162833 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ numpy-1.4.1.tar.gz /numpy-1.9.2.tar.gz /numpy-1.10.0b1.tar.gz /numpy-1.10.0.tar.gz +/numpy-1.10.1.tar.gz diff --git a/numpy.spec b/numpy.spec index a008501..a169d03 100644 --- a/numpy.spec +++ b/numpy.spec @@ -9,8 +9,8 @@ #%%global relc b1 Name: numpy -Version: 1.10.0 -Release: 2%{?relc}%{?dist} +Version: 1.10.1 +Release: 1%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -226,6 +226,9 @@ popd &> /dev/null %changelog +* Tue Oct 13 2015 Jon Ciesla - 1:1.10.1-1 +- Update to 1.10.1, BZ 1271022. + * Tue Oct 13 2015 Robert Kuska - 1:1.10.0-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index f56495a..9fe9b00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -116c65ae392e9b50aad713f42158f32a numpy-1.10.0.tar.gz +3fed2b50906bc19018cec5fa26168aa5 numpy-1.10.1.tar.gz