Hello community,

here is the log from the commit of package libmlx5-rdmav2 for openSUSE:Factory 
checked in at 2014-09-09 18:59:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlx5-rdmav2 (Old)
 and      /work/SRC/openSUSE:Factory/.libmlx5-rdmav2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlx5-rdmav2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlx5-rdmav2/libmlx5-rdmav2.changes    
2014-08-11 10:07:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmlx5-rdmav2.new/libmlx5-rdmav2.changes       
2014-09-09 19:00:12.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Sep  8 12:40:15 CEST 2014 - [email protected]
+
+- Tag baselibs.conf as source.
+
+-------------------------------------------------------------------
+Thu Sep  4 15:56:40 CEST 2014 - [email protected]
+
+- Add libmlx5-no_werror.patch in order to not use -Werror as it'll
+  break the build on s390x.
+
+-------------------------------------------------------------------

New:
----
  libmlx5-no_werror.patch

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

Other differences:
------------------
++++++ libmlx5-rdmav2.spec ++++++
--- /var/tmp/diff_new_pack.EJgO0B/_old  2014-09-09 19:00:13.000000000 +0200
+++ /var/tmp/diff_new_pack.EJgO0B/_new  2014-09-09 19:00:13.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libmlx5-rdmav2 (Version 1.0.0)
+# spec file for package libmlx5-rdmav2
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,18 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libmlx5-rdmav2
 Summary:        Mellanox ConnectX-IB InfiniBand HCA Userspace Driver
+License:        GPL-2.0 or BSD-2-Clause
+Group:          System/Libraries
 Version:        1.0.1
 Release:        0
-Group:          System/Libraries
-License:        GPL-2.0 or BSD-2-Clause
 Url:            http://www.openfabrics.org
 Source:         www.openfabrics.org/downloads/mlx5/libmlx5-%{version}.tar.gz
+Patch0:         libmlx5-no_werror.patch
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libibverbs-devel >= 1.1-0.1.rc2
-BuildRequires:  automake autoconf libtool
+BuildRequires:  libtool
 
 Supplements:    modalias(pci:v000015B3d00001011sv*sd*bc*sc*i*)
 
@@ -36,6 +40,7 @@
 
 %prep
 %setup -q -n libmlx5-%{version}
+%patch0
 
 %build
 %configure --disable-static

++++++ libmlx5-no_werror.patch ++++++
---
 configure.in |    2 --
 1 file changed, 2 deletions(-)

Index: configure.in
===================================================================
--- configure.in.orig   2014-02-03 08:41:23.000000000 -0500
+++ configure.in        2014-09-04 09:55:05.000000000 -0400
@@ -31,8 +31,6 @@ if test x$with_mlx5_debug = xyes; then
        CFLAGS="$CFLAGS -DMLX5_DEBUG"
 fi
 
-CFLAGS="$CFLAGS -Werror"
-
 dnl Checks for programs
 AC_PROG_CC
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to