diff --git a/.cvsignore b/.cvsignore index 5bbc685..acf818e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.4.2.tar.gz +virtualenv-1.4.3.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index ad80e04..302883a 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.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: Tool to create isolated Python environments @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 22 2009 Steve 'Ashcrow' Milner - 1.4.3-1 +- Updated for upstream release. + * Thu Nov 12 2009 Steve 'Ashcrow' Milner - 1.4.2-1 - Updated for upstream release. diff --git a/sources b/sources index 88c73f8..f967169 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b1a10f0e84dd945c9b006ace1e1bb16 virtualenv-1.4.2.tar.gz +2b639cee32d15fd049a49561957afe4b virtualenv-1.4.3.tar.gz