diff --git a/.gitignore b/.gitignore index d07bb0c..d131189 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ clog /rpy2-2.5.6.tar.gz +/rpy2-2.6.0.tar.gz +/rpy2-2.6.1.tar.gz diff --git a/rpy.spec b/rpy.spec index d1d7d92..56cd45e 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,12 +1,12 @@ %{!?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.2 +%global rver 3.2.1 Name: rpy Summary: Python interface to the R language -Version: 2.5.6 +Version: 2.6.1 Release: 1%{?dist} -Url: https://bitbucket.org/lgautier/rpy2 +Url: http://rpy.sourceforge.net/ Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz License: GPLv2+ Group: Development/Libraries @@ -63,6 +63,24 @@ popd %{python3_sitearch}/rpy2-%{version}*.egg-info %changelog +* Tue Jul 21 2015 José Matos - 2.6.1-1 +- Update to 2.6.1 + +* Fri Jun 19 2015 Tom Callaway - 2.6.0-1 +- 2.6.0, R 3.2.1 + +* Thu Jun 18 2015 Fedora Release Engineering - 2.5.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Apr 30 2015 Tom Callaway - 2.5.6-4 +- R 3.2.0 + +* Wed Apr 1 2015 Orion Poplawski - 2.5.6-3 +- Fix URL + +* Tue Mar 10 2015 José Matos - 2.5.6-2 +- R 3.1.3 + * Fri Feb 13 2015 José Matos - 2.5.6-1 - update to 2.5.6 diff --git a/sources b/sources index 9a5c399..033adf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a36e758b633ce6aec6a5f450bfee980f rpy2-2.5.6.tar.gz +2febe7862a9a4fa0a43fc3f6851823e6 rpy2-2.6.1.tar.gz