[librdmacm] Update to latest upstream version and build against latest libibverbs

Doug Ledford dledford at fedoraproject.org
Wed Jul 20 18:44:02 UTC 2011


commit 703888833d032e73306f577b6cfafa5d21518fff
Author: Doug Ledford <dledford at redhat.com>
Date:   Wed Jul 20 14:43:41 2011 -0400

    Update to latest upstream version and build against latest libibverbs
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 .gitignore     |    1 +
 librdmacm.spec |   14 +++++++++-----
 sources        |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9894752..79fc9d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 librdmacm-1.0.7.tar.gz
 librdmacm-1.0.10.tar.gz
+librdmacm-1.0.14.1.tar.gz
diff --git a/librdmacm.spec b/librdmacm.spec
index 5d49ca0..b63224c 100644
--- a/librdmacm.spec
+++ b/librdmacm.spec
@@ -1,6 +1,6 @@
 Name: librdmacm
-Version: 1.0.10
-Release: 4%{?dist}
+Version: 1.0.14.1
+Release: 1%{?dist}
 Summary: Userspace RDMA Connection Manager
 Group: System Environment/Libraries
 License: GPLv2 or BSD
@@ -8,7 +8,7 @@ Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch: s390 s390x
-BuildRequires: libibverbs-devel >= 1.1
+BuildRequires: libibverbs-devel > 1.1.4
 
 %description
 librdmacm provides a userspace RDMA Communication Managment API.
@@ -37,8 +37,7 @@ Requires: %{name} = %{version}-%{release}
 Example test programs for the librdmacm library.
 
 %prep
-%setup -q -n %{name}-%{version}
-
+%setup -q
 
 %build
 %configure LDFLAGS=-lpthread
@@ -80,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jul 20 2011 Doug Ledford <dledford at redhat.com> - 1.0.14.1-1
+- Update to latest upstream release
+- Rebuild against latest libibverbs
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
@@ -108,3 +111,4 @@ rm -rf $RPM_BUILD_ROOT
 
 * Fri Feb 15 2008 Roland Dreier <rdreier at cisco.com> - 1.0.6-1
 - Initial Fedora spec file
+
diff --git a/sources b/sources
index 8034322..6f3ea25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20ea35c34a928152af529a647c86f0ba  librdmacm-1.0.10.tar.gz
+bc3cc06b808ab6096b5c0937f54a8dbd  librdmacm-1.0.14.1.tar.gz


More information about the scm-commits mailing list