From b2424cb401ad439b8ffde12ab444363758d90b5e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 1 Nov 2014 18:46:32 -0400 Subject: [PATCH] 2.4.4, R 3.1.2 --- .gitignore | 1 + rpy.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e56d521..562cee0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ clog /rpy2-2.4.3.tar.gz +/rpy2-2.4.4.tar.gz diff --git a/rpy.spec b/rpy.spec index 82e266e..6db779d 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 betaver beta1 -%global rver 3.1.1 +%global rver 3.1.2 Name: rpy Summary: Python interface to the R language -Version: 2.4.3 +Version: 2.4.4 Release: 1%{?dist} Url: http://rpy.sourceforge.net Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz @@ -41,6 +41,10 @@ python setup.py install -O1 --skip-build --root=%{buildroot} %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Sat Nov 1 2014 Tom Callaway - 2.4.4-1 +- update to 2.4.4 +- R 3.1.2 + * Wed Sep 24 2014 José Matos - 2.4.3-1 - update to 2.4.3 diff --git a/sources b/sources index 0322577..73ea441 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -57e3fda409226dffb543c913c8553cdc rpy2-2.4.3.tar.gz +58fd357ba922839b65fd67766319b806 rpy2-2.4.4.tar.gz