From 113383087cc9c8f836b37396a69500bbbd015d9c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 16 Oct 2013 00:32:43 +0100 Subject: [PATCH] 2.3.8, R 3.0.2 --- .gitignore | 1 + rpy.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50346e8..0081837 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ rpy2-2.1.3.tar.gz /rpy2-2.3.0beta1.tar.gz /rpy2-2.3.5.tar.gz /rpy2-2.3.6.tar.gz +/rpy2-2.3.8.tar.gz diff --git a/rpy.spec b/rpy.spec index 3384603..6edf4c7 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.1 +%global rver 3.0.2 Name: rpy Summary: Python interface to the R language -Version: 2.3.6 -Release: 3%{?dist} +Version: 2.3.8 +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+ @@ -39,6 +39,9 @@ python setup.py install -O1 --skip-build --root=%{buildroot} %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Tue Oct 15 2013 Tom Callaway - 2.3.8-1 +- update to 2.3.8, rebuild for R 3.0.2 + * Sun Aug 04 2013 Fedora Release Engineering - 2.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 016a7b1..414311e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d64aed40e7b92581eb859890b291e88c rpy2-2.3.6.tar.gz +f331120aeeb1b27118d4e3360f2ec45d rpy2-2.3.8.tar.gz