[libibumad: 3/3] Update to latest upstream release

Doug Ledford dledford at fedoraproject.org
Tue Nov 27 19:47:06 UTC 2012


commit 57cc9fae72da81c79556c891c91b45638c665f08
Author: Doug Ledford <dledford at redhat.com>
Date:   Tue Nov 27 14:46:39 2012 -0500

    Update to latest upstream release
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 .gitignore     |    2 ++
 libibumad.spec |   18 +++++++++++-------
 sources        |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99360a5..a737241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ libibumad-1.3.2.tar.gz
 libibumad-1.3.3.tar.gz
 libibumad-1.3.4.tar.gz
 libibumad-1.3.7.tar.gz
+/libibumad-1.3.8.tar.gz
+/libibumad-1.3.8/
diff --git a/libibumad.spec b/libibumad.spec
index ec749f0..8388835 100644
--- a/libibumad.spec
+++ b/libibumad.spec
@@ -1,12 +1,12 @@
 Summary: OpenFabrics Alliance InfiniBand umad (user MAD) library
 Name: libibumad
-Version: 1.3.7
-Release: 3%{?dist}
+Version: 1.3.8
+Release: 1%{?dist}
 License: GPLv2 or BSD
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source: http://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
-Url: http://openfabrics.org
+Url: http://www.openfabrics.org
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: libtool, automake, autoconf, glibc-static
@@ -41,13 +41,13 @@ Static version of the libibumad library.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=${RPM_BUILD_ROOT} install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
 # remove unpackaged files from the buildroot
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libibumad.a
 
 %changelog
+* Tue Nov 27 2012 Doug Ledford <dledford at redhat.com> - 1.3.8-1
+- Update to latest upstream version
+- Fix Url tag
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e8ee84d..dd75911 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7575b7620615d7dfa1c7fdbbd310ec7  libibumad-1.3.7.tar.gz
+dadad9caebc974d8c0cdd9131b117c16  libibumad-1.3.8.tar.gz


More information about the scm-commits mailing list