Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps: add support for "environment markers" (PEP-508) (#382)

2018-01-22 Thread Nick Coghlan
Hmm, that's actually a good question - I'm not entirely sure what pip/setuptools do with the "Requires-Dist" in METADATA where environment markers are concerned. However, my expectation would be that they just copy them through verbatim, environment markers and all, rather than only copying

[Rpm-maint] [PATCH] Fix type mismatch calculating new line program offset in debugedit.c.

2018-01-22 Thread Mark Wielaard
edit_dwarf2 calculates the (new) offset in the line program by taking the difference between the old and new idx, which are of type size_t (unsigned), plus the size_diff of the header given as ssize_t (signed), and adding that to the current r_offset, which is an Elf64_Addr (unsigned). On 64bit