From 7f3a2304d10e1896864036f5727117e80de581a12229ac6d6e5ebb97b5030dad Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 30 Sep 2020 07:02:24 +0000 Subject: [PATCH 1/2] - version update to 2.5.3 * Various sanitizer/fuzz-identified issues related to handling of invalid input * Fixes to misc compiler warnings * Cmake fix for building on arm64 macOS (#772) * Read performance optimization (#782) * Fix for building on non-glibc (#798) * Fixes to tests OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=56 --- openexr.changes | 11 +++++++++++ openexr.spec | 2 +- v2.5.2.tar.gz | 3 --- v2.5.3.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 v2.5.2.tar.gz create mode 100644 v2.5.3.tar.gz diff --git a/openexr.changes b/openexr.changes index 33e269d..483c21b 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 30 06:55:23 UTC 2020 - pgajdos@suse.com + +- version update to 2.5.3 + * Various sanitizer/fuzz-identified issues related to handling of invalid input + * Fixes to misc compiler warnings + * Cmake fix for building on arm64 macOS (#772) + * Read performance optimization (#782) + * Fix for building on non-glibc (#798) + * Fixes to tests + ------------------------------------------------------------------- Tue Sep 15 18:56:44 CEST 2020 - ro@suse.de diff --git a/openexr.spec b/openexr.spec index 51221ef..4443ead 100644 --- a/openexr.spec +++ b/openexr.spec @@ -22,7 +22,7 @@ %define sonum 25 %global so_suffix -2_5 Name: openexr -Version: 2.5.2 +Version: 2.5.3 Release: 0 Summary: Utilities for working with HDR images in OpenEXR format License: BSD-3-Clause diff --git a/v2.5.2.tar.gz b/v2.5.2.tar.gz deleted file mode 100644 index 471ea0b..0000000 --- a/v2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da8dff448d0c4a529e52c97daf238a461d01cd233944f75095668d6d7528761 -size 27525326 diff --git a/v2.5.3.tar.gz b/v2.5.3.tar.gz new file mode 100644 index 0000000..9660e58 --- /dev/null +++ b/v2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf +size 27534825 From 86a04b707eab5282a3e94dcc55aa7ff041850237639fe7f67bba2b4851747074 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 30 Sep 2020 07:09:01 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=57 --- openexr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openexr.spec b/openexr.spec index 4443ead..4e8994c 100644 --- a/openexr.spec +++ b/openexr.spec @@ -36,7 +36,7 @@ BuildRequires: fltk-devel BuildRequires: freeglut-devel BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: pkgconfig(IlmBase) >= %{version} +BuildRequires: pkgconfig(IlmBase) == %{version} BuildRequires: pkgconfig(zlib) Obsoletes: OpenEXR <= 1.6.1 Provides: OpenEXR = %{version}