This commit is contained in:
Tom "spot" Callaway 2010-12-17 19:28:24 -05:00
parent f89c0fa53f
commit a1cf67867b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,9 +1,9 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define rver 2.12.0
%define rver 2.12.1
Name: rpy
Summary: Python interface to the R language
Version: 2.1.7
Version: 2.1.9
Release: 1%{?dist}
Url: http://rpy.sourceforge.net
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Fri Dec 17 2010 Tom Callaway <spot@fedoraproject.org> - 2.1.9-1
- update to 2.1.9
* Wed Oct 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.7-1
- update to 2.1.7

View File

@ -1 +1 @@
e8e8db05f13644ce04784888156af471 rpy2-2.1.7.tar.gz
afe629914e7263900e5d15d419f69865 rpy2-2.1.9.tar.gz