[openmpi/f13/master] Upgrade to 1.4.3 and set MANPATH in openmpi.module

Jay Fenlason dajt at fedoraproject.org
Wed Oct 20 19:58:18 UTC 2010


commit b8f17485f486e685d161132df8d26f48c918a2db
Author: Jay Fenlason <fenlason at redhat.com>
Date:   Wed Oct 20 15:58:13 2010 -0400

    Upgrade to 1.4.3 and set MANPATH in openmpi.module

 .gitignore        |    1 +
 openmpi.module.in |    1 +
 openmpi.spec      |   10 +++++++---
 sources           |    2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1516f94..7c304b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 openmpi-1.4.1-RH.tar.bz2
+/openmpi-1.4.3-RH.tar.bz2
diff --git a/openmpi.module.in b/openmpi.module.in
index 8d0cb66..59be874 100644
--- a/openmpi.module.in
+++ b/openmpi.module.in
@@ -5,6 +5,7 @@
 prepend-path 		PATH 		@LIBDIR@/bin
 prepend-path 		LD_LIBRARY_PATH @LIBDIR@/lib
 prepend-path		PYTHONPATH	@PYSITEARCH@
+prepend-path		MANPATH		@MANDIR@
 setenv 			MPI_BIN		@LIBDIR@/bin
 setenv			MPI_SYSCONFIG	@ETCDIR@
 setenv			MPI_FORTRAN_MOD_DIR	@FMODDIR@
diff --git a/openmpi.spec b/openmpi.spec
index 5feb570..b161f96 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -18,15 +18,15 @@
 #define _cc_name_suffix -gcc
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		1.4.1
-Release:		4%{?dist}
+Version:		1.4.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.4/downloads/openmpi-%{version}.tar.bz2
-# openmpi-1.4.1-RH.tar.bz2 was generated by taking the upstream 1.4.1 tarball
+# openmpi-1.4.3-RH.tar.bz2 was generated by taking the upstream 1.4.3 tarball
 # and removing license-incompatible (ras_loadleveler_module.c contained
 # usage requirements that we cannot make our users comply with, and
 # MoreDebugging/* is AML but unused in our configuration),
@@ -218,6 +218,10 @@ rm -rf %{buildroot}
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Wed Oct 20 2010 Jay Fenlason <fenlason at redhat.com> - 1.4.3-1
+- update module.in to set MANPATH
+- upgrade to 1.4.3
+
 * Mon Mar 29 2010 Jay Fenlason <fenlason at redhat.com> - 1.4.1-4
 - Update to fix licencing and packaging issues:
   Use the system plpa and ltdl librarires rather than the ones in the tarball
diff --git a/sources b/sources
index c275396..c6cc03a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a343ebe72050f6795a132a8d6df876e  openmpi-1.4.1-RH.tar.bz2
+febfdf4241b08df9cdc92b21c269c94b  openmpi-1.4.3-RH.tar.bz2


More information about the scm-commits mailing list