Hello community, here is the log from the commit of package openexr for openSUSE:Factory checked in at 2019-12-02 11:29:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openexr (Old) and /work/SRC/openSUSE:Factory/.openexr.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openexr" Mon Dec 2 11:29:04 2019 rev:34 rq:750686 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openexr/openexr.changes 2019-11-18 20:05:47.977731227 +0100 +++ /work/SRC/openSUSE:Factory/.openexr.new.4691/openexr.changes 2019-12-02 11:31:06.810566448 +0100 @@ -1,0 +2,6 @@ +Sun Nov 24 13:47:08 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Fix build with older cmake package (Leap 15.0 up to 15.2), the + included ctest macro does not accept extra parameters. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openexr.spec ++++++ --- /var/tmp/diff_new_pack.37Niov/_old 2019-12-02 11:31:08.158565825 +0100 +++ /var/tmp/diff_new_pack.37Niov/_new 2019-12-02 11:31:08.174565818 +0100 @@ -149,10 +149,15 @@ %check %ifarch x86_64 pushd OpenEXR -# tests takes LOONG, e. g. 20 min, in obs even more that -# exceed timeout limit 25 min export LD_LIBRARY_PATH="$PWD/build/IlmImf:$PWD/build/IlmImfUtil:$LD_LIBRARY_PATH" -%ctest --timeout 3000 +# tests can take longer than the default timeout of 25 minutes +%if 0%{?suse_version} < 1550 +# HACK - older versions of the ctest macro do not allow passing additional parameters +%global __ctest %{__ctest} --timeout 3600 +%ctest +%else +%ctest --timeout 3600 +%endif popd %endif
