diff --git a/.cvsignore b/.cvsignore index b23c8ff..0e4d371 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpy2-2.0.6.tar.gz +rpy2-2.1.0.tar.gz diff --git a/rpy.spec b/rpy.spec index 5d6eb37..0d9f4cd 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.10.1 +%define rver 2.11.0 Name: rpy Summary: Python interface to the R language -Version: 2.0.8 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Url: http://rpy.sourceforge.net Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Fri Apr 23 2010 Tom "spot" Callaway - 2.1.0-1 +- update to 2.1.0 + * Thu Apr 8 2010 José Matos - 2.0.8-2 - Rebuild for new numpy. diff --git a/sources b/sources index 7885914..e542413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c63a56aca8a352719ee3c91805beee66 rpy2-2.0.8.tar.gz +90737bf49d9d340937921fbc85dbf364 rpy2-2.1.0.tar.gz