From: Sean Hefty Date: Mon, 21 Jun 2010 16:12:33 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=fc0a6b5ca5c65bd5803491dd0022f24b6667fb24;p=~shefty%2Fibacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 9ad0e80..b13a21e 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: 8dcbb9f70799e030455a2947fbdf2272cc6e1c34 -Head: de4c3bcb9875281c22a667856847d7a5e5546f9d +Previous: 11ca1325ea038c1e72d377d8d252d1366993d98a +Head: c108928b4d8bd864b591b51cb2512fe1e3d7e6e9 Applied: ibacm-fixup-package-name-and-i: de4c3bcb9875281c22a667856847d7a5e5546f9d + refresh-temp: c108928b4d8bd864b591b51cb2512fe1e3d7e6e9 Unapplied: Hidden: diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 0000000..5e7751f --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,52 @@ +Bottom: daa73408825627cbc7a8b403b0cfab48dd1e187a +Top: 0b2115751401c86f009f07809c320f5c586325d2 +Author: Sean Hefty +Date: 2010-06-21 09:12:32 -0700 + +Refresh of ibacm-fixup-package-name-and-i + +--- + +diff --git a/acm_notes.txt b/acm_notes.txt +index 2bd7afb..bf38961 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.1 is limited in its handling of dynamic changes. ++This release 1.0.0 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 71b3eb5..da59fdd 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.1, linux-rdma@vger.kernel.org) ++AC_INIT(ibacm, 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(ibacm, 1.0.1) ++AM_INIT_AUTOMAKE(ibacm, 1.0.0) + + AM_PROG_LIBTOOL + +diff --git a/ibacm.spec.in b/ibacm.spec.in +index 9eabeb0..85bd6d6 100644 +--- a/ibacm.spec.in ++++ b/ibacm.spec.in +@@ -1,7 +1,7 @@ + %define ver @VERSION@ + + Name: ibacm +-Version: 1.0.1 ++Version: 1.0.0 + Release: 1%{?dist} + Summary: InfiniBand Communication Manager Assistant