2.7.5
This commit is contained in:
parent
e1efdb4be1
commit
4d9971aecc
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ clog
|
|||||||
/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
|
/rpy2-2.6.2.tar.gz
|
||||||
|
/rpy2-2.7.5.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)")}
|
%{!?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.2
|
%global rver 3.2.3
|
||||||
|
|
||||||
Name: rpy
|
Name: rpy
|
||||||
Summary: Python interface to the R language
|
Summary: Python interface to the R language
|
||||||
Version: 2.6.2
|
Version: 2.7.5
|
||||||
Release: 3%{?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
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -63,6 +63,9 @@ popd
|
|||||||
%{python3_sitearch}/rpy2-%{version}*.egg-info
|
%{python3_sitearch}/rpy2-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 11 2015 Tom Callaway <spot@fedoraproject.org> - 2.7.5-1
|
||||||
|
- update to 2.7.5
|
||||||
|
|
||||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-3
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user