Ok, can you re-pull to get the configure.in change?

Sorry for the pain.

Steve.



Steve Wise wrote:
oops.

Lemme fix this up then we'll re-pull.

Thanks,

Steve.


Vladimir Sokolovsky wrote:
Steve Wise wrote:
Hey Vlad,

The libcxgb3 rpms built by this ofed-1.2.5 release are still named libcxgb3*-1.0.1 instead of 1.0.3. Can you update your spec files to indicate that the library is release 1.0.3?

You'll need to also update the ofed-1.3 spec file I guess.

Thanks,

Steve.


Hi Steve,
You should update libcxgb3 version in the configure.in file:

Update version to 1.0.3

Signed-off-by: Vladimir Sokolovsky <[EMAIL PROTECTED]>
---
diff --git a/configure.in b/configure.in
index 6f916d3..15406b7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.

 AC_PREREQ(2.57)
-AC_INIT(libcxgb3, 1.0.1, [EMAIL PROTECTED])
+AC_INIT(libcxgb3, 1.0.3, [EMAIL PROTECTED])
 AC_CONFIG_SRCDIR([src/iwch.h])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libcxgb3, 1.0.1)
+AM_INIT_AUTOMAKE(libcxgb3, 1.0.3)
 AM_PROG_LIBTOOL

AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for presence of ib libraries],


Regards,
Vladimir
_______________________________________________
general mailing list
[EMAIL PROTECTED]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to