Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package o2scl for openSUSE:Factory checked in at 2022-03-05 16:27:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/o2scl (Old) and /work/SRC/openSUSE:Factory/.o2scl.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "o2scl" Sat Mar 5 16:27:42 2022 rev:14 rq:959612 version:0.926 Changes: -------- --- /work/SRC/openSUSE:Factory/o2scl/o2scl.changes 2022-01-20 00:13:09.326618931 +0100 +++ /work/SRC/openSUSE:Factory/.o2scl.new.1958/o2scl.changes 2022-03-05 16:27:45.439904048 +0100 @@ -1,0 +2,7 @@ +Thu Mar 3 13:57:22 UTC 2022 - Atri Bhattacharya <[email protected]> + +- Add o2scl-eos_quark_cfl6-test-increase-tol.patch: Increase the + tolerance of a test that fails due to minor tolerance issues on + x86_64 [gh#awsteiner/o2scl#18]. + +------------------------------------------------------------------- New: ---- o2scl-eos_quark_cfl6-test-increase-tol.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ o2scl.spec ++++++ --- /var/tmp/diff_new_pack.9wH6vv/_old 2022-03-05 16:27:46.067904107 +0100 +++ /var/tmp/diff_new_pack.9wH6vv/_new 2022-03-05 16:27:46.075904108 +0100 @@ -29,6 +29,8 @@ Patch0: o2scl-disable-slow-hdf-test.patch # PATCH-FEATURE-OPENSUSE o2scl-disable-test-without-destdir-support.patch [email protected] -- Disable tests that use data files installed to datadir but does not support DESTDIR and therefore cannot be run in a buildroot env Patch1: o2scl-disable-test-without-destdir-support.patch +# PATCH-FIX-UPSTREAM o2scl-eos_quark_cfl6-test-increase-tol.patch gh#awsteiner/o2scl#18 [email protected] -- Increase the tolerance of a test that fails due to minor tolerance issues on x86_64 +Patch2: o2scl-eos_quark_cfl6-test-increase-tol.patch BuildRequires: armadillo-devel BuildRequires: eigen3-devel BuildRequires: fdupes ++++++ o2scl-eos_quark_cfl6-test-increase-tol.patch ++++++ Index: o2scl-0.926/src/eos/eos_quark_cfl6.cpp =================================================================== --- o2scl-0.926.orig/src/eos/eos_quark_cfl6.cpp +++ o2scl-0.926/src/eos/eos_quark_cfl6.cpp @@ -390,7 +390,7 @@ int eos_quark_cfl6::test_derivatives(dou vector_sort<double[36],double>(36,tmpt); for(size_t i=0;i<36;i++) { if (fabs(d2[i])>1.0e-4) { - t.test_rel(d2[i],tmpt[i],1.0e-4,"qqu"); + t.test_rel(d2[i],tmpt[i],1.0e-3,"qqu"); } } up->qq-=h;
