rpms/python-virtualenv/devel python-virtualenv.spec,1.14,1.15

smilner smilner at fedoraproject.org
Tue Jun 8 18:12:11 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21904

Modified Files:
	python-virtualenv.spec 
Log Message:
fixed sed line in spec per BZ601150


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/devel/python-virtualenv.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-virtualenv.spec	28 Apr 2010 15:49:28 -0000	1.14
+++ python-virtualenv.spec	8 Jun 2010 18:12:11 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:           python-virtualenv
 Version:        1.4.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -26,7 +26,7 @@ licensed under an MIT-style permissive l
 
 %prep
 %setup -q -n virtualenv-%{version}
-%{__sed} -i -e "s|#!/usr/bin/env python||" virtualenv.py 
+%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py 
 
 
 %build
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  8 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-2
+- Only replace the python shebang on the first line (Robert Buchholz)
+
 * Fri Apr 28 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-1
 - update pip to 0.7
 - move regen-docs into bin/



More information about the scm-commits mailing list