2.3.8, R 3.0.2

This commit is contained in:
Tom Callaway 2013-10-16 00:32:43 +01:00
parent 4dea77ee12
commit 113383087c
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <spot@fedoraproject.org> - 2.3.8-1
- update to 2.3.8, rebuild for R 3.0.2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
d64aed40e7b92581eb859890b291e88c rpy2-2.3.6.tar.gz
f331120aeeb1b27118d4e3360f2ec45d rpy2-2.3.8.tar.gz