[python-virtualenv] updates for new release

smilner smilner at fedoraproject.org
Wed Mar 14 17:57:39 UTC 2012


commit c021ce4591c79fd15be6205aec6b8e4dae0dbc33
Author: Steve 'Ashcrow' Milner <smilner at redhat.com>
Date:   Wed Mar 14 13:57:30 2012 -0400

    updates for new release

 .gitignore             |    2 ++
 python-virtualenv.spec |   11 ++++++++---
 sources                |    3 ++-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 927b275..f9c8852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 virtualenv-1.4.8.tar.gz
 /virtualenv-1.5.1.tar.gz
 /virtualenv-1.7.tar.gz
+/virtualenv-1.7.1.2.tar.gz
+/virtualenv-add-doc-config.patch
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index 36cacd0..3927403 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-virtualenv
-Version:        1.7
+Version:        1.7.1.2
 Release:        2%{?dist}
 Summary:        Tool to create isolated Python environments
 
@@ -10,6 +10,7 @@ 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
@@ -34,7 +35,7 @@ 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
@@ -58,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt HACKING
+%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt
 # Include sphinx docs on Fedora
 %if 0%{?fedora} > 0
 %doc build/sphinx/*
@@ -69,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 14 2012 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.7.1.2-1
+- Update for upstream bug fixes.
+- Added patch for sphinx building
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7941c69..972e3cc 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-dcc105e5a3907a9dcaa978f813a4f526  virtualenv-1.7.tar.gz
+eb4210ccfef8b76a6655ad6939b77c92  virtualenv-add-doc-config.patch
+3be8a014c27340f48b56465f9109d9fa  virtualenv-1.7.1.2.tar.gz


More information about the scm-commits mailing list