From: Sean Hefty Date: Mon, 29 Nov 2010 23:04:19 +0000 (-0800) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a99bbaec621ecece297c810d241057b7f4c2fff8;p=~shefty%2Fibacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index b29cd84..cffa6b3 100644 --- a/meta +++ b/meta @@ -1,10 +1,11 @@ Version: 1 -Previous: e8b4cc0a37efbe8035973e7add9886ec5dcacc4f -Head: 3145a3514dc99c6e3ce8e958f2f48fd6b4888516 +Previous: 3f2403413f4f366c24524804dc82b7c736878823 +Head: cdafe9c6057f4b87da8e48fbc69960d378dc6534 Applied: logging: 549692c49922dce3911d97dcc6d0a2fc583ab5f7 acm_snoop: dd5542fbaa1c5a92367d0552ef3525d5ea0a4638 loop: 1e219f58eafc1fb4f035e67e90d88b5b69d44c16 1.0.4: 3145a3514dc99c6e3ce8e958f2f48fd6b4888516 + refresh-temp: cdafe9c6057f4b87da8e48fbc69960d378dc6534 Unapplied: Hidden: diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 0000000..24fc001 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,52 @@ +Bottom: 7fffdf6024c787b6b6d1c93dd896c4818d9d1169 +Top: 62aef5e752df47c12b82cef53c2e68347b58174f +Author: Sean Hefty +Date: 2010-11-29 15:04:18 -0800 + +Refresh of 1.0.4 + +--- + +diff --git a/acm_notes.txt b/acm_notes.txt +index 1eb6a62..4d20e71 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.3 is limited in its handling of dynamic changes. ++This release 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 c83dfe8..7fc4761 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.3, linux-rdma@vger.kernel.org) ++AC_INIT(ibacm, 1.0.4, 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.3) ++AM_INIT_AUTOMAKE(ibacm, 1.0.4) + + AM_PROG_LIBTOOL + +diff --git a/ibacm.spec.in b/ibacm.spec.in +index fa1f055..7a2ed9f 100644 +--- a/ibacm.spec.in ++++ b/ibacm.spec.in +@@ -1,7 +1,7 @@ + %define ver @VERSION@ + + Name: ibacm +-Version: 1.0.3 ++Version: 1.0.4 + Release: 1%{?dist} + Summary: InfiniBand Communication Manager Assistant