From 169fe47bcac445058f1c59e2e57c596d72c93903 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 21 Apr 2014 16:53:49 -0400 Subject: [PATCH] 2.3.10, R 3.1.0 --- .gitignore | 1 + rpy.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dda4728..6f488d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /rpy2-2.3.9.tar.gz +/rpy2-2.3.10.tar.gz diff --git a/rpy.spec b/rpy.spec index 7de8349..77641f9 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,11 +1,11 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} # %%global betaver beta1 -%global rver 3.0.3 +%global rver 3.1.0 Name: rpy Summary: Python interface to the R language -Version: 2.3.9 -Release: 2%{?dist} +Version: 2.3.10 +Release: 1%{?dist} Url: http://rpy.sourceforge.net Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -41,6 +41,10 @@ python setup.py install -O1 --skip-build --root=%{buildroot} %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Mon Apr 21 2014 Tom Callaway - 2.3.10-1 +- update to 2.3.10 +- R 3.1.0 + * Sun Mar 23 2014 Tom Callaway - 2.3.9-2 - rebuild for R 3.0.3 diff --git a/sources b/sources index 5ea13ca..e4159ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86851a56f637e7b87709eb2b91dc5075 rpy2-2.3.9.tar.gz +9db1b8be710f1b6eee8974a956185c37 rpy2-2.3.10.tar.gz