update to 2.8.5
workaround to fix a bug in R
This commit is contained in:
parent
b123f35ae0
commit
91ef48dc11
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
clog
|
||||
/rpy2-2.8.1.tar.gz
|
||||
/rpy2-2.8.3.tar.gz
|
||||
/rpy2-2.8.5.tar.gz
|
||||
|
12
rpy.spec
12
rpy.spec
@ -3,8 +3,8 @@
|
||||
%global rver 3.3.2
|
||||
|
||||
Name: rpy
|
||||
Version: 2.8.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: GPLv2+
|
||||
@ -55,6 +55,10 @@ converted to Python exceptions.
|
||||
%setup -q -n %{srcname}2-%{version}
|
||||
|
||||
%build
|
||||
# Temporary workaround to fix a bug in R
|
||||
# see https://stat.ethz.ch/pipermail/r-devel/2016-December/073548.html
|
||||
export CFLAGS+=" -DHAVE_UINTPTR_T=1"
|
||||
|
||||
%py2_build
|
||||
%py3_build
|
||||
|
||||
@ -74,6 +78,10 @@ converted to Python exceptions.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 30 2016 José Matos <jamatos@fedoraproject.org> - 2.8.5-1
|
||||
- update to 2.8.5
|
||||
- workaround to fix a bug in R
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user