diff --git a/.gitignore b/.gitignore index b7ff520..99accc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ numpy-1.4.1.tar.gz /numpy-1.5.1rc1.tar.gz +/numpy-1.5.1.tar.gz diff --git a/numpy.spec b/numpy.spec index 051bf5b..6835d11 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,11 @@ %endif #uncomment next line for a release candidate or a beta -%global relc rc1 +#global relc rc1 Name: numpy Version: 1.5.1 -Release: 0.4%{?dist} +Release: 1%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -249,6 +249,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 30 2011 Orion Poplawski - 1:1.5.1-1 +- Update to 1.5.1 final + * Tue Feb 08 2011 Fedora Release Engineering - 1:1.5.1-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 8d8378f..e524293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b4f1827b1af4a75edaff59e86404297 numpy-1.5.1rc1.tar.gz +376ef150df41b5353944ab742145352d numpy-1.5.1.tar.gz