On 08/29/2011 07:10 PM, Enrico Forestieri wrote:
> On Mon, Aug 29, 2011 at 04:50:09PM -0400, Richard Heck wrote:
>> If you'd like to put this into 2.0.1, with the other configure fixes,
>> that's fine with me, if you think it's needed. I haven't been able to
>> follow everything that's going on here, though Uwe seems to think it
>> will solve a lot of bugs on Windows...all those failed configuration
>> issues. If so, please go ahead. Your call.
> I did that. I think the requirement bump on python should be mentioned
> in the announce, though.
>
OK. I will try to remember to add it.

Richard

>> I intend to freeze branch Tuesday and do the release.
>>
>> Richard
>>
>> On 08/29/2011 12:44 PM, for...@lyx.org wrote:
>>> Author: forenr
>>> Date: Mon Aug 29 18:44:29 2011
>>> New Revision: 39562
>>> URL: http://www.lyx.org/trac/changeset/39562
>>>
>>> Log:
>>> Fix bug #7586 (Temporary file chkconfig.ltx in user directory not deleted 
>>> if configure fails)
>>>
>>> Modified:
>>>    lyx-devel/trunk/lib/configure.py
>>>
>>> Modified: lyx-devel/trunk/lib/configure.py
>>> ==============================================================================
>>> --- lyx-devel/trunk/lib/configure.py        Mon Aug 29 18:23:58 2011        
>>> (r39561)
>>> +++ lyx-devel/trunk/lib/configure.py        Mon Aug 29 18:44:29 2011        
>>> (r39562)
>>> @@ -1120,6 +1120,10 @@
>>>              if line == "+Inspection done.":
>>>                  ret = None
>>>      #
>>> +    # remove the copied file
>>> +    if rmcopy:
>>> +        removeFiles( [ 'chkconfig.ltx' ] )
>>> +    #
>>>      # currently, values in chhkconfig are only used to set
>>>      # \font_encoding
>>>      values = {}
>>> @@ -1132,8 +1136,6 @@
>>>          addToRC(r'\font_encoding "%s"' % values["chk_fontenc"])
>>>      except:
>>>          pass
>>> -    if rmcopy:   # remove the copied file
>>> -        removeFiles( [ 'chkconfig.ltx' ] )
>>>      # if configure successed, move textclass.lst.tmp to textclass.lst
>>>      # and packages.lst.tmp to packages.lst
>>>      if os.path.isfile('textclass.lst.tmp') and 
>>> len(open('textclass.lst.tmp').read()) > 0 \

Reply via email to