Package: ruby-hdfeos5 / 1.2-9

Metadata

Package Version Patches format
ruby-hdfeos5 1.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix NArray Library Path.patch | (download)

extconf.rb | 22 17 5 - 0 !
1 file changed, 17 insertions( ), 5 deletions(-)

 fix narray library path

In Debian, NArray was installed $vendorarchdir.
This patch fix search path for NArray.

0002 Fix test data path.patch | (download)

test/test_gd.rb | 2 1 1 - 0 !
test/test_pt.rb | 2 1 1 - 0 !
test/test_sw.rb | 2 1 1 - 0 !
test/test_za.rb | 2 1 1 - 0 !
4 files changed, 4 insertions( ), 4 deletions(-)

 fix test data path

Signed-off-by: Youhei SASAKI <[email protected]>

0003 Fix printf debugging.patch | (download)

test/test_gd.rb | 148 74 74 - 0 !
test/test_pt.rb | 99 50 49 - 0 !
test/test_sw.rb | 153 77 76 - 0 !
test/test_za.rb | 67 34 33 - 0 !
4 files changed, 235 insertions( ), 232 deletions(-)

 fix printf debugging

Signed-off-by: Youhei SASAKI <[email protected]>

0004 hdf5 dir.patch | (download)

extconf.rb | 17 10 7 - 0 !
1 file changed, 10 insertions( ), 7 deletions(-)

 hdf5-dir


0005 length typo.patch | (download)

hdfeos5gd_wrap.c | 12 6 6 - 0 !
hdfeos5sw_wrap.c | 12 6 6 - 0 !
hdfeos5za_wrap.c | 12 6 6 - 0 !
3 files changed, 18 insertions( ), 18 deletions(-)

 fix 'lengh' typo, replace with 'length'.
0006 hid_t.patch | (download)

hdfeos5_chkdatatype.c | 2 1 1 - 0 !
hdfeos5gd_wrap.c | 10 5 5 - 0 !
hdfeos5sw_wrap.c | 10 5 5 - 0 !
hdfeos5za_wrap.c | 8 4 4 - 0 !
4 files changed, 15 insertions( ), 15 deletions(-)

 add support for hdf5 1.10.
 hid_t type changed from 32-bit to a 64-bit value.