diff --git a/.gitignore b/.gitignore index 0c0226c..5b4a25c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ numpy-1.4.1.tar.gz /numpy-1.7.0.tar.gz /numpy-1.7.1.tar.gz /numpy-1.8.0b1.tar.gz +/numpy-1.8.0b2.tar.gz diff --git a/numpy.spec b/numpy.spec index 5ce3be9..70fad0a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc b1 +%global relc b2 Name: numpy Version: 1.8.0 -Release: 0.1.b1%{?dist} +Release: 0.2.b2%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -242,6 +242,9 @@ popd &> /dev/null %changelog +* Sun Sep 8 2013 Orion Poplawski - 1:1.8.0-0.2.b2 +- Update to 1.8.0b2 + * Wed Sep 4 2013 Orion Poplawski - 1:1.8.0-0.1.b1 - Update to 1.8.0b1 - Drop f2py patch applied upstream diff --git a/sources b/sources index fac659b..e223e92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91095ed99d934c16dfc8b6680d268f2c numpy-1.8.0b1.tar.gz +829e85672095ae7ca0100f937518f54b numpy-1.8.0b2.tar.gz