2.6.2
This commit is contained in:
parent
c50ebf39ef
commit
4c0886f97b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ clog
|
|||||||
/rpy2-2.5.6.tar.gz
|
/rpy2-2.5.6.tar.gz
|
||||||
/rpy2-2.6.0.tar.gz
|
/rpy2-2.6.0.tar.gz
|
||||||
/rpy2-2.6.1.tar.gz
|
/rpy2-2.6.1.tar.gz
|
||||||
|
/rpy2-2.6.2.tar.gz
|
||||||
|
7
rpy.spec
7
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)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
# %%global betaver beta1
|
# %%global betaver beta1
|
||||||
%global rver 3.2.1
|
%global rver 3.2.2
|
||||||
|
|
||||||
Name: rpy
|
Name: rpy
|
||||||
Summary: Python interface to the R language
|
Summary: Python interface to the R language
|
||||||
Version: 2.6.1
|
Version: 2.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Url: http://rpy.sourceforge.net/
|
Url: http://rpy.sourceforge.net/
|
||||||
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
|
||||||
@ -63,6 +63,9 @@ popd
|
|||||||
%{python3_sitearch}/rpy2-%{version}*.egg-info
|
%{python3_sitearch}/rpy2-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 14 2015 Tom Callaway <spot@fedoraproject.org> - 2.6.2-1
|
||||||
|
- update to 2.6.2, R 3.2.2
|
||||||
|
|
||||||
* Tue Jul 21 2015 José Matos <jamatos@fedoraproject.org> - 2.6.1-1
|
* Tue Jul 21 2015 José Matos <jamatos@fedoraproject.org> - 2.6.1-1
|
||||||
- Update to 2.6.1
|
- Update to 2.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user