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 7fcfc2c..7df24d7 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,7 +2,7 @@ %{!?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 +Version: 1.10.1 Release: 1%{?dist} Summary: Tool to create isolated Python environments @@ -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,13 @@ 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 + * Tue May 14 2013 Toshio Kuratomi - 1.9.1-1 - Update to upstream 1.9.1 because of security issues with the bundled python-pip in older releases. This is just a quick fix until a 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