From: Sean Hefty Date: Mon, 21 Jun 2010 16:12:33 +0000 (-0700) Subject: refresh X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=fdc463d6b173c2d44bda03499f683d8b9b2249d1;p=~shefty%2Fibacm.git refresh --- diff --git a/meta b/meta index b13a21e..14e158a 100644 --- a/meta +++ b/meta @@ -1,8 +1,7 @@ Version: 1 -Previous: 11ca1325ea038c1e72d377d8d252d1366993d98a -Head: c108928b4d8bd864b591b51cb2512fe1e3d7e6e9 +Previous: db31e895e8012180c37e26cc267669ea4267d466 +Head: 70ba851bc652bc2eb8bdcf1d4138703b0db287c2 Applied: - ibacm-fixup-package-name-and-i: de4c3bcb9875281c22a667856847d7a5e5546f9d - refresh-temp: c108928b4d8bd864b591b51cb2512fe1e3d7e6e9 + ibacm-fixup-package-name-and-i: 70ba851bc652bc2eb8bdcf1d4138703b0db287c2 Unapplied: Hidden: diff --git a/patches/ibacm-fixup-package-name-and-i b/patches/ibacm-fixup-package-name-and-i index 0e17017..86f80c3 100644 --- a/patches/ibacm-fixup-package-name-and-i +++ b/patches/ibacm-fixup-package-name-and-i @@ -1,5 +1,5 @@ Bottom: 087d6d362bd4701b1c1d2e3b02fbb873888cbf80 -Top: daa73408825627cbc7a8b403b0cfab48dd1e187a +Top: 0b2115751401c86f009f07809c320f5c586325d2 Author: Sean Hefty Date: 2010-06-21 09:08:39 -0700 @@ -26,21 +26,8 @@ index 46f68d4..b0d5fff 100644 man_MANS = \ man/ib_acme.1 \ -diff --git a/acm_notes.txt b/acm_notes.txt -index bf38961..2bd7afb 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.0 is limited in its handling of dynamic changes. -+This release 1.0.1 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 9311602..71b3eb5 100644 +index 9311602..da59fdd 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ @@ -48,12 +35,12 @@ index 9311602..71b3eb5 100644 AC_PREREQ(2.57) -AC_INIT(ib_acm, 1.0.0, linux-rdma@vger.kernel.org) -+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(ib_acm, 1.0.0) -+AM_INIT_AUTOMAKE(ibacm, 1.0.1) ++AM_INIT_AUTOMAKE(ibacm, 1.0.0) AM_PROG_LIBTOOL @@ -70,19 +57,17 @@ index 9311602..71b3eb5 100644 dnl Checks for header files. diff --git a/ibacm.spec.in b/ibacm.spec.in -index 2c10e1c..9eabeb0 100644 +index 2c10e1c..85bd6d6 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in -@@ -1,7 +1,7 @@ +@@ -1,6 +1,6 @@ %define ver @VERSION@ -Name: ib_acm --Version: 1.0.0 +Name: ibacm -+Version: 1.0.1 + Version: 1.0.0 Release: 1%{?dist} Summary: InfiniBand Communication Manager Assistant - @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libibverbs-devel >= 1.1-1 diff --git a/patches/refresh-temp b/patches/refresh-temp deleted file mode 100644 index 5e7751f..0000000 --- a/patches/refresh-temp +++ /dev/null @@ -1,52 +0,0 @@ -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