diff --git a/.cvsignore b/.cvsignore index 30c8780..22607a0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.3.1.tar.gz +virtualenv-1.3.2.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 3b56108..af47905 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.1 -Release: 3%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools-devel -Requires: python-setuptools, python-setuptools-devel +Requires: python-setuptools, python-setuptools-devel, python-devel %description @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 25 2008 Steve 'Ashcrow' Milner - 1.3.2-1 +- Updated for upstream release. + * Mon Dec 1 2008 Steve 'Ashcrow' Milner - 1.3.1-3 - Added missing dependencies. diff --git a/sources b/sources index fb56a1e..ad07e3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e70ed86cc3823f0b622e80e035b59297 virtualenv-1.3.1.tar.gz +a013d5a7d9aeddc16bee88604d6de636 virtualenv-1.3.2.tar.gz