2.7.9, R 3.3.0
This commit is contained in:
parent
ea69089988
commit
4aa459db29
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
rpy.spec
11
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user