diff --git a/.gitignore b/.gitignore index 6f488d1..a7d31bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /rpy2-2.3.9.tar.gz /rpy2-2.3.10.tar.gz +/rpy2-2.4.2.tar.gz diff --git a/rpy.spec b/rpy.spec index 35077f1..1b207b6 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,14 +1,14 @@ %{!?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.0 +%global rver 3.1.1 Name: rpy Summary: Python interface to the R language -Version: 2.3.10 -Release: 2%{?dist} +Version: 2.4.2 +Release: 1%{?dist} Url: http://rpy.sourceforge.net Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz -License: MPLv1.1 or GPLv2+ or LGPLv2+ +License: GPLv2+ Group: Development/Libraries BuildRequires: R-devel = %{rver}, numpy, python2-devel BuildRequires: readline-devel @@ -36,11 +36,15 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build python setup.py install -O1 --skip-build --root=%{buildroot} %files -%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO +%doc AUTHORS NEWS README PKG-INFO %{python_sitearch}/rpy2/ %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Wed Jul 16 2014 Tom Callaway - 2.4.2-1 +- update to 2.4.2 +- R 3.1.1 + * Sun Jun 08 2014 Fedora Release Engineering - 2.3.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -81,7 +85,7 @@ python setup.py install -O1 --skip-build --root=%{buildroot} * Sat Jul 21 2012 Fedora Release Engineering - 2.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -* Mon Jul 4 2012 Tom Callaway - 2.2.6-1 +* Wed Jul 4 2012 Tom Callaway - 2.2.6-1 - update to 2.2.6, R 2.15.1 * Sat Mar 31 2012 Tom Callaway - 2.2.5-1 diff --git a/sources b/sources index e4159ee..7a93a26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9db1b8be710f1b6eee8974a956185c37 rpy2-2.3.10.tar.gz +25193dedeb8e47f63217b8c83b847a85 rpy2-2.4.2.tar.gz