From: Sean Hefty Date: Thu, 26 Aug 2010 17:29:08 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=790fb37134cd32f9bc885bb34f85a255b44629c9;p=~shefty%2Fibacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 165bbc8..362a1ac 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: b5d62d7b9a06ecbe31465d77c56b2e187ed64ad1 -Head: 6ca6e1f18f1e24e12978906c49992e93d898ba5e +Previous: accd697af67abd2145b2285444ae604e61282db7 +Head: 9332c2146090e8bb76529ef9e3eceb5d47d23f3e Applied: v1.0.3: 6ca6e1f18f1e24e12978906c49992e93d898ba5e + refresh-temp: 9332c2146090e8bb76529ef9e3eceb5d47d23f3e Unapplied: Hidden: diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 0000000..9cc2c7d --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,52 @@ +Bottom: 1a872937b30cacadadaea61c2b4755a657134ac8 +Top: 30326a5093b7b177c8d7612eba401d4999793f71 +Author: Sean Hefty +Date: 2010-08-26 10:29:08 -0700 + +Refresh of v1.0.3 + +--- + +diff --git a/acm_notes.txt b/acm_notes.txt +index a6becf7..1eb6a62 100644 +--- a/acm_notes.txt ++++ b/acm_notes.txt +@@ -23,7 +23,7 @@ implementation limits network traffic, SA interactions, and centralized + services. ACM supports multiple resolution protocols in order to handle + different fabric topologies. + +-This release 1.0.2 is limited in its handling of dynamic changes. ++This release 1.0.3 is limited in its handling of dynamic changes. + + The IB ACM package is comprised of two components: the ib_acm service + and a test/configuration utility - ib_acme. Both are userspace components +diff --git a/configure.in b/configure.in +index dfddeac..c83dfe8 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(ibacm, 1.0.2, linux-rdma@vger.kernel.org) ++AC_INIT(ibacm, 1.0.3, linux-rdma@vger.kernel.org) + AC_CONFIG_SRCDIR([src/acm.c]) + AC_CONFIG_AUX_DIR(config) + AM_CONFIG_HEADER(config.h) +-AM_INIT_AUTOMAKE(ibacm, 1.0.2) ++AM_INIT_AUTOMAKE(ibacm, 1.0.3) + + AM_PROG_LIBTOOL + +diff --git a/ibacm.spec.in b/ibacm.spec.in +index bef7cba..fa1f055 100644 +--- a/ibacm.spec.in ++++ b/ibacm.spec.in +@@ -1,7 +1,7 @@ + %define ver @VERSION@ + + Name: ibacm +-Version: 1.0.2 ++Version: 1.0.3 + Release: 1%{?dist} + Summary: InfiniBand Communication Manager Assistant