[rpy] 2.2.3

Tom Callaway spot at fedoraproject.org
Sat Oct 8 01:44:10 UTC 2011


commit 7bc0c765e91fffcc9494b95c043fb0ba134f5ff7
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Oct 7 21:44:06 2011 -0400

    2.2.3

 .gitignore |    1 +
 rpy.spec   |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeec5ec..279ef83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ rpy2-2.1.3.tar.gz
 /rpy2-2.1.7.tar.gz
 /rpy2-2.1.9.tar.gz
 /rpy2-2.2.1.tar.gz
+/rpy2-2.2.3.tar.gz
diff --git a/rpy.spec b/rpy.spec
index 64221a6..1ffc045 100644
--- a/rpy.spec
+++ b/rpy.spec
@@ -1,10 +1,10 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%global rver   2.13.1
+%global rver   2.13.2
 Name:          rpy
 Summary:       Python interface to the R language
-Version:       2.2.1
-Release:       2%{?dist}
+Version:       2.2.3
+Release:       1%{?dist}
 Url:           http://rpy.sourceforge.net
 Source:        http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
 License:       MPLv1.1 or GPLv2+ or LGPLv2+
@@ -43,6 +43,10 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python
 %{python_sitearch}/rpy2-%{version}*.egg-info
 
 %changelog
+* Fri Oct  7 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.3-1
+- update to 2.2.3
+- rebuild for R 2.13.2
+
 * Mon Jul 11 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.1-2
 - add BuildRequires: readline-devel
 
diff --git a/sources b/sources
index e008f2a..a909bc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-422a31a1b3cf36efafdae53306f7f422  rpy2-2.2.1.tar.gz
+70d2181168b3ba9168bab48654f4028d  rpy2-2.2.3.tar.gz


More information about the scm-commits mailing list