diff --git a/numactl-2.0.5.tar.bz2 b/numactl-2.0.5.tar.bz2 deleted file mode 100644 index fb235b1..0000000 --- a/numactl-2.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd23b99026cc03cfb454ae7ff5ce270d46d675928d7a596de0b0d2292e4f9a09 -size 67085 diff --git a/numactl-2.0.6-rc3.tar.bz2 b/numactl-2.0.6-rc3.tar.bz2 new file mode 100644 index 0000000..ef5e4a1 --- /dev/null +++ b/numactl-2.0.6-rc3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616441e8b8b9c2a516ed93af3b0027d3d4abcd4d88268893bcd3d3403a3416c3 +size 67709 diff --git a/numactl.changes b/numactl.changes index d6b1216..29fed59 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + +------------------------------------------------------------------- +Tue Oct 12 10:00:03 UTC 2010 - trenn@novell.com + +- Updated to version 2.0.6-rc3 + * Fix numa_get_run_node_mask() to return a cpuset-aware node mask (Cliff W.) + * Add a better warning to numa_node_to_cpus() + +------------------------------------------------------------------- +Tue Oct 5 15:34:17 UTC 2010 - trenn@novell.com + +- Updated to version 2.0.6-rc1 + * numa_num_task_cpus()/..nodes() to return actual counts (Cliff W.) + * Correct numa_max_node() use of broken numa_num_configured_nodes() (Tim Pepper) + * Use numa_max_node() not numa_num_configured_nodes() (Tim Pepper) + * Fix numa_num_configured_nodes() to match man page description (Tim Pepper) + * Clarify comment for numa_all_nodes_ptr extern (Tim Pepper) + * numactl --hardware should handle sparse node numbering (Tim Pepper) + * Maintain compatibility with 2.0.3 numa_num_thread...()'s (Cliff W.) + ------------------------------------------------------------------- Sun Oct 3 07:47:48 UTC 2010 - aj@suse.de diff --git a/numactl.spec b/numactl.spec index 5401ffa..18d0be5 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,5 +1,5 @@ # -# spec file for package numactl (Version 2.0.5) +# spec file for package numactl (Version 2.0.6.rc1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,9 +22,9 @@ Url: http://oss.sgi.com/projects/libnuma/ Name: numactl License: GPLv2+ Summary: NUMA Policy Control -Version: 2.0.5 +Version: 2.0.6 Release: 1 -%define origversion 2.0.5 +%define origversion 2.0.6-rc3 AutoReqProv: on # bug437293 %ifarch ppc64 @@ -69,7 +69,7 @@ individual NUMA policy in applications. %patch0 -p1 %build -make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS}" +make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" %install install -d -m 755 $RPM_BUILD_ROOT/usr/bin