diff --git a/.cvsignore b/.cvsignore
index bf11a07..bb15c55 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -2,3 +2,4 @@ numactl-0.6.4.tar.gz
 numactl-0.6.4
 numactl-0.9.8.tar.gz
 numactl-1.0.2.tar.gz
+numactl-2.0.0.tar.gz
diff --git a/numactl.spec b/numactl.spec
index 2aa5998..6b1f82d 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,7 +1,7 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
-Version:	1.0.2
-Release:	6%{dist} 
+Version:	2.0.0
+Release:	1%{dist} 
 License:	LGPLv2/GPLv2
 Group: 		System Environment/Base
 URL: 		ftp://ftp.suse.com/pub/people/ak/numa/
@@ -9,9 +9,6 @@ Source0: 	ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz
 Buildroot:	%{_tmppath}/%{name}-buildroot
 
 ExcludeArch: s390 s390x
-Patch0: numactl-1.0.2-get_mempolicy-const.patch
-Patch1: numactl-1.0.2-alpha-syscall.patch
-Patch2: numactl-1.0.2-cpumask.patch
 
 %description
 Simple NUMA policy support. It consists of a numactl program to run
@@ -28,9 +25,6 @@ Provides development headers for numa library calls
 
 %prep
 %setup -q 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
@@ -61,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/numastat
 %{_bindir}/memhog
 %{_bindir}/migratepages
+%{_bindir}/migspeed
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 
@@ -69,9 +64,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libnuma.so
 %{_includedir}/numa.h
 %{_includedir}/numaif.h
+%{_includedir}/numacompat1.h
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 08 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-1
+- Move to numactl 2.0.0
+
 * Fri Apr 25 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-6
 - Fix buffer size passing and arg sanity check for physcpubind (bz 442521)
 
diff --git a/sources b/sources
index dbb22e5..8d6fafe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-392a5bc3e79f016edcaee0cb6ceadf90  numactl-1.0.2.tar.gz
+0186d5b5bc443cd7cb179014a4a216c0  numactl-2.0.0.tar.gz