Hello community, here is the log from the commit of package OpenImageIO for openSUSE:Factory checked in at 2020-07-06 16:32:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenImageIO (Old) and /work/SRC/openSUSE:Factory/.OpenImageIO.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenImageIO" Mon Jul 6 16:32:30 2020 rev:20 rq:819001 version:2.1.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes 2020-06-09 00:01:41.260657080 +0200 +++ /work/SRC/openSUSE:Factory/.OpenImageIO.new.3060/OpenImageIO.changes 2020-07-06 16:35:04.376228203 +0200 @@ -1,0 +2,12 @@ +Sun Jul 5 02:03:09 UTC 2020 - Stefan BrĂ¼ns <[email protected]> + +- Update to release 2.1.17.0 + For details, see included CHANGES.md file, or: + https://github.com/OpenImageIO/oiio/releases +- Run unit_timer test sequentially, occasionally fails otherwise: + https://github.com/OpenImageIO/oiio/issues/2628 +- Drop obsolete patches: + + oiio-detectplatform-others.patch + + patch oiio-clusterfit-boundscheck.patch + +------------------------------------------------------------------- Old: ---- oiio-Release-2.1.15.0.tar.gz oiio-clusterfit-boundscheck.patch oiio-detectplatform-others.patch New: ---- oiio-Release-2.1.17.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenImageIO.spec ++++++ --- /var/tmp/diff_new_pack.ZYfurM/_old 2020-07-06 16:35:09.192243029 +0200 +++ /var/tmp/diff_new_pack.ZYfurM/_new 2020-07-06 16:35:09.196243040 +0200 @@ -28,15 +28,13 @@ %define so_ver 2_1 %define major_minor_ver 2.1 Name: OpenImageIO -Version: 2.1.15.0 +Version: 2.1.17.0 Release: 0 Summary: Library for Reading and Writing Images License: BSD-3-Clause Group: Productivity/Graphics/Other URL: https://www.openimageio.org/ Source0: https://github.com/OpenImageIO/oiio/archive/Release-%{version}.tar.gz#/oiio-Release-%{version}.tar.gz -Patch0: oiio-clusterfit-boundscheck.patch -Patch1: oiio-detectplatform-others.patch # NOTE: Please don't uncomment a build requirement unless you have submitted the package to factory and it exists #BuildRequires: Field3D-devel BuildRequires: cmake >= 3.12 @@ -147,9 +145,6 @@ %prep %setup -q -n oiio-Release-%{version} -%patch0 -%patch1 -sed -i -e 's/_runtest python/_runtest python3/' src/cmake/oiio_macros.cmake # Make sure that bundled libraries are not used rm -f src/include/pugiconfig.hpp \ @@ -203,11 +198,13 @@ ln -s ../../src/fonts/Droid_Sans/DroidSans.ttf build/fonts/DroidSans.ttf # Exclude known broken tests %ifarch x86_64 -%ctest '-E' 'broken|texture-icwrite' +%ctest '-E' 'broken|texture-icwrite|unit_timer' %ctest '-R' 'texture-icwrite' || true +%ctest '-j1' '-R' 'unit_timer' %else # Many test cases are failing on PPC, ARM, ix64 ... ignore for now -%ctest '-E' 'broken|texture-icwrite' || true +%ctest '-E' 'broken|texture-icwrite|unit_timer' || true +%ctest '-j1' '-R' 'unit_timer' %endif %post -n libOpenImageIO%{so_ver} -p /sbin/ldconfig ++++++ oiio-Release-2.1.15.0.tar.gz -> oiio-Release-2.1.17.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/OpenImageIO/oiio-Release-2.1.15.0.tar.gz /work/SRC/openSUSE:Factory/.OpenImageIO.new.3060/oiio-Release-2.1.17.0.tar.gz differ: char 13, line 1
