Hello community,

here is the log from the commit of package numactl for openSUSE:Factory checked 
in at 2014-12-03 22:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numactl (Old)
 and      /work/SRC/openSUSE:Factory/.numactl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "numactl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/numactl/numactl.changes  2014-07-31 
10:04:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes     2014-12-03 
22:53:30.000000000 +0100
@@ -1,0 +2,18 @@
+Thu Nov 27 07:35:32 UTC 2014 - [email protected]
+
+- cleanup, also build for i586
+- remove move_pages.2 , as it is in manual-pages rpm.
+
+-------------------------------------------------------------------
+Sat Nov 22 17:59:49 UTC 2014 - [email protected]
+
+- Update to version 2.0.10:
+  * 131123 numactl: numactl check for NUMA available (Elena Ufimtseva)
+  * 140715 numactl: fix numactl --show  and preferrred node (Bill Gray)
+  * 140722 makefile: remove warning about missing .depend (Filipe 
Brandenburger)
+  * 140820 convert the build procedure to automake (Filipe Brandenburger)
+- Cleanup spec file
+  * use RPM macros where possible
+  * remove redundant %clean
+
+-------------------------------------------------------------------

Old:
----
  numactl-2.0.9.tar.gz

New:
----
  numactl-2.0.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ numactl.spec ++++++
--- /var/tmp/diff_new_pack.u770IG/_old  2014-12-03 22:53:32.000000000 +0100
+++ /var/tmp/diff_new_pack.u770IG/_new  2014-12-03 22:53:32.000000000 +0100
@@ -22,19 +22,17 @@
 Summary:        NUMA Policy Control
 License:        GPL-2.0+
 Group:          System/Management
-Version:        2.0.9
+Version:        2.0.10
 Release:        0
-# bug437293
-%ifarch ppc64
-Obsoletes:      numactl-64bit
-%endif
-#
 Source:         
ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
 Source2:        baselibs.conf
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         revert_date_in_numastat.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         0001-Fixed-segfault-when-no-node-could-be-found-in-sysfs-.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  ia64 x86_64 ppc64 ppc64le  ppc %sparc
+BuildRequires:  autoconf >= 2.64
+BuildRequires:  automake
 Requires:       perl
 
 %description
@@ -66,24 +64,14 @@
 %patch1 -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}"
+autoconf
+%configure --disable-static
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/usr/bin
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man5
-install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
-install -d -m 755 $RPM_BUILD_ROOT/usr/include
-make prefix="%buildroot/%_prefix" libdir="%buildroot/%_libdir" install
-rm -f $RPM_BUILD_ROOT/%{_libdir}/lib*a
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
+rm  %{buildroot}%{_mandir}/man2/move_pages.2*
+rm -f %{buildroot}/%{_libdir}/lib*a
 
 %post -n libnuma1 -p /sbin/ldconfig
 

++++++ numactl-2.0.9.tar.gz -> numactl-2.0.10.tar.gz ++++++
++++ 43406 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to