diff --git a/.gitignore b/.gitignore index 4ec18b8..b9ed129 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ numactl-2.0.3.tar.gz /numactl-2.0.6.tar.gz /numactl-2.0.7.tar.gz /numactl-2.0.8.tar.gz +/numactl-2.0.9.tar.gz diff --git a/numactl.spec b/numactl.spec index 30c96f0..ad16b15 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.8 -Release: 4%{dist} +Version: 2.0.9 +Release: 1%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Oct 09 2013 Petr Holasek 2.0.9-1 +- rebased to version 2.0.9 + * Fri Aug 02 2013 Karsten Hopp 2.0.8-4 - rebuild in F20 to fix some dependency issues on PPC diff --git a/sources b/sources index 7c40f89..c4407b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -157def35edcc0ab94144398000b01d18 numactl-2.0.8.tar.gz +136685c8eaf9d6569c351fe1d453b30c numactl-2.0.9.tar.gz