diff --git a/.gitignore b/.gitignore index b9ed129..b641143 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ numactl-2.0.3.tar.gz /numactl-2.0.7.tar.gz /numactl-2.0.8.tar.gz /numactl-2.0.9.tar.gz +/numactl-2.0.10.tar.gz diff --git a/numactl.spec b/numactl.spec index 60e532b..32bcb19 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.9 -Release: 4%{dist} +Version: 2.0.10 +Release: 1%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -12,8 +12,6 @@ Buildroot: %{_tmppath}/%{name}-buildroot ExcludeArch: s390 s390x %{arm} -Patch1: numactl-2.0.9-hw-check-segfault.patch - %description Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy. @@ -39,7 +37,6 @@ Provides development headers for numa library calls %prep %setup -q -n %{name}-%{version} -%patch1 -p1 %build make clean @@ -88,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Oct 08 2014 Petr Holasek 2.0.10-1 +- Rebased to version 2.0.10 (bz1150511) + * Sun Aug 17 2014 Fedora Release Engineering - 2.0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c4407b5..1ba051e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -136685c8eaf9d6569c351fe1d453b30c numactl-2.0.9.tar.gz +8cf178dd90db6cf81dbf4abea10184df numactl-2.0.10.tar.gz