Update to 1.7.2

This commit is contained in:
Steve Milner 2012-08-14 12:42:44 -04:00
parent 1e17a3407e
commit 2abcf6e5fa
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ virtualenv-1.4.8.tar.gz
/virtualenv-1.7.tar.gz
/virtualenv-1.7.1.2.tar.gz
/virtualenv-add-doc-config.patch
/virtualenv-1.7.2.tar.gz

View File

@ -2,15 +2,14 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-virtualenv
Version: 1.7.1.2
Release: 3%{?dist}
Version: 1.7.2
Release: 1%{?dist}
Summary: Tool to create isolated Python environments
Group: Development/Languages
License: MIT
URL: http://pypi.python.org/pypi/virtualenv
Source0: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
Patch0: virtualenv-add-doc-config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -35,7 +34,6 @@ licensed under an MIT-style permissive license.
%prep
%setup -q -n virtualenv-%{version}
%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py
%patch0 -p1
%build
# Build code
@ -66,10 +64,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
# For noarch packages: sitelib
%{python_sitelib}/*
%attr(755,root,root) %{_bindir}/virtualenv
%attr(755,root,root) %{_bindir}/virtualenv*
%changelog
* Tue Aug 14 2012 Steve Milner <me@stevemilner.org> - 1.7.2-1
- Update for upstream bug fixes.
- Added path for versioned binary.
- Patch no longer required.
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1,2 +1 @@
eb4210ccfef8b76a6655ad6939b77c92 virtualenv-add-doc-config.patch
3be8a014c27340f48b56465f9109d9fa virtualenv-1.7.1.2.tar.gz
b5d63b05373a4344ae099a68875aae78 virtualenv-1.7.2.tar.gz