[Pkg-ofed-commits] [ibacm] 01/02: New upstream version 1.2.1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Oct 30 20:29:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository ibacm.

commit 5bf688d6f0111e6c5467108b9b2bf1733a4ddc90
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Sun Oct 30 21:28:25 2016 +0100

    New upstream version 1.2.1
---
 configure     | 20 ++++++++++----------
 configure.ac  |  6 +++---
 ibacm.spec    |  4 ++--
 ibacm.spec.in |  4 ++--
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/configure b/configure
index 12fbe1f..3adbc8f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for ibacm 1.2.0.
+# Generated by GNU Autoconf 2.67 for ibacm 1.2.1.
 #
 # Report bugs to <linux-rdma at vger.kernel.org>.
 #
@@ -701,8 +701,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ibacm'
 PACKAGE_TARNAME='ibacm'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='ibacm 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='ibacm 1.2.1'
 PACKAGE_BUGREPORT='linux-rdma at vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1427,7 +1427,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ibacm 1.2.0 to adapt to many kinds of systems.
+\`configure' configures ibacm 1.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1497,7 +1497,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ibacm 1.2.0:";;
+     short | recursive ) echo "Configuration of ibacm 1.2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1601,7 +1601,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ibacm configure 1.2.0
+ibacm configure 1.2.1
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ibacm $as_me 1.2.0, which was
+It was created by ibacm $as_me 1.2.1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2966,7 +2966,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ibacm'
- VERSION='1.2.0'
+ VERSION='1.2.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12277,7 +12277,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ibacm $as_me 1.2.0, which was
+This file was extended by ibacm $as_me 1.2.1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12343,7 +12343,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ibacm config.status 1.2.0
+ibacm config.status 1.2.1
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 226fb7f..ddc338d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([ibacm], [1.2.0], [linux-rdma at vger.kernel.org])
+AC_INIT([ibacm], [1.2.1], [linux-rdma at vger.kernel.org])
 AC_CONFIG_SRCDIR([src/acm.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADERS([config.h])
@@ -63,9 +63,9 @@ fi
 
 dnl Check netlink header files
 AC_CHECK_HEADER(rdma/rdma_netlink.h,
-    AC_CHECK_HEADER(rdma/ib_user_sa.h,
+    [AC_CHECK_HEADER(rdma/ib_user_sa.h,
         AC_DEFINE(HAVE_NETLINK, 1, [Have netlink header files]),
-        AC_MSG_WARN([Missing rdma/ib_user_sa.h])),
+        AC_MSG_WARN([Missing rdma/ib_user_sa.h]))],
     AC_MSG_WARN([Missing rdma/rdma_netlink.h]))
 
 dnl Check for gcc atomic intrinsics
diff --git a/ibacm.spec b/ibacm.spec
index 72ecc7e..bc337e2 100644
--- a/ibacm.spec
+++ b/ibacm.spec
@@ -1,5 +1,5 @@
 Name: ibacm
-Version: 1.2.0
+Version: 1.2.1
 Release: 1%{?dist}
 Summary: InfiniBand Communication Manager Assistant
 
@@ -47,7 +47,7 @@ wish to make use of this header file.
 %build
 aclocal -I config && libtoolize --force --copy && autoheader && \
 	automake --foreign --add-missing --copy && autoconf
-%configure CFLAGS="$CXXFLAGS -fno-strict-aliasing" LDFLAGS=-lpthread
+%configure CFLAGS="$CFLAGS -fno-strict-aliasing" LDFLAGS="$LDFLAGS -lpthread"
 make %{?_smp_mflags}
 
 %install
diff --git a/ibacm.spec.in b/ibacm.spec.in
index 72ecc7e..bc337e2 100644
--- a/ibacm.spec.in
+++ b/ibacm.spec.in
@@ -1,5 +1,5 @@
 Name: ibacm
-Version: 1.2.0
+Version: 1.2.1
 Release: 1%{?dist}
 Summary: InfiniBand Communication Manager Assistant
 
@@ -47,7 +47,7 @@ wish to make use of this header file.
 %build
 aclocal -I config && libtoolize --force --copy && autoheader && \
 	automake --foreign --add-missing --copy && autoconf
-%configure CFLAGS="$CXXFLAGS -fno-strict-aliasing" LDFLAGS=-lpthread
+%configure CFLAGS="$CFLAGS -fno-strict-aliasing" LDFLAGS="$LDFLAGS -lpthread"
 make %{?_smp_mflags}
 
 %install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/ibacm.git



More information about the Pkg-ofed-commits mailing list