diff --git a/.gitignore b/.gitignore
index 0e82207..9e6fd64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ numactl-2.0.3-rc3.tar.gz
 numactl-2.0.3.tar.gz
 /numactl-2.0.5.tar.gz
 /numactl-2.0.6.tar.gz
+/numactl-2.0.7.tar.gz
diff --git a/numactl-2.0.6-manpages.patch b/numactl-2.0.6-manpages.patch
deleted file mode 100644
index d18dad6..0000000
--- a/numactl-2.0.6-manpages.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urpN numactl-2.0.6.orig/numactl.8 numactl-2.0.6/numactl.8
---- numactl-2.0.6.orig/numactl.8	2011-03-22 18:05:08.502017768 +0100
-+++ numactl-2.0.6/numactl.8	2011-03-22 18:06:24.063017087 +0100
-@@ -162,7 +162,7 @@ to specify the shared memory segment or 
- above (
- .I \-\-interleave, 
- .I \-\-localalloc, 
--.I \-\-prefered, 
-+.I \-\-preferred, 
- .I \-\-membind
- ).
- .TP
-@@ -258,7 +258,7 @@ numactl \-\-preferred=1 numactl \-\-show
- Set preferred node 1 and show the resulting state.
- 
- numactl --interleave=all --shmkeyfile /tmp/shmkey 
--Interleave all of the sysv shared memory regiion specified by 
-+Interleave all of the sysv shared memory region specified by 
- /tmp/shmkey over all nodes.
- 
- numactl --offset=1G --length=1G --membind=1 --file /dev/shm/A --touch
diff --git a/numactl.spec b/numactl.spec
index c65a015..e5760d8 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,7 +1,7 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
-Version:	2.0.6
-Release:	2%{dist} 
+Version:	2.0.7
+Release:	1%{dist} 
 License:	LGPLv2/GPLv2
 Group: 		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
@@ -9,7 +9,6 @@ Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.
 Buildroot:	%{_tmppath}/%{name}-buildroot
 
 Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
-Patch2: numactl-2.0.6-manpages.patch
 
 ExcludeArch: s390 s390x
 
@@ -29,7 +28,6 @@ Provides development headers for numa library calls
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -I."
@@ -71,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
+- Update to latest upstream stable version (bz 696703)
+
 * Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
 - Better manpages (bz 673613)
 
diff --git a/sources b/sources
index a5edb2b..7f9d006 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e84a6351312ec786a4b7978fea76f92b  numactl-2.0.6.tar.gz
+dadc81f3623475b14ca5110662ba3b04  numactl-2.0.7.tar.gz