rpms/rpy/devel rpy.spec,1.4,1.5

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Thu Feb 16 11:50:29 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/rpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25636

Modified Files:
	rpy.spec 
Log Message:
* Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-5
- Set explicit dependency on exact version of R used to build the package. (bz#177078)



Index: rpy.spec
===================================================================
RCS file: /cvs/extras/rpms/rpy/devel/rpy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpy.spec	3 Jan 2006 23:32:47 -0000	1.4
+++ rpy.spec	16 Feb 2006 11:50:28 -0000	1.5
@@ -3,7 +3,7 @@
 Name: 		rpy
 Summary: 	Python interface to the R language
 Version:	0.4.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Url:		http://rpy.sourceforge.net
 Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
 License:	GPL
@@ -11,7 +11,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	R, python-numeric, python-devel
-Requires:	R, python-numeric
+
+Requires:	R = %(R --version | head -n 1 | sed -e 's/.* \(.*\) .*/\1/')
+Requires:	python-numeric
 
 %description
 RPy provides a robust Python interface to the R
@@ -43,14 +45,17 @@
 
 
 %changelog
-* Tue Jan  3 2006 Jose' Matos <jamatos at fc.up.pt> - 0.4.6-4
+* Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-5
+- Set explicit dependency on exact version of R used to build the package. (bz#177078)
+
+* Tue Jan  3 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-4
 - Update for R-2.2.1
 
-* Tue Oct 11 2005 Jose' Matos <jamatos at fc.up.pt> - 0.4.6-3
+* Tue Oct 11 2005 José Matos <jamatos at fc.up.pt> - 0.4.6-3
 - Another try to deal with make tag.
 
-* Mon Oct 10 2005 Jose' Matos <jamatos at fc.up.pt> - 0.4.6-2
+* Mon Oct 10 2005 José Matos <jamatos at fc.up.pt> - 0.4.6-2
 - Rebuild for R-2.2.0
 
-* Thu Sep 15 2005 Jose Matos <jamatos at fc.up.pt> - 0.4.6-1
+* Thu Sep 15 2005 José Matos <jamatos at fc.up.pt> - 0.4.6-1
 - Initial package for Fedora Extras




More information about the fedora-extras-commits mailing list