diff --git a/.gitignore b/.gitignore index a114b0b..470f180 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ numpy-1.4.1.tar.gz /numpy-1.8.0rc2.tar.gz /numpy-1.8.0.tar.gz /numpy-1.8.1.tar.gz +/numpy-1.8.2.tar.gz diff --git a/numpy.spec b/numpy.spec index e7bac67..7a530e4 100644 --- a/numpy.spec +++ b/numpy.spec @@ -8,8 +8,8 @@ %global relc %{nil} Name: numpy -Version: 1.8.1 -Release: 4%{?dist} +Version: 1.8.2 +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -237,6 +237,9 @@ popd &> /dev/null %changelog +* Sun Aug 10 2014 Orion Poplawski - 1:1.8.2-1 +- Update to 1.8.2 + * Sat Jun 07 2014 Fedora Release Engineering - 1:1.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index afd5cd7..5b51947 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be95babe263bfa3428363d6db5b64678 numpy-1.8.1.tar.gz +dd8eece8f6fda3a13836de4adbafb0cb numpy-1.8.2.tar.gz