diff --git a/rpy.spec b/rpy.spec index 5f98e74..8f8833f 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: 20%{?dist}.2 +Release: 21%{?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.6.0 +Requires: R = 2.6.1 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -67,6 +67,9 @@ fi %changelog +* Mon Nov 26 2007 Tom "spot" Callaway - 0.4.6-21 +- rebuild against R 2.6.1 + * Mon Oct 15 2007 Tom "spot" Callaway - 0.4.6-20.2 - rebuild against R 2.6.0 (buildroot override)