Hello community,

here is the log from the commit of package numactl for openSUSE:Factory checked 
in at 2015-01-21 21:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-03 
22:53:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes     2015-01-21 
21:54:21.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 20 19:04:49 UTC 2015 - [email protected]
+
+- Make latest factory version build against SLE11 as well
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ numactl.spec ++++++
--- /var/tmp/diff_new_pack.36m0Cb/_old  2015-01-21 21:54:22.000000000 +0100
+++ /var/tmp/diff_new_pack.36m0Cb/_new  2015-01-21 21:54:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package numactl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,8 +31,10 @@
 # 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
+%if 0%{?suse_version} > 1110
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
+%endif
 Requires:       perl
 
 %description
@@ -64,7 +66,9 @@
 %patch1 -p1
 
 %build
+%if 0%{?suse_version} > 1110
 autoconf
+%endif
 %configure --disable-static
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 

++++++ 0001-Fixed-segfault-when-no-node-could-be-found-in-sysfs-.patch ++++++
--- /var/tmp/diff_new_pack.36m0Cb/_old  2015-01-21 21:54:22.000000000 +0100
+++ /var/tmp/diff_new_pack.36m0Cb/_new  2015-01-21 21:54:22.000000000 +0100
@@ -8,11 +8,11 @@
  distance.c | 15 ++++++---------
  1 file changed, 6 insertions(+), 9 deletions(-)
 
-diff --git a/distance.c b/distance.c
-index 4a26972..5db7fe2 100755
---- a/distance.c
-+++ b/distance.c
-@@ -58,19 +58,16 @@ static int read_distance_table(void)
+Index: numactl-2.0.10/distance.c
+===================================================================
+--- numactl-2.0.10.orig/distance.c     2014-10-03 22:49:11.000000000 +0200
++++ numactl-2.0.10/distance.c  2015-01-20 19:07:43.397202100 +0100
+@@ -58,19 +58,16 @@
        int *table = NULL;
        int err = -1;
  
@@ -38,6 +38,3 @@
                len = getdelim(&line, &linelen, '\n', dfh);
                fclose(dfh);
                if (len <= 0)
--- 
-1.8.1.4
-

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

Reply via email to