update to 2.1.7
This commit is contained in:
parent
1d8cd82d0a
commit
f89c0fa53f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
rpy2-2.1.3.tar.gz
|
||||
/rpy2-2.1.7.tar.gz
|
||||
|
9
rpy.spec
9
rpy.spec
@ -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.11.1
|
||||
%define rver 2.12.0
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.7
|
||||
Release: 1%{?dist}
|
||||
Url: http://rpy.sourceforge.net
|
||||
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Oct 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.7-1
|
||||
- update to 2.1.7
|
||||
|
||||
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.3-3
|
||||
- generalize reference to 2.6 to 2.? in %%install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user