[rpy] 2.3.5, R3

Tom Callaway spot at fedoraproject.org
Thu Apr 11 14:30:56 UTC 2013


commit 9d5b4c847d494e9c4379cfff306efefb89d1c88d
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Apr 11 10:34:23 2013 -0400

    2.3.5, R3

 .gitignore |    1 +
 rpy.spec   |   15 +++++++++------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 081d89c..7346187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ rpy2-2.1.3.tar.gz
 /rpy2-2.2.5.tar.gz
 /rpy2-2.2.6.tar.gz
 /rpy2-2.3.0beta1.tar.gz
+/rpy2-2.3.5.tar.gz
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