From 40baa8141b58e0a3651f894da70fc3508adb99bf Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 08 2008 13:53:27 +0000 Subject: R 2.7.1 --- diff --git a/rpy.spec b/rpy.spec index cf9bb79..b70c784 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,10 +1,10 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define rver 2.7.0 +%define rver 2.7.1 Name: rpy Summary: Python interface to the R language Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Url: http://rpy.sourceforge.net Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -74,6 +74,9 @@ fi %changelog +* Tue Jul 8 2008 Tom "spot" Callaway - 1.0.3-2 +- rebuild against R 2.7.1 + * Wed May 21 2008 José Matos - 1.0.3-1 - Update to 1.0.3 - Backport two patches from upstream (turn off debug and use the lapack version that R was compiled with)