diff --git a/dmidecode.spec b/dmidecode.spec
index d5b321f..f59d23b 100644
--- a/dmidecode.spec
+++ b/dmidecode.spec
@@ -1,7 +1,7 @@
 Summary:        Tool to analyse BIOS DMI data.
 Name:           dmidecode
 Version:        2.5
-Release: 	%(R="$Revision: 1.8 $"; RR="${R##: }"; echo ${RR%%?})
+Release: 	%(R="$Revision: 1.9 $"; RR="${R##: }"; echo ${RR%%?})
 Epoch:		1
 Group:          System Environment/Base
 License:        GPL
@@ -49,6 +49,9 @@ chmod -R a-s %{buildroot}
 %post
 
 %changelog
+* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
+- Rebuild for gcc4
+
 * Tue Feb  8 2005 Dave Jones <davej@redhat.com>
 - Rebuild with -D_FORTIFY_SOURCE=2