2.4.4, R 3.1.2

This commit is contained in:
Tom Callaway 2014-11-01 18:46:32 -04:00
parent bd4f2cba7a
commit b2424cb401
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
clog
/rpy2-2.4.3.tar.gz
/rpy2-2.4.4.tar.gz

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.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 <spot@fedoraproject.org> - 2.4.4-1
- update to 2.4.4
- R 3.1.2
* Wed Sep 24 2014 José Matos <jamatos@fedoraproject.org> - 2.4.3-1
- update to 2.4.3

View File

@ -1 +1 @@
57e3fda409226dffb543c913c8553cdc rpy2-2.4.3.tar.gz
58fd357ba922839b65fd67766319b806 rpy2-2.4.4.tar.gz