Package: swig2.0 / 2.0.7-3

Metadata

Package Version Patches format
swig2.0 2.0.7-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pyint_fromsize_t.diff | (download)

Lib/python/pyhead.swg | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 py3k: map pyint_fromsize_t to pylong_fromsize_t
 The latest SWIG version introduced a usage of PyInt_FromSize_t, but
 does not define a compatibility macro for Python 3k as for the other
 PyInt_... functions. This patch adds that macro.

upstream_r13128.diff | (download)

Examples/test-suite/errors/expected.log | 26 13 + 13 - 0 !
Source/Modules/lang.cxx | 4 2 + 2 - 0 !
2 files changed, 15 insertions(+), 15 deletions(-)

 fix call to swig_name_decl (upstream id 3530078)