From 02c75025d7cdbeb1a8d27f813fac1f1bac284fa8 Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Aug 15 2013 15:31:01 +0000 Subject: Update for upstream release which fixes CVE-2013-1633 --- diff --git a/.gitignore b/.gitignore index 0fda0e4..f148ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ virtualenv-1.9.1.tar.gz +/virtualenv-1.10.1.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index a1a6d55..7df24d7 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.9.1 -Release: 2%{?dist} +Version: 1.10.1 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt +%doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt # Include sphinx docs on Fedora %if 0%{?fedora} > 0 %doc build/sphinx/* @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 15 2013 Steve 'Ashcrow' Milner - 1.10.1-1 +- Upstream upgraded pip to v1.4.1 +- Upstream upgraded setuptools to v0.9.8 (fixes CVE-2013-1633) + * Sun Aug 04 2013 Fedora Release Engineering - 1.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index c048175..95007d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07e09df0adfca0b2d487e39a4bf2270a virtualenv-1.9.1.tar.gz +3a04aa2b32c76c83725ed4d9918e362e virtualenv-1.10.1.tar.gz