diff --git a/.cvsignore b/.cvsignore index 22607a0..0dde6eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.3.2.tar.gz +virtualenv-1.3.3.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index ddb1065..aef82b6 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.3.2 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 28 2009 Steve 'Ashcrow' Milner - 1.3.3-1 +- Updated for upstream release. + * Thu Feb 26 2009 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index ad07e3d..a839486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a013d5a7d9aeddc16bee88604d6de636 virtualenv-1.3.2.tar.gz +28e2955aed4ffc4dc3df02dc632b5c42 virtualenv-1.3.3.tar.gz