diff --git a/rpy.spec b/rpy.spec index 2e3598c..821ac53 100644 --- a/rpy.spec +++ b/rpy.spec @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 15%{?dist} +Release: 16%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric -Requires: R = 2.4.1 +Requires: R = 2.5.0 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,9 @@ fi %changelog +* Thu Apr 26 2007 José Matos - 0.4.6-16 +- Rebuild to link with R 2.5.0 + * Thu Dec 21 2006 Tom "spot" Callaway - 0.4.6-15 - Rebuild for new R-version.