diff --git a/rpy.spec b/rpy.spec index 72aa089..57132a6 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)")} -%global rver 2.14.0 +%global rver 2.14.1 Name: rpy Summary: Python interface to the R language Version: 2.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Url: http://rpy.sourceforge.net Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -43,6 +43,9 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Fri Jan 6 2012 José Matos - 2.2.4-2 +- rebuild for R 2.14.1 + * Wed Nov 9 2011 Tom Callaway - 2.2.4-1 - update to 2.2.4 - rebuild for R 2.14.0