Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package OpenImageIO for openSUSE:Factory checked in at 2026-07-17 01:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenImageIO (Old) and /work/SRC/openSUSE:Factory/.OpenImageIO.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenImageIO" Fri Jul 17 01:44:59 2026 rev:86 rq:1366217 version:3.1.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes 2026-07-02 20:15:18.845555434 +0200 +++ /work/SRC/openSUSE:Factory/.OpenImageIO.new.24530/OpenImageIO.changes 2026-07-17 01:45:32.621422593 +0200 @@ -1,0 +2,7 @@ +Thu Jul 16 14:51:27 UTC 2026 - Hans-Peter Jansen <[email protected]> + +- some adjustments to libjxl made the jxl tests fail, disable jxl + tests: to be enabled again in the next release! See: + https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5305 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenImageIO.spec ++++++ --- /var/tmp/diff_new_pack.fCLkKZ/_old 2026-07-17 01:45:33.785461870 +0200 +++ /var/tmp/diff_new_pack.fCLkKZ/_new 2026-07-17 01:45:33.789462005 +0200 @@ -51,6 +51,7 @@ %global major_minor_ver 3.1 Name: OpenImageIO +# Next version will have the jxl checks fixed - please correct disabled_tests below: remove jxl Version: 3.1.15.0 Release: 0 Summary: Library for Reading and Writing Images @@ -280,10 +281,11 @@ # # heif -> our libheif does not support h265 # ptex -> fileformat which we do not support +# jxl -> issue with icc profiles fails the test: fixed in next major upstream version # jpeg-ultrahdr -> fileformat which we do not support # cmake-consumer docs-examples-cpp -> currently failing tests as they assume normal cmake search paths will work to find the OIIO devel files in the final location # docs-examples-python -> fails if docs-examples-cpp was not attempted -export disabled_tests="heif|ptex|jpeg-ultrahdr|cmake-consumer|docs-examples-cpp|docs-examples-python" +export disabled_tests="heif|ptex|jxl|jpeg-ultrahdr|cmake-consumer|docs-examples-cpp|docs-examples-python" %ifarch x86_64 %ctest '-E' ${disabled_tests} %else
