rpms/openmpi/devel .cvsignore, 1.9, 1.10 openmpi.spec, 1.47, 1.48 sources, 1.10, 1.11 openmpi-changeset_r22324.patch, 1.1, NONE

Jay Fenlason dajt at fedoraproject.org
Tue Jan 26 17:19:37 UTC 2010


Author: dajt

Update of /cvs/pkgs/rpms/openmpi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23420

Modified Files:
	.cvsignore openmpi.spec sources 
Removed Files:
	openmpi-changeset_r22324.patch 
Log Message:
- New upstream version, which includes the changeset_r22324 patch.
- Correct a typo in the Source0 line in this spec file.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openmpi/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	13 Jan 2010 18:40:51 -0000	1.9
+++ .cvsignore	26 Jan 2010 17:19:37 -0000	1.10
@@ -1,3 +1 @@
-openmpi-1.3.1.tar.bz2
-openmpi-1.3.3.tar.bz2
-openmpi-1.4.tar.bz2
+openmpi-1.4.1.tar.bz2


Index: openmpi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openmpi/devel/openmpi.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- openmpi.spec	15 Jan 2010 22:41:15 -0000	1.47
+++ openmpi.spec	26 Jan 2010 17:19:37 -0000	1.48
@@ -18,18 +18,17 @@
 #define _cc_name_suffix -gcc
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		1.4
-Release:		4%{?dist}
+Version:		1.4.1
+Release:		1%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD
 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.3/downloads/openmpi-%{version}.tar.bz2
+Source0:		http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-%{version}.tar.bz2
 Source1:		openmpi.pc.in
 Source2:		openmpi.module.in
 Source3:		macros.openmpi
-Patch0:			openmpi-changeset_r22324.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:		gcc-gfortran, libtool, numactl-devel, valgrind-devel
 BuildRequires:		libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0
@@ -106,7 +105,6 @@ Contains development headers and librari
 
 %prep
 %setup -q -n openmpi-%{version}
-%patch0 -p2 -b .bz538199
 %ifarch x86_64
 XFLAGS="-fPIC"
 %endif
@@ -211,11 +209,16 @@ rm -rf %{buildroot}
 %{_mandir}/%{namearch}/man1/opal_*
 %{_mandir}/%{namearch}/man3/*
 %{_mandir}/%{namearch}/man7/opal*
+%{_libdir}/%{name}/share/openmpi/openmpi-valgrind.supp
 %{_libdir}/%{name}/share/openmpi/mpi*
 %{_libdir}/%{name}/share/vampirtrace/*
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Tue Jan 26 2010 Jay Fenlason <fenlason at redhat.com> - 1.4.1-1
+- New upstream version, which includes the changeset_r22324 patch.
+- Correct a typo in the Source0 line in this spec file.
+
 * Fri Jan 15 2010 Doug Ledford <dledford at redhat.com> - 1.4-4
 - Fix an issue with usage of _cc_name_suffix that cause a broken define in
   our module file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openmpi/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	13 Jan 2010 18:25:52 -0000	1.10
+++ sources	26 Jan 2010 17:19:37 -0000	1.11
@@ -1 +1 @@
-9786ec0698afed9498ce43dc3978a435  openmpi-1.4.tar.bz2
+28a820c85e02973809df881fdeddd15e  openmpi-1.4.1.tar.bz2


--- openmpi-changeset_r22324.patch DELETED ---



More information about the scm-commits mailing list