[openmpi] - Update to 1.7.3 - Upstream no longer ships license incompatible files

Orion Poplawski orion at fedoraproject.org
Mon Oct 21 02:44:49 UTC 2013


commit 8a866fc34b91acbb7c1475a5bdc26a2aa33c3c11
Author: Orion Poplawski <orion at nwra.com>
Date:   Sun Oct 20 20:44:51 2013 -0600

    - Update to 1.7.3
    - Upstream no longer ships license incompatible files

 .gitignore            |    1 +
 openmpi-removed.patch |   32 --------------------------------
 openmpi.spec          |   17 +++++++----------
 sources               |    2 +-
 4 files changed, 9 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9db9dff..89bd2f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ openmpi-1.4.1-RH.tar.bz2
 /openmpi-1.7-clean.tar.xz
 /openmpi-1.7.1-clean.tar.xz
 /openmpi-1.7.2-clean.tar.xz
+/openmpi-1.7.3.tar.bz2
diff --git a/openmpi.spec b/openmpi.spec
index c4dabcc..ecf93e0 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -18,23 +18,17 @@
 #global _cc_name_suffix -gcc
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		1.7.2
-Release:		7%{?dist}
+Version:		1.7.3
+Release:		1%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 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.7/downloads/openmpi-%{version}.tar.bz2
-# openmpi-%{version}-clean.tar.xz was generated by taking the upstream tarball
-# and removing license-incompatible files:
-# rm -r opal/mca/backtrace/darwin/MoreBacktrace
-Source0:		openmpi-%{version}-clean.tar.xz
+Source0:		http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-%{version}.tar.bz2
 Source1:		openmpi.module.in
 Source2:		macros.openmpi
-# Patch to handle removed items
-Patch0:			openmpi-removed.patch
 # Patch to use system ltdl for tests
 Patch1:                 openmpi-ltdl.patch
 
@@ -115,7 +109,6 @@ Contains development headers and libraries for openmpi
 
 %prep
 %setup -q -n openmpi-%{version}
-%patch0 -p1 -b .removed
 %patch1 -p1 -b .ltdl
 # Make sure we don't use the local libltdl library
 rm -r opal/libltdl
@@ -239,6 +232,10 @@ make check
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Sun Oct 20 2013 Orion Poplawski <orion at cora.nwra.com> 1.7.3-1
+- Update to 1.7.3
+- Upstream no longer ships license incompatible files
+
 * Fri Aug 16 2013 Orion Poplawski <orion at cora.nwra.com> 1.7.2-7
 - Move orte* compiler wrappers to devel sub-package (bug #997330)
 
diff --git a/sources b/sources
index 39ef141..20704a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd5c58ece5cbce64038e0bc4fc340a6a  openmpi-1.7.2-clean.tar.xz
+7d0779f73c43eb1d098ad037d60649bc  openmpi-1.7.3.tar.bz2


More information about the scm-commits mailing list