2.6.0, R 3.2.1
This commit is contained in:
parent
014584962d
commit
0ecb2e4c51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
clog
|
||||
/rpy2-2.5.6.tar.gz
|
||||
/rpy2-2.6.0.tar.gz
|
||||
|
9
rpy.spec
9
rpy.spec
@ -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.2.0
|
||||
%global rver 3.2.1
|
||||
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.5.6
|
||||
Release: 5%{?dist}
|
||||
Version: 2.6.0
|
||||
Release: 1%{?dist}
|
||||
Url: http://rpy.sourceforge.net/
|
||||
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
@ -63,6 +63,9 @@ popd
|
||||
%{python3_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Tom Callaway <spot@fedoraproject.org> - 2.6.0-1
|
||||
- 2.6.0, R 3.2.1
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user