2.4.4, R 3.1.2
This commit is contained in:
parent
bd4f2cba7a
commit
b2424cb401
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
clog
|
||||
/rpy2-2.4.3.tar.gz
|
||||
/rpy2-2.4.4.tar.gz
|
||||
|
8
rpy.spec
8
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.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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user