Hello community,

here is the log from the commit of package numactl for openSUSE:Factory checked 
in at 2015-08-13 18:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-02-27 
11:08:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes     2015-08-13 
18:08:58.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug  2 17:08:54 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use autoreconf to update configure
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ numactl.spec ++++++
--- /var/tmp/diff_new_pack.cnrA9d/_old  2015-08-13 18:08:59.000000000 +0200
+++ /var/tmp/diff_new_pack.cnrA9d/_new  2015-08-13 18:08:59.000000000 +0200
@@ -16,27 +16,27 @@
 #
 
 
-Url:            http://oss.sgi.com/projects/libnuma/
-
 Name:           numactl
+Version:        2.0.10
+Release:        0
 Summary:        NUMA Policy Control
 License:        GPL-2.0
 Group:          System/Management
-Version:        2.0.10
-Release:        0
-Source:         
ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
+Url:            http://oss.sgi.com/projects/libnuma/
+Source0:        
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
 Patch2:         numactl-clearcache-pie.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
+BuildRequires:  libtool
 %endif
 Requires:       perl
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Control NUMA policy for individual processes. Offer libnuma for
@@ -66,11 +66,13 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+
 %build
 %if 0%{?suse_version} > 1110
-autoconf
+autoreconf -fiv
 %endif
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
@@ -94,7 +96,7 @@
 
 %files -n libnuma-devel
 %defattr(-,root,root)
-%doc %{_mandir}/man3/*
+%{_mandir}/man3/*
 %{_includedir}/*
 %{_libdir}/lib*so
 


Reply via email to