Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openbabel for openSUSE:Factory checked in at 2023-07-19 19:10:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openbabel (Old) and /work/SRC/openSUSE:Factory/.openbabel.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openbabel" Wed Jul 19 19:10:53 2023 rev:38 rq:1099393 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openbabel/openbabel.changes 2022-08-30 14:49:06.372063194 +0200 +++ /work/SRC/openSUSE:Factory/.openbabel.new.5570/openbabel.changes 2023-07-19 19:10:58.952688455 +0200 @@ -1,0 +2,5 @@ +Tue Jul 18 08:29:25 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Skip problematic tests and increase timeout on riscv64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openbabel.spec ++++++ --- /var/tmp/diff_new_pack.2d1pcA/_old 2023-07-19 19:10:59.796693391 +0200 +++ /var/tmp/diff_new_pack.2d1pcA/_new 2023-07-19 19:10:59.800693415 +0200 @@ -1,7 +1,7 @@ # # spec file for package openbabel # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -151,7 +151,7 @@ %postun -n libopenbabel%{abiver} -p /sbin/ldconfig %check -%ifarch aarch64 %{power64} +%ifarch aarch64 %{power64} riscv64 # See gh#openbabel/openbabel/266, gh#openbabel/openbabel#2246 %define test_filter --exclude-regex "(test_regressions_1|test_regressions_221|test_regressions_228|inchiSteffen_PubChem.smi_Test|pytest_sym|pybindtest_obconv_writers|pybindtest_bindings)" %else @@ -165,6 +165,9 @@ %endif %endif %endif +%ifarch riscv64 +%global test_filter --timeout 3000 %{?test_filter} +%endif %ctest %{?test_filter}