[mpich2] Update to 1.4rc1

Deji Akingunola deji at fedoraproject.org
Tue Mar 29 15:22:14 UTC 2011


commit 1224dfb77eb23d3c5a7855305d7fff9de9b322f0
Author: Deji Akingunola <dakingun at mail.com>
Date:   Tue Mar 29 11:23:19 2011 -0400

    Update to 1.4rc1

 .gitignore  |    1 +
 mpich2.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 686043b..d4cb1d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ mpich2-1.2.1p1.tar.gz
 /mpich2-1.3.1.tar.gz
 /mpich2-1.3.2.tar.gz
 /mpich2-1.3.2p1.tar.gz
+/mpich2-1.4rc1.tar.gz
diff --git a/mpich2.spec b/mpich2.spec
index aa8d04a..161cf4f 100644
--- a/mpich2.spec
+++ b/mpich2.spec
@@ -2,12 +2,12 @@
 
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
-Version:	1.3.2p1
-Release:	1%{?dist}
+Version:	1.4
+Release:	0.1.rc1%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mcs.anl.gov/research/projects/mpich2
-Source0:	http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/%{version}/%{name}-%{version}.tar.gz
+Source0:	http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/%{version}/%{name}-%{version}rc1.tar.gz
 Source1:	mpich2.macros	
 Patch0:		mpich2-modules.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,7 +103,7 @@ Contains documentations, examples and manpages for mpich2
 %endif
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}rc1
 %patch0 -p0 -b .modu
 
 %build
@@ -264,6 +264,9 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Tue Mar 29 2011 Deji Akingunola <dakingun at gmail.com> - 1.4-0.1.rc1
+- Update to 1.4rc1
+
 * Thu Feb 17 2011 Deji Akingunola <dakingun at gmail.com> - 1.3.2p1-1
 - Update to version 1.3.2p1
 
diff --git a/sources b/sources
index a91e2b9..da41e78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae512ce9da2e8a3cc7c344712349eceb  mpich2-1.3.2p1.tar.gz
+b3aab7156ed3d4afa50ac175cd182e1b  mpich2-1.4rc1.tar.gz


More information about the scm-commits mailing list