diff --git a/openexr.changes b/openexr.changes index 5924cee..2ba5820 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 5 13:22:33 UTC 2018 - Jan Engelhardt + +- Remove useless --with-pic. +- Adjust RPM groups and repair sentence structure. + ------------------------------------------------------------------- Mon Nov 5 11:19:12 UTC 2018 - Petr Gajdos - updated to 2.3.0 - * ThreadPool overhead improvements, enable custom thread pool + * ThreadPool overhead improvements, enable custom thread pool to be registered via ThreadPoolProvider class * Fixes to enable custom namespaces for Iex, Imf * Improve read performance for deep/zipped data, and @@ -17,14 +23,14 @@ Mon Nov 5 11:19:12 UTC 2018 - Petr Gajdos ------------------------------------------------------------------- Mon Jan 15 05:19:19 UTC 2018 - avindra@opensuse.org -- Update to 2.2.1 +- Update to 2.2.1 * Fix reported OpenEXR security vulnerabilities: CVE-2017-9110, CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114, CVE-2017-9115 and CVE-2017-9116 - pgajdos@suse.com: but really seem to fix only: CVE-2017-9110 [bsc#1040107], CVE-2017-9114 [bsc#1040114], CVE-2017-9116 [bsc#1040116], CVE-2017-12596 [bsc#1052522]; for - the rest of issues see [bsc#1040109], [bsc#1040112], + the rest of issues see [bsc#1040109], [bsc#1040112], [bsc#1040113], [bsc#1040114], [bsc#1040115], and [bsc#1061305] ------------------------------------------------------------------- @@ -64,7 +70,7 @@ Thu Apr 24 09:54:12 UTC 2014 - dmueller@suse.com Thu Nov 28 10:22:05 UTC 2013 - toganm@opensuse.org - add openexr-2.1.0-headers.patch to install - ImfDeepImageStateAttribute.h header too + ImfDeepImageStateAttribute.h header too ------------------------------------------------------------------- Wed Nov 27 09:17:45 UTC 2013 - mvyskocil@suse.com @@ -74,7 +80,7 @@ Wed Nov 27 09:17:45 UTC 2013 - mvyskocil@suse.com data, optimisations for some of the python bindings to Imath, improvements to the cmake build environment as well as additional documentation describing deep data in more detail. -- make tests conditional, enable fuzz test and huge test +- make tests conditional, enable fuzz test and huge test ------------------------------------------------------------------- Mon Jul 15 11:00:04 UTC 2013 - mvyskocil@suse.com @@ -97,14 +103,14 @@ Fri Apr 12 13:43:33 UTC 2013 - mvyskocil@suse.com - update to 2.0.0 * Deep Data support - Pixels can now store a variable-length list of samples. The main rationale behind deep images is to enable the storage of multiple - values at different depths for each pixel. OpenEXR 2.0 supports both - hard-surface and volumetric representations for Deep Compositing workflows. + values at different depths for each pixel. OpenEXR 2.0 supports both + hard-surface and volumetric representations for Deep Compositing workflows. * Multi-part Image Files - With OpenEXR 2.0, files can now contain a number of separate, but related, data parts in one file. Access to any part is independent of the others, pixels from parts that are not required in the current operation don't need to be accessed, resulting in quicker read - times when accessing only a subset of channels. The multipart interface - also incorporates support for Stereo images where views are stored in + times when accessing only a subset of channels. The multipart interface + also incorporates support for Stereo images where views are stored in separate parts. This makes stereo OpenEXR 2.0 files significantly faster to work with than the previous multiview support in OpenEXR. * Optimized pixel reading - decoding RGB(A) scanline images has been @@ -112,7 +118,7 @@ Fri Apr 12 13:43:33 UTC 2013 - mvyskocil@suse.com both old and new format images, including multipart and multiview files. * Namespacing - The library introduces versioned namespaces to avoid conflicts between packages compiled with different versions of the library. -- obsoleted +- obsoleted openexr-suse-docdir.patch (moved in install phase) openexr-disable-tests.patch @@ -125,12 +131,12 @@ Thu Sep 27 14:51:27 UTC 2012 - cfarrell@suse.com ------------------------------------------------------------------- Thu Sep 27 09:20:21 UTC 2012 - idonmez@suse.com -- Update baselibs.conf +- Update baselibs.conf ------------------------------------------------------------------- Thu Aug 2 12:46:25 UTC 2012 - mvyskocil@suse.cz -- Update to 1.7.1 +- Update to 1.7.1 * Updated the .so verison to 7. * obsoletes openexr-includes.patch - require new ilmbase-devel for build @@ -141,7 +147,7 @@ Thu Aug 2 12:46:25 UTC 2012 - mvyskocil@suse.cz Tue Apr 24 13:26:54 UTC 2012 - mvyskocil@suse.cz - disable the test at all, as running them in OBS seems not to be - reliable + reliable ------------------------------------------------------------------- Sun Jan 29 17:50:27 UTC 2012 - jengelh@medozas.de @@ -194,7 +200,7 @@ Tue Aug 4 07:09:30 UTC 2009 - mvyskocil@suse.cz ------------------------------------------------------------------- Mon Mar 2 05:41:46 CET 2009 - crrodriguez@suse.de -- save 6.7MB by removing static libraries and "la" files +- save 6.7MB by removing static libraries and "la" files ------------------------------------------------------------------- Wed Dec 10 12:34:56 CET 2008 - olh@suse.de @@ -239,7 +245,7 @@ Tue Jan 16 10:44:14 CET 2007 - meissner@suse.de ------------------------------------------------------------------- Mon Jun 12 15:40:26 CEST 2006 - dmueller@suse.de -- fix shared lib dependencies +- fix shared lib dependencies - fix installed headers ------------------------------------------------------------------- @@ -255,7 +261,7 @@ Mon Nov 7 15:06:31 CET 2005 - sndirsch@suse.de ------------------------------------------------------------------- Wed Nov 2 21:53:50 CET 2005 - dmueller@suse.de -- don't build as root +- don't build as root ------------------------------------------------------------------- Wed May 25 14:49:41 CEST 2005 - adrian@suse.de @@ -270,7 +276,7 @@ Mon May 23 16:21:09 CEST 2005 - schwab@suse.de ------------------------------------------------------------------- Thu Jan 13 14:30:26 CET 2005 - ro@suse.de -- try to fix docu installation +- try to fix docu installation ------------------------------------------------------------------- Mon Jun 28 13:59:35 CEST 2004 - adrian@suse.de diff --git a/openexr.spec b/openexr.spec index 868d710..f035f9d 100644 --- a/openexr.spec +++ b/openexr.spec @@ -23,7 +23,7 @@ Name: openexr Version: 2.3.0 Release: 0 -Summary: Utilities for work with HDR images in OpenEXR format +Summary: Utilities for working with HDR images in OpenEXR format License: BSD-3-Clause Group: Productivity/Graphics/Other Url: http://www.openexr.com/ @@ -56,7 +56,7 @@ contains a set of utilities to work with this format. %package -n libIlmImf%{so_suffix} Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n libIlmImf%{so_suffix} OpenEXR is a high dynamic-range (HDR) image file format developed by @@ -73,7 +73,7 @@ This package contains shared library libIlmImf %package -n libIlmImfUtil%{so_suffix} Summary: Library to simplify development of OpenEXR utilities -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n libIlmImfUtil%{so_suffix} OpenEXR is a high dynamic-range (HDR) image file format developed by @@ -89,7 +89,7 @@ This package contains shared library libIlmImfUtil %{_libdir}/libIlmImfUtil-*.so.* %package devel -Summary: Library to Handle EXR Pictures (16-bit floating-point format) +Summary: Development files for the 16-bit FP EXR picture handling library Group: Development/Libraries/C and C++ Requires: libIlmImf%{so_suffix} = %{version} Requires: libIlmImfUtil%{so_suffix} = %{version} @@ -108,8 +108,8 @@ Industrial Light & Magic for use in computer imaging applications. This package contains header files. %package doc -Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format -Group: Development/Libraries/C and C++ +Summary: Documentatino for the 16-bit FP EXR picture handling library +Group: Documentation/PDF Obsoletes: OpenEXR-doc <= 1.6.1 Provides: OpenEXR-doc = %{version} @@ -117,7 +117,7 @@ Provides: OpenEXR-doc = %{version} OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. -This package contains a documentation +This package contains documentation. %prep %setup -q @@ -127,7 +127,6 @@ export PTHREAD_LIBS="-lpthread" %configure \ --docdir=%{_docdir}/%{name} \ --disable-static \ - --with-pic \ --enable-large-stack \ --enable-imfexamples \ --enable-imffuzztest \