diff --git a/.cvsignore b/.cvsignore index 7ade28f..30c8780 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.3.tar.gz +virtualenv-1.3.1.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 03c7bfc..7ed9e05 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.3 +Version: 1.3.1 Release: 1%{?dist} Summary: Tool to create isolated Python environments @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 28 2008 Steve 'Ashcrow' Milner - 1.3.1-1 +- Updated for upstream release + * Sun Sep 28 2008 Steve 'Ashcrow' Milner - 1.3-1 - Updated for upstream release diff --git a/sources b/sources index 93419b4..fb56a1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36b766604542f2c34d8dffdb21ba14a9 virtualenv-1.3.tar.gz +e70ed86cc3823f0b622e80e035b59297 virtualenv-1.3.1.tar.gz