From 84985df57895804abad3adb82ae22a73f852a3ef Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: May 23 2005 13:57:21 +0000 Subject: - BuildReq gcc-gfortran (#156490). --- diff --git a/fftw.spec b/fftw.spec index 1b23e96..8bafbbe 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,7 +1,6 @@ Name: fftw Version: 2.1.5 -Release: 7 - +Release: 8 Summary: Fast Fourier Transform library Group: System Environment/Libraries @@ -10,7 +9,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: compat-gcc-32-g77 +BuildRequires: gcc-gfortran %description FFTW is a C subroutine library for computing the Discrete Fourier Transform @@ -115,6 +114,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon May 23 2005 Michael Schwendt - 2.1.5-8 +- BuildReq gcc-gfortran (#156490). + * Sun May 22 2005 Jeremy Katz - 2.1.5-7 - rebuild on all arches - buildrequire compat-gcc-32-g77