rpms/mpi4py/devel mpi4py.spec,1.7,1.8

tomspur tomspur at fedoraproject.org
Wed Jul 7 21:42:54 UTC 2010


Author: tomspur

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

Modified Files:
	mpi4py.spec 
Log Message:
doc package needs to require common package, because of licensing
http://lists.fedoraproject.org/pipermail/devel-announce/2010-July/000631.html



Index: mpi4py.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mpi4py/devel/mpi4py.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mpi4py.spec	11 Apr 2010 11:42:55 -0000	1.7
+++ mpi4py.spec	7 Jul 2010 21:42:54 -0000	1.8
@@ -16,7 +16,7 @@
 
 Name:           mpi4py
 Version:        1.2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python bindings of the Message Passing Interface (MPI)
 
 Group:          Development/Languages
@@ -49,9 +49,10 @@ objects).
 %package docs
 Summary:        Documentation for %{name}
 Group:          Documentation
+Requires:       %{name}-common = %{version}-%{release}
 BuildArch:      noarch
 %description docs
-This package contains the documentation  and examples for %{name}.
+This package contains the documentation and examples for %{name}.
 
 %if 0%{?with_python3}
 %package -n python3-mpi4py
@@ -343,6 +344,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul  7 2010 Thomas Spura <tomspur at fedoreproject.org> - 1.2.1-4
+- doc package needs to require common package, because of licensing
+
 * Sun Apr 11 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.2.1-3
 - also provides python2-mpi4py-*
 



More information about the scm-commits mailing list