diff --git a/numactl.spec b/numactl.spec index b94542d..8938984 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,15 +1,15 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines -Version: 2.0.2 -Release: 3%{dist} +Version: 2.0.3 +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.2-clearcache-fix.patch -Patch1: numactl-2.0.2-remove-warning.patch +Patch0: numactl-2.0.3-rc3-distance_parsing.patch +Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch ExcludeArch: s390 s390x @@ -61,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/memhog %{_bindir}/migspeed %{_bindir}/migratepages -%{_mandir}/man5/*.5* %{_mandir}/man8/*.8* %files devel @@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Jun 29 2009 Neil Horman - 2.0.3-1 +- Updated to latest upstream (bz 506795) + * Mon Feb 09 2009 Neil Horman - 2.0.2-3 - Remove warning from libnuma (bz 484552)