diff --git a/numactl-2.0.14.tar.gz b/numactl-2.0.14.tar.gz deleted file mode 100644 index 17fe3d3..0000000 Binary files a/numactl-2.0.14.tar.gz and /dev/null differ diff --git a/numactl-2.0.16.tar.gz b/numactl-2.0.16.tar.gz new file mode 100644 index 0000000..ca1edaf Binary files /dev/null and b/numactl-2.0.16.tar.gz differ diff --git a/numactl.spec b/numactl.spec index bff33e1..20bd2a1 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,15 +1,12 @@ Name: numactl -Version: 2.0.14 -Release: 2 +Version: 2.0.16 +Release: 1 Summary: Library for tuning for Non Uniform Memory Access machines License: GPLv2 URL: https://github.com/numactl/numactl Source0: https://github.com/numactl/numactl/releases/download/v%{version}/numactl-%{version}.tar.gz BuildRequires: libtool automake autoconf -Patch1: 0001-Fix-segmentation-fault-when-using-offset.patch -Patch2: 0002-fix-verify_shm-memcmp-nodes.patch - %description Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma shared library to set @@ -77,6 +74,9 @@ LD_LIBRARY_PATH=$(pwd)/.libs make check %{_mandir}/man3/*.3* %changelog +* Wed Nov 9 2022 Chunsheng Luo - 2.0.16-1 +- update version to 2.0.16 + * Tue Feb 8 2022 zhouwenpei - 2.0.14-2 - fix segmentation fault with --offset and output wrong result with --verify