From fce2586b2adf8eea755db590e2e8af2d8d54be98 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 18 Mar 2016 21:22:21 -0400 Subject: [PATCH 1/3] rebuild for R 3.2.4 --- rpy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpy.spec b/rpy.spec index 4d8af75..8e720d7 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,10 +1,10 @@ %global srcname rpy %global sum Python interface to the R language -%global rver 3.2.3 +%global rver 3.2.4 Name: rpy Version: 2.7.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: GPLv2+ @@ -74,6 +74,9 @@ converted to Python exceptions. %changelog +* Fri Mar 18 2016 Tom Callaway - 2.7.8-2 +- rebuild for R 3.2.4 + * Sun Feb 14 2016 José Matos - 2.7.8-1 - update to 2.7.8 - modernize python2 and python3 preserving the upgrade path From ea69089988a61d191c3cc63411a57f8993fe8e27 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 15 Apr 2016 20:15:54 +0200 Subject: [PATCH 2/3] rebuild for ICU 57.1 --- rpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpy.spec b/rpy.spec index 8e720d7..ae7e492 100644 --- a/rpy.spec +++ b/rpy.spec @@ -4,7 +4,7 @@ Name: rpy Version: 2.7.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} License: GPLv2+ @@ -74,6 +74,9 @@ converted to Python exceptions. %changelog +* Fri Apr 15 2016 David Tardon - 2.7.8-3 +- rebuild for ICU 57.1 + * Fri Mar 18 2016 Tom Callaway - 2.7.8-2 - rebuild for R 3.2.4 From 4aa459db29e99b4178da1d866ed08cd117fc68c4 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 10 May 2016 12:10:43 -0400 Subject: [PATCH 3/3] 2.7.9, R 3.3.0 --- .gitignore | 1 + rpy.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8648046..bbd46e1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ clog /rpy2-2.6.2.tar.gz /rpy2-2.7.5.tar.gz /rpy2-2.7.8.tar.gz +/rpy2-2.7.9.tar.gz diff --git a/rpy.spec b/rpy.spec index ae7e492..6be4a4d 100644 --- a/rpy.spec +++ b/rpy.spec @@ -1,14 +1,14 @@ %global srcname rpy %global sum Python interface to the R language -%global rver 3.2.4 +%global rver 3.3.0 Name: rpy -Version: 2.7.8 -Release: 3%{?dist} +Version: 2.7.9 +Release: 1%{?dist} Summary: %{sum} License: GPLv2+ -Url: http://rpy.sourceforge.net/ +Url: https://pypi.python.org/pypi/rpy2 Source: http://pypi.python.org/packages/source/r/%{srcname}2/%{srcname}2-%{version}.tar.gz BuildRequires: R-devel = %{rver}, numpy, python2-devel, python3-devel @@ -74,6 +74,9 @@ converted to Python exceptions. %changelog +* Tue May 10 2016 Tom Callaway - 2.7.9-1 +- update to 2.7.9, R 3.3.0 + * Fri Apr 15 2016 David Tardon - 2.7.8-3 - rebuild for ICU 57.1 diff --git a/sources b/sources index 3c42a0a..9d0607b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56ca162bca76bb9c3f935f099c916196 rpy2-2.7.8.tar.gz +4315a3fbe765cea54d252899384390c8 rpy2-2.7.9.tar.gz