diff --git a/.cvsignore b/.cvsignore index ef24fdf..b23c8ff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpy2-2.0.3.tar.gz +rpy2-2.0.6.tar.gz diff --git a/rpy.spec b/rpy.spec index c02bdd5..94d3831 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.9.0 +%define rver 2.9.1 Name: rpy Summary: Python interface to the R language -Version: 2.0.3 -Release: 2%{?dist} +Version: 2.0.6 +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+ @@ -34,6 +34,7 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT +mv %{buildroot}/usr/lib/python2.6/site-packages/rpy2/images %{buildroot}%{python_sitearch}/rpy2/ %clean rm -rf $RPM_BUILD_ROOT @@ -45,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Thu Jul 9 2009 Tom "spot" Callaway - 2.0.6-1 +- rebuild for R 2.9.1 +- update to rpy2 2.0.6 + * Fri Apr 17 2009 Tom "spot" Callaway - 2.0.3-2 - rebuild for R 2.9.0 diff --git a/sources b/sources index c7e3e44..534818c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cd67567080f43c53b8d4ea75bb2ca1a rpy2-2.0.3.tar.gz +5c1da09811ead076dc03896ff9307b9d rpy2-2.0.6.tar.gz