2.6.0, R 3.2.1

This commit is contained in:
Tom Callaway 2015-06-19 10:41:22 -04:00
parent 014584962d
commit 0ecb2e4c51
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
clog
/rpy2-2.5.6.tar.gz
/rpy2-2.6.0.tar.gz

View File

@ -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

View File

@ -1 +1 @@
a36e758b633ce6aec6a5f450bfee980f rpy2-2.5.6.tar.gz
679898fbc832d4f05a5efcf1a7eb1a68 rpy2-2.6.0.tar.gz