diff --git a/.cvsignore b/.cvsignore index e27acc6..cb67419 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,7 +1 @@ -numpy-0.9.6.tar.gz -numpy-0.9.8.tar.gz -numpy-1.0.tar.gz -numpy-1.0.1.tar.gz -numpy-1.0.2.tar.gz -numpy-1.0.3-2.tar.gz -numpy-1.0.3.1.tar.gz +numpy-1.0.4.tar.gz diff --git a/numpy.spec b/numpy.spec index 909e3b2..df4bb6e 100644 --- a/numpy.spec +++ b/numpy.spec @@ -3,8 +3,8 @@ %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy -Version: 1.0.3.1 -Release: 2%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: A fast multidimensional array facility for Python Group: Development/Languages @@ -70,11 +70,14 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_mandir}/man*/* %{python_sitearch}/%{name} -%if "%{?fedora}" >= "9" +%if "0%{?fedora}" >= "9" %{python_sitearch}/%{name}-*.egg-info %endif %changelog +* Tue May 06 2008 Jarod Wilson 1.0.4-1 +- New upstream release + * Mon Feb 11 2008 Jarod Wilson 1.0.3.1-2 - Add python egg to %%files on f9+ diff --git a/sources b/sources index 05134ee..19dab26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3358c772f0d51dcfd78c5ee23126aff9 numpy-1.0.3.1.tar.gz +8f011e9d7697da570efaac61c51725e0 numpy-1.0.4.tar.gz