Merge branch 'master' into f22
This commit is contained in:
commit
e17d075d5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ clog
|
|||||||
/rpy2-2.6.2.tar.gz
|
/rpy2-2.6.2.tar.gz
|
||||||
/rpy2-2.7.5.tar.gz
|
/rpy2-2.7.5.tar.gz
|
||||||
/rpy2-2.7.8.tar.gz
|
/rpy2-2.7.8.tar.gz
|
||||||
|
/rpy2-2.7.9.tar.gz
|
||||||
|
15
rpy.spec
15
rpy.spec
@ -1,14 +1,14 @@
|
|||||||
%global srcname rpy
|
%global srcname rpy
|
||||||
%global sum Python interface to the R language
|
%global sum Python interface to the R language
|
||||||
%global rver 3.2.3
|
%global rver 3.3.0
|
||||||
|
|
||||||
Name: rpy
|
Name: rpy
|
||||||
Version: 2.7.8
|
Version: 2.7.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: GPLv2+
|
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
|
Source: http://pypi.python.org/packages/source/r/%{srcname}2/%{srcname}2-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: R-devel = %{rver}, numpy, python2-devel, python3-devel
|
BuildRequires: R-devel = %{rver}, numpy, python2-devel, python3-devel
|
||||||
@ -74,6 +74,15 @@ converted to Python exceptions.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Fri Mar 18 2016 Tom Callaway <spot@fedoraproject.org> - 2.7.8-2
|
||||||
|
- rebuild for R 3.2.4
|
||||||
|
|
||||||
* Sun Feb 14 2016 José Matos <jamatos@fedoraproject.org> - 2.7.8-1
|
* Sun Feb 14 2016 José Matos <jamatos@fedoraproject.org> - 2.7.8-1
|
||||||
- update to 2.7.8
|
- update to 2.7.8
|
||||||
- modernize python2 and python3 preserving the upgrade path
|
- modernize python2 and python3 preserving the upgrade path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user