Update for upstream release which fixes CVE-2013-1633
This commit is contained in:
parent
c390d77b28
commit
02c75025d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
virtualenv-1.9.1.tar.gz
|
||||
/virtualenv-1.10.1.tar.gz
|
||||
|
@ -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 <me@stevemilner.org> - 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 <rel-eng@lists.fedoraproject.org> - 1.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user