From: Sean Hefty Date: Mon, 21 Jun 2010 16:10:00 +0000 (-0700) Subject: uncommit X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ed301a5fc67e9eb80666486e70d20f9458fdbdf9;p=~shefty%2Fibacm.git uncommit --- diff --git a/meta b/meta index a68f911..d475178 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: 4ba02796633c3e22544ad241baf485b428548b40 +Previous: 914f530875285661f173dce5326beb90f6697772 Head: de4c3bcb9875281c22a667856847d7a5e5546f9d Applied: + ibacm-release-1-0-0: 558a3025fe8efdfea143c1e54ac3033db1f7a347 notes: b222226996fcdc7452b199b5ca4e09894adbc4ac Unapplied: Hidden: diff --git a/patches/ibacm-release-1-0-0 b/patches/ibacm-release-1-0-0 new file mode 100644 index 0000000..714f812 --- /dev/null +++ b/patches/ibacm-release-1-0-0 @@ -0,0 +1,42 @@ +Bottom: 1d40dbcbb41dcf8ccb0eb5ba52f50a9c130cce03 +Top: 08787f954160387a7e64941d7eb9f8d46cc57966 +Author: Sean Hefty +Date: 2010-05-10 12:58:29 -0700 + +ibacm: release 1.0.0 + +Signed-off-by: Sean Hefty + + +--- + +diff --git a/configure.in b/configure.in +index 21894b5..9311602 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(ib_acm, 0.0.2, linux-rdma@vger.kernel.org) ++AC_INIT(ib_acm, 1.0.0, linux-rdma@vger.kernel.org) + AC_CONFIG_SRCDIR([src/acm.c]) + AC_CONFIG_AUX_DIR(config) + AM_CONFIG_HEADER(config.h) +-AM_INIT_AUTOMAKE(ib_acm, 0.0.2) ++AM_INIT_AUTOMAKE(ib_acm, 1.0.0) + + AM_PROG_LIBTOOL + +diff --git a/ibacm.spec.in b/ibacm.spec.in +index a1a2c74..2c10e1c 100644 +--- a/ibacm.spec.in ++++ b/ibacm.spec.in +@@ -1,7 +1,7 @@ + %define ver @VERSION@ + + Name: ib_acm +-Version: 0.0.2 ++Version: 1.0.0 + Release: 1%{?dist} + Summary: InfiniBand Communication Manager Assistant