Package: check / 0.15.2-2

Metadata

Package Version Patches format
check 0.15.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01pkgconfig.patch | (download)

check.pc.in | 8 4 4 - 0 !
1 file changed, 4 insertions( ), 4 deletions(-)

 pkgconfig


02awk.patch | (download)

checkmk/checkmk.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 awk


03texi.patch | (download)

doc/check.texi | 16 7 9 - 0 !
1 file changed, 7 insertions( ), 9 deletions(-)

 remove dynamic information to handle multi-arch:same and also remove
 dircategory and direntry.


correct misspelling.patch | (download)

checkmk/doc/checkmk.1 | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 correct misspelling


0005 Remove testsuite result files.patch | (download)

checkmk/test/check_checkmk.log | 101 0 101 - 0 !
checkmk/test/check_checkmk.trs | 4 0 4 - 0 !
2 files changed, 105 deletions(-)

 remove testsuite result files

They would, if existent, cause the testsuite to fail.

0006 Adjust test suite for 106 bit long double precision.patch | (download)

tests/check_check_master.c | 6 3 3 - 0 !
tests/check_check_sub.c | 6 3 3 - 0 !
2 files changed, 6 insertions( ), 6 deletions(-)

 adjust test suite for 106-bit long double precision

On PowerPC architectures (ppc, ppc64el, powerp) 'long double' has a
precision of 106-bit, compared to 80-bit precision on amd64.

This leads to the test_ck_assert_(float|double|ldouble)_eq_tol succeed
rather than fail as expected, cause 0.003-0.002 will be actually
slightly bigger than 0.001 and not slightly smaller.

Increase the change to the tolerance, so it will be on all architectures