diff --git a/.cvsignore b/.cvsignore index cd81c41..bf11a07 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ numactl-0.6.4.tar.gz numactl-0.6.4 numactl-0.9.8.tar.gz +numactl-1.0.2.tar.gz diff --git a/numactl.spec b/numactl.spec index b9b4ed9..6405ef1 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines -Version: 0.9.8 -Release: 4%{dist} +Version: 1.0.2 +Release: 1%{dist} License: LGPLv2/GPLv2 Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -10,8 +10,6 @@ Buildroot: %{_tmppath}/%{name}-buildroot ExcludeArch: s390 s390x -Patch1: numactl-node-cpubind.patch -Patch2: numactl-parse_bitmap_nodebind.patch %description Simple NUMA policy support. It consists of a numactl program to run @@ -28,8 +26,6 @@ Provides development headers for numa library calls %prep %setup -q -%patch1 -p1 -%patch2 -p2 %build make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC" @@ -71,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Dec 14 2007 Neil Horman - 1.0.2-1 +- Update numactl to latest version (bz 425281) + * Tue Aug 07 2007 Neil Horman - 0.9.8-4 - Fixing some remaining merge review issues (bz 226207) diff --git a/sources b/sources index 5cbac28..dbb22e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ebc1ed785733f5af9d4139cef32e1192 numactl-0.9.8.tar.gz +392a5bc3e79f016edcaee0cb6ceadf90 numactl-1.0.2.tar.gz