From 14fb679781253e55159b7b0f0d2d71965ff6f36b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 28 Oct 2015 14:08:52 +0100 Subject: [PATCH 1/3] rebuild for ICU 56.1 --- rpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpy.spec b/rpy.spec index 2190dbb..d3f99ac 100644 --- a/rpy.spec +++ b/rpy.spec @@ -5,7 +5,7 @@ Name: rpy Summary: Python interface to the R language Version: 2.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Url: http://rpy.sourceforge.net/ Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz License: GPLv2+ @@ -63,6 +63,9 @@ popd %{python3_sitearch}/rpy2-%{version}*.egg-info %changelog +* Wed Oct 28 2015 David Tardon - 2.6.2-2 +- rebuild for ICU 56.1 + * Fri Aug 14 2015 Tom Callaway - 2.6.2-1 - update to 2.6.2, R 3.2.2 From e1efdb4be1de6ca9890c3d16f4dda3f67ffc2bc5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 18:06:08 +0000 Subject: [PATCH 2/3] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- rpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpy.spec b/rpy.spec index d3f99ac..1357667 100644 --- a/rpy.spec +++ b/rpy.spec @@ -5,7 +5,7 @@ Name: rpy Summary: Python interface to the R language Version: 2.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Url: http://rpy.sourceforge.net/ Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz License: GPLv2+ @@ -63,6 +63,9 @@ popd %{python3_sitearch}/rpy2-%{version}*.egg-info %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 2.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Wed Oct 28 2015 David Tardon - 2.6.2-2 - rebuild for ICU 56.1 From 4d9971aecca9317c3aac90349721445b80581775 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Dec 2015 16:45:43 -0500 Subject: [PATCH 3/3] 2.7.5 --- .gitignore | 1 + rpy.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7ac3554..e7ef12e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clog /rpy2-2.6.0.tar.gz /rpy2-2.6.1.tar.gz /rpy2-2.6.2.tar.gz +/rpy2-2.7.5.tar.gz diff --git a/rpy.spec b/rpy.spec index 1357667..6ae5375 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,11 +1,11 @@ %{!?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.2.2 +%global rver 3.2.3 Name: rpy Summary: Python interface to the R language -Version: 2.6.2 -Release: 3%{?dist} +Version: 2.7.5 +Release: 1%{?dist} Url: http://rpy.sourceforge.net/ Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz License: GPLv2+ @@ -63,6 +63,9 @@ popd %{python3_sitearch}/rpy2-%{version}*.egg-info %changelog +* Fri Dec 11 2015 Tom Callaway - 2.7.5-1 +- update to 2.7.5 + * Tue Nov 10 2015 Fedora Release Engineering - 2.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 2f33706..49c71f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e057dff11ffe42351ceeb65375dbfc9b rpy2-2.6.2.tar.gz +459118a2eebdaa362157ae09637b4f77 rpy2-2.7.5.tar.gz