From d46bad0e259c95e6033bf7dc461b246c04793f6b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 1 Apr 2014 21:49:25 -0600 Subject: [PATCH] Update to 1.8 --- .gitignore | 1 + openmpi.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cf8b543..77000e6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ openmpi-1.4.1-RH.tar.bz2 /openmpi-1.7.3.tar.bz2 /openmpi-1.7.4.tar.bz2 /openmpi-1.7.5.tar.bz2 +/openmpi-1.8.tar.bz2 diff --git a/openmpi.spec b/openmpi.spec index 9e55bbf..8fd378f 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -21,15 +21,15 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: openmpi%{?_cc_name_suffix} -Version: 1.7.5 -Release: 2%{?dist} +Version: 1.8 +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 +Source0: http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-%{version}.tar.bz2 Source1: openmpi.module.in Source2: macros.openmpi # Patch to use system ltdl for tests @@ -238,6 +238,9 @@ make check %changelog +* Tue Apr 1 2014 Orion Poplawski 1.8-1 +- Update to 1.8 + * Tue Mar 25 2014 Orion Poplawski 1.7.5-2 - Update provides filter diff --git a/sources b/sources index 2d76e79..a8acd66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -321ab81147ac69a5bbca72652fb3b468 openmpi-1.7.5.tar.bz2 +5999cfb177a50c480b5d0bced379aff1 openmpi-1.8.tar.bz2