[numactl] Update numactl to the latest upstream stable source (version 2.0.5)

Neil Horman nhorman at fedoraproject.org
Mon Oct 18 19:40:57 UTC 2010


commit 031e79c42e445518624c2956d21d19de287601a0
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Mon Oct 18 15:40:39 2010 -0400

    Update numactl to the latest upstream stable source (version 2.0.5)

 .gitignore                                 |    1 +
 numactl-2.0.2-remove-warning.patch         |   13 ---------
 numactl-2.0.3-nodes_allowed_list_obo.patch |   12 ---------
 numactl-2.0.3-rc3-distance_parsing.patch   |   38 ----------------------------
 numactl.spec                               |   13 +++------
 sources                                    |    2 +-
 6 files changed, 7 insertions(+), 72 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87713e6..6a92cf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 numactl-2.0.2.tar.gz
 numactl-2.0.3-rc3.tar.gz
 numactl-2.0.3.tar.gz
+/numactl-2.0.5.tar.gz
diff --git a/numactl.spec b/numactl.spec
index ea4dd2e..73d8544 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,17 +1,14 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
-Version:	2.0.3
-Release:	8%{dist} 
+Version:	2.0.5
+Release:	1%{dist} 
 License:	LGPLv2/GPLv2
 Group: 		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
 Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
 Buildroot:	%{_tmppath}/%{name}-buildroot
 
-Patch0: numactl-2.0.3-rc3-distance_parsing.patch
 Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
-Patch2: numactl-2.0.3-nodes_allowed_list_obo.patch
-Patch3: numactl-2.0.3-dso-destructor.patch
 
 ExcludeArch: s390 s390x
 
@@ -30,10 +27,7 @@ Provides development headers for numa library calls
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -I."
@@ -75,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Oct 18 2010 Neil Horman <nhorman at redhat.com> - 2.0.5-1
+- Update to latest stable upstream source
+
 * Mon Feb 15 2010 Neil Horman <nhorman at redhat.com> - 2.0.3-8
 - Remove static libs from numactl (bz 556088)
 
diff --git a/sources b/sources
index 1ccf9e8..0c11c55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e4fb249e5f719c25d7f433964fb9220  numactl-2.0.3.tar.gz
+7cafe683095d4677326bcc5e4b3cc541  numactl-2.0.5.tar.gz


More information about the scm-commits mailing list