diff --git a/fftw.spec b/fftw.spec index 1b8472a..1b23e96 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,6 +1,6 @@ Name: fftw Version: 2.1.5 -Release: 6 +Release: 7 Summary: Fast Fourier Transform library @@ -10,7 +10,7 @@ URL: http://www.fftw.org/ Source0: ftp://ftp.fftw.org/pub/fftw/fftw-2.1.5.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gcc-g77 +BuildRequires: compat-gcc-32-g77 %description FFTW is a C subroutine library for computing the Discrete Fourier Transform @@ -115,6 +115,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Sun May 22 2005 Jeremy Katz - 2.1.5-7 +- rebuild on all arches +- buildrequire compat-gcc-32-g77 + * Fri Apr 7 2005 Michael Schwendt - rebuilt