diff --git a/.cvsignore b/.cvsignore
index cef5422..9ef7e37 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-dmidecode-2.6
-dmidecode-2.6.tar.bz2
+dmidecode-2.7
+dmidecode-2.7.tar.bz2
diff --git a/dmidecode.spec b/dmidecode.spec
index d864cca..8c46d44 100644
--- a/dmidecode.spec
+++ b/dmidecode.spec
@@ -1,11 +1,11 @@
 Summary:        Tool to analyse BIOS DMI data.
 Name:           dmidecode
-Version:        2.6
-Release: 	%(R="$Revision: 1.13 $"; RR="${R##: }"; echo ${RR%%?})
+Version:        2.7
+Release: 	%(R="$Revision: 1.14 $"; RR="${R##: }"; echo ${RR%%?})
 Epoch:		1
 Group:          System Environment/Base
 License:        GPL
-Source0:	dmidecode-2.6.tar.bz2
+Source0:	dmidecode-%{version}.tar.bz2
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 BuildPreReq: 	/usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
 ExclusiveArch:	i386 x86_64 ia64
@@ -20,12 +20,12 @@ dmidecode decodes the DMI data present in x86 and IA64 BIOS's.
 %build
 rm -rf $RPM_BUILD_ROOT
 mkdir -p %{buildroot}/usr/sbin
-cd dmidecode-2.6
+cd dmidecode-%{version}
 make CFLAGS="$RPM_OPT_FLAGS"
 cd ..
 
 %install
-cd dmidecode-2.6
+cd dmidecode-%{version}
 install dmidecode %{buildroot}/usr/sbin
 install vpddecode %{buildroot}/usr/sbin
 %ifarch %{ix86}
@@ -45,6 +45,9 @@ chmod -R a-s %{buildroot}
 %endif
 
 %changelog
+* Mon Sep 12 2005 Dave Jones <davej@redhat.com>
+- Update to upstream 2.7
+
 * Fri Apr 15 2005 Florian La Roche <laroche@redhat.com>
 - remove empty scripts
 
diff --git a/sources b/sources
index aa26134..342c6eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16a31f6e70f6f1de864105c633e1a4c0  dmidecode-2.6.tar.bz2
+7aaf44ff2501cafc33634bbaa0d2af13  dmidecode-2.7.tar.bz2