update to 2.1.7

This commit is contained in:
Tom "spot" Callaway 2010-10-20 15:07:45 -04:00
parent 1d8cd82d0a
commit f89c0fa53f
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
rpy2-2.1.3.tar.gz
/rpy2-2.1.7.tar.gz

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.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

View File

@ -1 +1 @@
51544f516942b99f4825dbe776049b1c rpy2-2.1.3.tar.gz
e8e8db05f13644ce04784888156af471 rpy2-2.1.7.tar.gz