2.7.9, R 3.3.0

This commit is contained in:
Tom Callaway 2016-05-10 12:10:43 -04:00
parent ea69089988
commit 4aa459db29
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <spot@fedoraproject.org> - 2.7.9-1
- update to 2.7.9, R 3.3.0
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 2.7.8-3
- rebuild for ICU 57.1

View File

@ -1 +1 @@
56ca162bca76bb9c3f935f099c916196 rpy2-2.7.8.tar.gz
4315a3fbe765cea54d252899384390c8 rpy2-2.7.9.tar.gz