This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Updated spec file for 2.5 release.
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter, jafo, nnorwitz
Priority: high Keywords: patch

Created on 2006-09-03 06:49 by jafo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
2.5c1-specfile.patch jafo, 2006-09-03 06:49 Patch against 2.5c1 Misc/RPM/*.spec file for 2.5 release.
Messages (3)
msg51067 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2006-09-03 06:49
This is an updated spec file which fixes some problems
with changes made in 2.5.  This version builds on my
test machine.
msg51068 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-05 01:36
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.

msg51069 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2006-09-05 13:41
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.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43933
2006-09-03 06:49:49jafocreate