rpms/mpich2/devel mpich2.spec,1.26,1.27

tomspur tomspur at fedoraproject.org
Thu Jul 22 13:22:44 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/mpich2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20584

Modified Files:
	mpich2.spec 
Log Message:
BuildRequire python-devel and not just python
(used to break the build with python2.7)



Index: mpich2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpich2/devel/mpich2.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- mpich2.spec	22 Jul 2010 02:35:33 -0000	1.26
+++ mpich2.spec	22 Jul 2010 13:22:43 -0000	1.27
@@ -3,7 +3,7 @@
 Summary:	A high-performance implementation of MPI
 Name:		mpich2
 Version:	1.2.1p1
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	MIT
 Group:		Development/Libraries
 URL:		http://www.mcs.anl.gov/research/projects/mpich2
@@ -13,7 +13,8 @@ Patch0:		mpich2-modules.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libXt-devel, libuuid-devel
 BuildRequires:	java-devel-openjdk, gcc-gfortran
-BuildRequires:	emacs-common, perl, python
+BuildRequires:	emacs-common, perl
+BuildRequires:  python-devel
 Obsoletes:	%{name}-libs < 1.1.1
 Requires:	environment-modules
 Requires:	python
@@ -246,6 +247,9 @@ fi
 %exclude %{_datadir}/%{name}/examples*/Makefile-%{_arch}
 
 %changelog
+* Thu Jul 22 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.1p1-6
+- BuildRequire python-devel and not just python
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.2.1p1-5
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list