From b24fb5cb8193d14c8ae873c31f08759c1950816b Mon Sep 17 00:00:00 2001 From: smilner Date: May 01 2009 01:56:53 +0000 Subject: Updated for upstream release --- 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 af47905..aef82b6 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.2 +Version: 1.3.3 Release: 1%{?dist} Summary: Tool to create isolated Python environments @@ -52,12 +52,24 @@ 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 + * Thu Dec 25 2008 Steve 'Ashcrow' Milner - 1.3.2-1 - Updated for upstream release. +* Thu Dec 04 2008 Ignacio Vazquez-Abrams - 1.3.1-4 +- Rebuild for Python 2.6 + * Mon Dec 1 2008 Steve 'Ashcrow' Milner - 1.3.1-3 - Added missing dependencies. +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.3.1-2 +- Rebuild for Python 2.6 + * Fri Nov 28 2008 Steve 'Ashcrow' Milner - 1.3.1-1 - Updated for upstream release 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