This commit is contained in:
Tom Callaway 2008-07-08 13:53:27 +00:00
parent 75810a5472
commit 40baa8141b

View File

@ -1,10 +1,10 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define rver 2.7.0
%define rver 2.7.1
Name: rpy
Summary: Python interface to the R language
Version: 1.0.3
Release: 1%{?dist}
Release: 2%{?dist}
Url: http://rpy.sourceforge.net
Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -74,6 +74,9 @@ fi
%changelog
* Tue Jul 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-2
- rebuild against R 2.7.1
* Wed May 21 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.3-1
- Update to 1.0.3
- Backport two patches from upstream (turn off debug and use the lapack version that R was compiled with)