diff --git a/needs.rebuild b/needs.rebuild
deleted file mode 100644
index 815fd29..0000000
--- a/needs.rebuild
+++ /dev/null
@@ -1 +0,0 @@
-http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
diff --git a/portaudio.spec b/portaudio.spec
index c8f6ddc..1d40f0c 100644
--- a/portaudio.spec
+++ b/portaudio.spec
@@ -3,7 +3,7 @@
Summary: Free, cross platform, open-source, audio I/O library
Name: portaudio
Version: 18.1
-Release: 7%{?dist}
+Release: 8%{?dist}
License: BSD-like
Group: System Environment/Libraries
URL: http://www.portaudio.com/
@@ -31,9 +31,9 @@ and will be converted to the native format internally.
%install
%{__rm} -rf %{buildroot}
-%{__install} -D -m0755 pa_unix_oss/libportaudio.so \
+%{__install} -D -m 0755 pa_unix_oss/libportaudio.so \
%{buildroot}%{_libdir}/libportaudio.so
-%{__install} -D -m0644 pa_common/portaudio.h \
+%{__install} -D -m 0644 pa_common/portaudio.h \
%{buildroot}%{_includedir}/portaudio.h
@@ -49,6 +49,9 @@ and will be converted to the native format internally.
%changelog
+* Mon Aug 28 2006 Matthias Saou 18.1-8
+- FC6 rebuild.
+
* Mon Mar 6 2006 Matthias Saou 18.1-7
- FC5 rebuild.