diff --git a/rpy.spec b/rpy.spec index 0babea7..0f7eef7 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: 7%{?dist} +Release: 8%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: R, python-numeric, python-devel, texinfo Requires: python-numeric -Requires: R = 2.2.1 +Requires: R = 2.3.0 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -66,6 +66,9 @@ fi %changelog +* Wed Apr 26 2006 José Matos - 0.4.6-8 +- Rebuild for R-2.3.0 + * Fri Feb 17 2006 Alex Lancaster - 0.4.6-7 - Build info docs (bz#169002). - Build pdf and html documentation, clean doc directory. (jamatos)