[rpy/f19] R3

Tom Callaway spot at fedoraproject.org
Mon Apr 15 17:35:57 UTC 2013


commit 8800e4bf71b01d49f4d9a97e75f7f497b40766e5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Apr 15 13:35:14 2013 -0400

    R3

 rpy.spec |   15 +++++++++------
 sources  |    2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/rpy.spec b/rpy.spec
index bd50d82..3d8ed0a 100644
--- a/rpy.spec
+++ b/rpy.spec
@@ -1,13 +1,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%global betaver beta1
-%global rver   2.15.2
+# %%global betaver beta1
+%global rver   3.0.0
 
 Name:          rpy
 Summary:       Python interface to the R language
-Version:       2.3.0
-Release:       0.2.%{betaver}%{?dist}
+Version:       2.3.5
+Release:       1%{?dist}
 Url:           http://rpy.sourceforge.net
-Source:        http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}%{betaver}.tar.gz
+Source:        http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
 License:       MPLv1.1 or GPLv2+ or LGPLv2+
 Group:         Development/Libraries
 BuildRequires: R-devel = %{rver}, numpy, python-devel
@@ -25,7 +25,7 @@ execute arbitrary R functions. All the errors from the R language are
 converted to Python exceptions.
 
 %prep
-%setup -q -n %{name}2-%{version}%{betaver}
+%setup -q -n %{name}2-%{version}
 
 %build
 env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
@@ -39,6 +39,9 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
 %{python_sitearch}/rpy2-%{version}*.egg-info
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 2.3.5-1
+- update to 2.3.5, built against R 3.0.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0-0.2.beta1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ec1fca9..56e5d39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f75b07ccb916911ab810ec40f6870b0  rpy2-2.3.0beta1.tar.gz
+56341b6f425149b60765b19641e953a4  rpy2-2.3.5.tar.gz


More information about the scm-commits mailing list