Hello community, here is the log from the commit of package numactl for openSUSE:Factory checked in at 2013-04-17 23:12:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/numactl (Old) and /work/SRC/openSUSE:Factory/.numactl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "numactl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/numactl/numactl.changes 2011-10-13 17:24:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes 2013-04-17 23:12:23.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Nov 8 21:39:52 UTC 2012 - [email protected] + +- Update to version 2.0.8: + Drop patch numactl_install_all_manpages, merged upstream +- Removed __DATE__ in numastat to avoid constant rebuilding in build + service (added patch revert_date_in_numastat.patch) +- adjusted license strings + +------------------------------------------------------------------- Old: ---- numactl-2.0.7.tar.gz numactl_install_all_manpages New: ---- numactl-2.0.8.tar.gz revert_date_in_numastat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ numactl.spec ++++++ --- /var/tmp/diff_new_pack.yv5LC6/_old 2013-04-17 23:12:25.000000000 +0200 +++ /var/tmp/diff_new_pack.yv5LC6/_new 2013-04-17 23:12:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package numactl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,26 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Url: http://oss.sgi.com/projects/libnuma/ Name: numactl -License: GPL-2.0+ Summary: NUMA Policy Control -Version: 2.0.7 -Release: 8 -%define origversion 2.0.7 -AutoReqProv: on +License: GPL-2.0+ +Group: System/Management +Version: 2.0.8 +Release: 0 # bug437293 %ifarch ppc64 Obsoletes: numactl-64bit %endif # -Source: numactl-%{origversion}.tar.gz +Source: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz Source2: baselibs.conf -Patch0: numactl_install_all_manpages -Group: System/Management +Patch0: revert_date_in_numastat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ia64 x86_64 ppc64 ppc %sparc Requires: perl @@ -44,20 +41,18 @@ individual NUMA policy in applications. %package -n libnuma1 -License: LGPL-2.1+ Summary: NUMA Policy Control +License: LGPL-2.1+ Group: Development/Languages/C and C++ -AutoReqProv: on %description -n libnuma1 Control NUMA policy for individual processes. Offer libnuma for individual NUMA policy in applications. %package -n libnuma-devel -License: GPL-2.0+ Summary: NUMA Policy Control +License: GPL-2.0+ Group: Development/Languages/C and C++ -AutoReqProv: on Requires: libnuma1 = %{version} %description -n libnuma-devel @@ -65,10 +60,15 @@ individual NUMA policy in applications. %prep -%setup -q -n %{name}-%{origversion} +%setup -q %patch0 -p1 %build +# looks like a numactl mainline bug, will propably be fixed +# until next update and the rm line can get removed again. +# Remove the empty file, so that numstat gets build: +rm numastat + make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" %install ++++++ numactl-2.0.7.tar.gz -> numactl-2.0.8.tar.gz ++++++ ++++ 4216 lines of diff (skipped) ++++++ revert_date_in_numastat.patch ++++++ numactl: Revert __DATE__ in numastat or this will trigger unnecessary, constant rebuilds in build service environments. Signed-off-by: Thomas Renninger <[email protected]> --- numastat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: numactl-2.0.8/numastat.c =================================================================== --- numactl-2.0.8.orig/numastat.c +++ numactl-2.0.8/numastat.c @@ -725,7 +725,7 @@ double huge_page_size_in_bytes = 0; void display_version_and_exit() { char *version_string = "20120821"; - printf("%s version: %s: %s\n", prog_name, version_string, __DATE__); + printf("%s version: %s\n", prog_name, version_string); exit(EXIT_SUCCESS); } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
