[openmpi] Update to 1.6.0 Drop arm patch, appears to be addressed upstream

Orion Poplawski orion at fedoraproject.org
Tue May 15 16:06:47 UTC 2012


commit ee90b8dae559b2a5a42c360736c612846c15c7a3
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue May 15 10:06:45 2012 -0600

    Update to 1.6.0
    Drop arm patch, appears to be addressed upstream

 .gitignore              |    1 +
 configure_arm_fix.patch |   16 ----------------
 openmpi.spec            |   12 +++++++-----
 sources                 |    2 +-
 4 files changed, 9 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7a66f9..2546ee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ openmpi-1.4.1-RH.tar.bz2
 /openmpi-1.5-RH.tar.bz2
 /openmpi-1.5.4-clean.tar.bz2
 /openmpi-1.5.5-clean.tar.bz2
+/openmpi-1.6.tar.bz2
diff --git a/openmpi.spec b/openmpi.spec
index 58a46bb..db4cafe 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -18,7 +18,7 @@
 #define _cc_name_suffix -gcc
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		1.5.5
+Version:		1.6
 Release:		1%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
@@ -26,16 +26,15 @@ License:		BSD, MIT and Romio
 URL:			http://www.open-mpi.org/
 
 # We can't use %{name} here because of _cc_name_suffix
-#Source0:		http://www.open-mpi.org/software/ompi/v1.5/downloads/openmpi-%{version}.tar.bz2
+Source0:		http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-%{version}.tar.bz2
 # openmpi-%{version}-clean.tar.bz2 was generated by taking the upstream tarball
 # and removing license-incompatible files:
 # rm -r opal/mca/backtrace/darwin/MoreBacktrace
-Source0:		openmpi-%{version}-clean.tar.bz2
+#Source0:		openmpi-%{version}-clean.tar.bz2
 Source1:		openmpi.module.in
 Source2:		macros.openmpi
 # Patch to handle removed items
 Patch0:			openmpi-removed.patch
-Patch1:			configure_arm_fix.patch
 
 BuildRequires:		gcc-gfortran, libtool
 # ARM HW doesn't support NUMA
@@ -116,7 +115,6 @@ Contains development headers and libraries for openmpi
 %prep
 %setup -q -n openmpi-%{version}
 %patch0 -p1 -b .removed
-%patch1 -p1 -b .arm
 # Make sure we don't use the local libltdl library
 rm -r opal/libltdl
 
@@ -233,6 +231,10 @@ mkdir -p %{buildroot}/%{python_sitearch}/openmpi%{?_cc_name_suffix}
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Tue May 15 2012 Orion Poplawski <orion at cora.nwra.com> 1.6.0-1
+- Update to 1.6.0
+- Drop arm patch, appears to be addressed upstream
+
 * Tue Apr  3 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.5.5-1
 - Update to 1.5.5
 
diff --git a/sources b/sources
index bb3fb08..b475261 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74a04e4f140299eee7f4db5e318b6c53  openmpi-1.5.5-clean.tar.bz2
+dd6f5bd4b3cb14d93bbf530e50e46e60  openmpi-1.6.tar.bz2


More information about the scm-commits mailing list