From c569aba5f18a6192c05dfbc851ec6ab0a60661abbc26f6587b571538c9a4ae50 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 24 Jan 2024 14:57:20 +0000 Subject: [PATCH] Accepting request 1141252 from home:darix:branches:graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 2.5.7.0: - fix(iv): Avoid crash with OpenGL + multi-channel images #4087 - fix(png): Fix crash for writing large PNGs with alpha #4074 - fix(ImageInput): Only check REST arguments if the file does not exist, avoiding problems for filenames that legitimately contain a ? character. #4085 (by AdamMainsTL) - perf(IBA): Improve perf of ImageBufAlgo::channels in-place operation #4088 - build: Ptex support for static library #4072 (by Dominik Wójt) - build: Add a way to cram in a custom extra library for iv #4086 - build: JPEG2000: Include the headers we need to discern version #4073 - tests: Improve color management test in imagebufalgo_test #4063 - tests: Add one more ref output for python-colorconfig test #4065 - ci: Restrict Mac ARM running #4077 - ci: Rename macro to avoid conflict during CI unity builds #4092 - docs: Fix typo #4089 - docs: Fix link to openexr test images #4080 (by Jesse Yurkovich) - admin: Account for duplicate emails in the .mailmap #4075 - dev: Faster vint4 load/store with unsigned char conversion #4071 (by Aras Pranckevičius) OBS-URL: https://build.opensuse.org/request/show/1141252 OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageIO?expand=0&rev=122 --- OpenImageIO-2.5.6.0.tar.gz | 3 --- OpenImageIO-2.5.7.0.tar.gz | 3 +++ OpenImageIO.changes | 27 +++++++++++++++++++++++++++ OpenImageIO.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 OpenImageIO-2.5.6.0.tar.gz create mode 100644 OpenImageIO-2.5.7.0.tar.gz diff --git a/OpenImageIO-2.5.6.0.tar.gz b/OpenImageIO-2.5.6.0.tar.gz deleted file mode 100644 index bcb16ca..0000000 --- a/OpenImageIO-2.5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcfced40a25ef8576383b44d8bbe3732aa2b8efc7b8614482783d6f90378d307 -size 52028557 diff --git a/OpenImageIO-2.5.7.0.tar.gz b/OpenImageIO-2.5.7.0.tar.gz new file mode 100644 index 0000000..4bf5d30 --- /dev/null +++ b/OpenImageIO-2.5.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801d57a2923912825cfd7780ab3ae4284f7a83c788fac9ea627f51c0185695fd +size 52032951 diff --git a/OpenImageIO.changes b/OpenImageIO.changes index 6de1327..ad715cd 100644 --- a/OpenImageIO.changes +++ b/OpenImageIO.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Jan 24 13:27:36 UTC 2024 - Marcus Rueckert + +- update to 2.5.7.0: + - fix(iv): Avoid crash with OpenGL + multi-channel images #4087 + - fix(png): Fix crash for writing large PNGs with alpha #4074 + - fix(ImageInput): Only check REST arguments if the file does not + exist, avoiding problems for filenames that legitimately + contain a ? character. #4085 (by AdamMainsTL) + - perf(IBA): Improve perf of ImageBufAlgo::channels in-place + operation #4088 + - build: Ptex support for static library #4072 (by Dominik Wójt) + - build: Add a way to cram in a custom extra library for iv #4086 + - build: JPEG2000: Include the headers we need to discern version + #4073 + - tests: Improve color management test in imagebufalgo_test #4063 + - tests: Add one more ref output for python-colorconfig test + #4065 + - ci: Restrict Mac ARM running #4077 + - ci: Rename macro to avoid conflict during CI unity builds #4092 + - docs: Fix typo #4089 + - docs: Fix link to openexr test images #4080 (by Jesse + Yurkovich) + - admin: Account for duplicate emails in the .mailmap #4075 + - dev: Faster vint4 load/store with unsigned char conversion + #4071 (by Aras Pranckevičius) + ------------------------------------------------------------------- Wed Jan 24 13:22:08 UTC 2024 - Marcus Rueckert diff --git a/OpenImageIO.spec b/OpenImageIO.spec index cc8916d..7052f2a 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -35,7 +35,7 @@ %define so_ver 2_5 %define major_minor_ver 2.5 Name: OpenImageIO -Version: 2.5.6.0 +Version: 2.5.7.0 Release: 0 Summary: Library for Reading and Writing Images License: BSD-3-Clause