Submitter | Mads Kiilerich |
---|---|
Date | Jan. 16, 2015, 4:01 a.m. |
Message ID | <b60cd5c10c5053826f56.1421380876@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/7481/ |
State | Accepted |
Headers | show |
Comments
On 1/15/2015 8:01 PM, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich <madski@unity3d.com> > # Date 1421378800 -3600 > # Fri Jan 16 04:26:40 2015 +0100 > # Node ID b60cd5c10c5053826f565cec73b2e5d7636549a5 > # Parent 11108c8a7aaab973f11b2e2b49c02a4a3152b908 > rpm: make Python 2.7.9 the default Python to include in rpms for EL 5 > > Use the new and more TLS support in Python 2.7.9. > > diff --git a/contrib/buildrpm b/contrib/buildrpm > --- a/contrib/buildrpm > +++ b/contrib/buildrpm > @@ -17,8 +17,8 @@ while [ "$1" ]; do > ;; > --withpython | --with-python) > shift > - PYTHONVER=2.7.8 > - PYTHONMD5=d4bca0159acb0b44a781292b5231936f > + PYTHONVER=2.7.9 > + PYTHONMD5=5eebcaa0030dc4061156d3429657fb83 > ;; > --rpmbuilddir ) > shift > Progress stumbles slowly forward :-)
Patch
diff --git a/contrib/buildrpm b/contrib/buildrpm --- a/contrib/buildrpm +++ b/contrib/buildrpm @@ -17,8 +17,8 @@ while [ "$1" ]; do ;; --withpython | --with-python) shift - PYTHONVER=2.7.8 - PYTHONMD5=d4bca0159acb0b44a781292b5231936f + PYTHONVER=2.7.9 + PYTHONMD5=5eebcaa0030dc4061156d3429657fb83 ;; --rpmbuilddir ) shift