Patches item #1551340, was opened at 2006-09-03 06:49 Message generated for change (Comment added) made by jafo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1551340&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.5 Status: Closed Resolution: Accepted Priority: 6 Submitted By: Sean Reifschneider (jafo) Assigned to: Anthony Baxter (anthonybaxter) Summary: Updated spec file for 2.5 release. Initial Comment: This is an updated spec file which fixes some problems with changes made in 2.5. This version builds on my test machine. ---------------------------------------------------------------------- >Comment By: Sean Reifschneider (jafo) Date: 2006-09-05 13:41 Message: Logged In: YES user_id=81797 Good spot, thanks. Actually, the first line should be single backslashes. I was just lucky because the file doesn't currently contain pyc/pyo files. I had added the double backslashes in a moment of confusion. Fixed, tested, and committed. ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2006-09-05 01:36 Message: Logged In: YES user_id=33168 I updated the release to c2. I noticed that there are these lines: grep -v -e '\\.pyc$' -e '\\.pyo$' | grep '\.py$' tools.files | sed 's/$/c/' | ... Shouldn't the second line also use a double backslash? Sean, you can make changes in SVN for the spec file. Committed revision 51710. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1551340&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches