From f89c0fa53f8c6727f5fd9a6b65a2bad96f5ef3d4 Mon Sep 17 00:00:00 2001 From: Tom "spot" Callaway Date: Oct 20 2010 19:07:45 +0000 Subject: update to 2.1.7 --- diff --git a/.gitignore b/.gitignore index 011429f..f44dbc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ rpy2-2.1.3.tar.gz +/rpy2-2.1.7.tar.gz diff --git a/rpy.spec b/rpy.spec index a7ea699..b205408 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.11.1 +%define rver 2.12.0 Name: rpy Summary: Python interface to the R language -Version: 2.1.3 -Release: 3%{?dist} +Version: 2.1.7 +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 +* Wed Oct 20 2010 Tom "spot" Callaway - 2.1.7-1 +- update to 2.1.7 + * Mon Jul 26 2010 David Malcolm - 2.1.3-3 - generalize reference to 2.6 to 2.? in %%install diff --git a/sources b/sources index 88cb489..344b897 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51544f516942b99f4825dbe776049b1c rpy2-2.1.3.tar.gz +e8e8db05f13644ce04784888156af471 rpy2-2.1.7.tar.gz