2.3.10, R 3.1.0

This commit is contained in:
Tom Callaway 2014-04-30 10:35:47 -04:00
parent 928f9a3a70
commit 11afdca838
2 changed files with 10 additions and 3 deletions

View File

@ -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.0.2
%global rver 3.1.0
Name: rpy
Summary: Python interface to the R language
Version: 2.3.9
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
@ -41,6 +41,13 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Mon Apr 21 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.10-1
- update to 2.3.10
- R 3.1.0
* Sun Mar 23 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.9-2
- rebuild for R 3.0.3
* Fri Jan 31 2014 José Matos <jamatos@fedoraproject.org> - 2.3.9-1
- update to 2.3.9
- prepare the python3 support:

View File

@ -1 +1 @@
86851a56f637e7b87709eb2b91dc5075 rpy2-2.3.9.tar.gz
9db1b8be710f1b6eee8974a956185c37 rpy2-2.3.10.tar.gz