~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(Joe Julian) Bug #175839, fixes to 'setup.py bdist_rpm'

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
57
57
  (Martin Pool, John Arbash Meinel, #449372)
58
58
 
 
59
* ``setup.py bdist_rpm`` now properly finds extra files needed for the
 
60
  build. (there is still the distutils bug
 
61
  http://bugs.python.org/issue644744) (Joe Julian, #175839)
 
62
 
59
63
* The 2a format wasn't properly restarting autopacks when something
60
64
  changed underneath it (like another autopack). Now concurrent
61
65
  autopackers will properly succeed. (John Arbash Meinel, #495000)