From 4c0886f97b702a1947cb966dcc8c5d0030667829 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 14 Aug 2015 16:35:54 -0400 Subject: [PATCH] 2.6.2 --- .gitignore | 1 + rpy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d131189..7ac3554 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ clog /rpy2-2.5.6.tar.gz /rpy2-2.6.0.tar.gz /rpy2-2.6.1.tar.gz +/rpy2-2.6.2.tar.gz diff --git a/rpy.spec b/rpy.spec index 56cd45e..2190dbb 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.2.1 +%global rver 3.2.2 Name: rpy Summary: Python interface to the R language -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Url: http://rpy.sourceforge.net/ Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz @@ -63,6 +63,9 @@ popd %{python3_sitearch}/rpy2-%{version}*.egg-info %changelog +* Fri Aug 14 2015 Tom Callaway - 2.6.2-1 +- update to 2.6.2, R 3.2.2 + * Tue Jul 21 2015 José Matos - 2.6.1-1 - Update to 2.6.1 diff --git a/sources b/sources index 033adf8..2f33706 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2febe7862a9a4fa0a43fc3f6851823e6 rpy2-2.6.1.tar.gz +e057dff11ffe42351ceeb65375dbfc9b rpy2-2.6.2.tar.gz