diff --git a/.gitignore b/.gitignore index 9d19d7f..e8512c9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ numpy-1.4.1.tar.gz /numpy-1.9.0.tar.gz /numpy-1.9.1.tar.gz /numpy-1.9.2.tar.gz +/numpy-1.10.0b1.tar.gz diff --git a/numpy.spec b/numpy.spec index 8215204..0d3bc33 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,11 +5,12 @@ %endif #uncomment next line for a release candidate or a beta -%global relc %{nil} +#%%global relc %%{nil} +%global relc b1 Name: numpy -Version: 1.9.2 -Release: 3%{?dist} +Version: 1.10.0 +Release: 0.%{?relc}%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -225,6 +226,9 @@ popd &> /dev/null %changelog +* Wed Sep 02 2015 Jon Ciesla - 1:1.10.0-0.b1 +- Update to 1.10.0b1, BZ 1252641. + * Thu Aug 13 2015 Orion Poplawski - 1:1.9.2-3 - Add python2-numpy provides (bug #1249423) - Spec cleanup diff --git a/sources b/sources index 8d57d2f..9b46409 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1ed53432dbcd256398898d35bc8e645 numpy-1.9.2.tar.gz +fd8761c70a19e872ec04351769f4c5f4 numpy-1.10.0b1.tar.gz