Package: ruby-ffi / 1.0.11debian-5

Metadata

Package Version Patches format
ruby-ffi 1.0.11debian-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add types.conf files for missing Debian architecture.patch | (download)

lib/ffi/platform/arm-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/i486-gnu/types.conf | 107 107 + 0 - 0 !
lib/ffi/platform/ia64-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/mips-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/mipsel-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/powerpc-linux/types.conf | 100 100 + 0 - 0 !
lib/ffi/platform/s390-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/s390x-linux/types.conf | 102 102 + 0 - 0 !
lib/ffi/platform/sparc-linux/types.conf | 102 102 + 0 - 0 !
9 files changed, 921 insertions(+)

 [patch] add types.conf files for missing debian architectures


fix test on sparc | (download)

libtest/NumberTest.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 guard solaris-specific sparc code from non-solaris hosts
ftbfs gcc 4.7.diff | (download)

libtest/GNUmakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable rake compiler.patch | (download)

Rakefile | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---
0001 Fix call to variadic functions.patch | (download)

ext/ffi_c/Variadic.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix call to variadic functions

This changes the call to ffi_prep_cif into a call to ffi_prep_cif_var,
which is the improved libffi API for calling variadic functions.

Calling variadic functions with floating point arguments with
ffi_prep_cif currently only breaks in armhf, but could also break on