[ewg] libcxgb3-1.0.3 available for ofed-1.2.5 and ofed-1.3
    Vladimir Sokolovsky 
    vlad at dev.mellanox.co.il
       
    Thu Oct 11 01:10:41 PDT 2007
    
    
  
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 <vlad at mellanox.co.il>
---
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, general at lists.openfabrics.org)
+AC_INIT(libcxgb3, 1.0.3, general at lists.openfabrics.org)
  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
    
    
More information about the ewg
mailing list