SHA256
1
0
forked from pool/openexr
Commit Graph

51 Commits

Author SHA256 Message Date
742c3df9f4 - version update to 2.4.1
* Various fixes for memory leaks and invalid memory accesses
  * Various fixes for integer overflow with large images.
  * Various cmake fixes for build/install of python modules.
  * ImfMisc.h is no longer installed, since it's a private header.
- deleted patches
  - Fix-the-symlinks-creation.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=47
2020-04-16 10:57:14 +00:00
665d7c7e17 Accepting request 773200 from home:StefanBruens:branches:devel:tools:building
- Fix relative paths in generated pkgconfig files:
  0001-Use-absolute-CMAKE_INSTALL_FULL_LIBDIR-for-libdir-in.patch
- Fix build with older cmake package (Leap 15.0 up to 15.2), the
  included ctest macro does not accept extra parameters.
- Add Fix-the-symlinks-creation.patch to fix the symlinks creation.
- fix OpenEXR.pc
- increase timeout for IlmImf test
- version update to 2.4.0
  * Completely re-written CMake configuration files
  * Improved support for building on Windows, via CMake
  * Improved support for building on macOS, via CMake
  * All code compiles without warnings on gcc, clang, msvc
  * Cleanup of license and copyright notices
  * floating-point exception handling is disabled by default
  * New Slice::Make method to reliably compute base pointer for a slice.
  * Miscellaneous bug fixes
  * CVE-2018-18444 Issue #351 Out of Memory
  * CVE-2018-18443 Issue #350 heap-buffer-overflow
- upstream does not provide gpg signature anymore
  https://github.com/openexr/openexr/issues/565
- modified sources
  % baselibs.conf
- deleted patches
  - openexr-CVE-2017-14988.patch (upstreamed)
  - openexr-CVE-2017-9111,9113,9115.patch (upstreamed)
  - openexr-CVE-2018-18444.patch (upstreamed)
- deleted sources
  - openexr-2.3.0.tar.gz.sig (not needed)
  - openexr.keyring (not needed)
- testsuite only for x86_64 [bsc#1146648]
- Enable tests on architectures with enough memory - boo#1146648
  * disable imffuzztest as it takes to much resources
- security update
- added patches
  CVE-2017-14988 [bsc#1061305]
  + openexr-CVE-2017-14988.patch
- security update
- added patches
  CVE-2017-9111 [bsc#1040109], CVE-2017-9113 [bsc#1040113], CVE-2017-9115 [bsc#1040115]
  + openexr-CVE-2017-9111,9113,9115.patch
- Codify new ilmbase requirements.
- security update
  * CVE-2018-18444 [bsc#1113455]
    + openexr-CVE-2018-18444.patch
- asan_build: build ASAN included
- debug_build: build more suitable for debugging
- Remove useless --with-pic.
- Adjust RPM groups and repair sentence structure.
- updated to 2.3.0
  * 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
    SIMD-accelerated uncompress support
  * Added rawPixelDataToBuffer() function for access to
    compressed scanlines
  * Iex::BaseExc no longer derived from std::string.
  * Imath throw() specifiers removed
  * Initial Support for Python 3
  * removed patch
- 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],
  [bsc#1040113], [bsc#1040114], [bsc#1040115], and [bsc#1061305]
- Cleanup a bit with spec-cleaner
- Update to 2.2.0
  * DreamWorks Lossy Compression A new high quality, high performance lossy
    compression codec contributed by DreamWorks Animation. This codec allows
    control over variable lossiness to balance visual quality and file size.
    This contribution also includes performance improvements that speed up
    the PIZ codec.
  * IlmImfUtil A new library intended to aid in development of image file
    manipulation utilities that support the many types of OpenEXR images.
  * This release also includes improvements to cross-platform build support
    using CMake.
- Bumped the soname, and now we have libIlmImf and libIlmImfUtil
- Removed openexr-2.1.0-headers.patch
- Updated openexr.keyring from the savannah project page.
- Add obsoletes to baselibs.conf.
- remove dependency on gpg-offline (blocks rebuilds and
  tarball integrity is checked by source-validator anyway)
- add openexr-2.1.0-headers.patch to install
  ImfDeepImageStateAttribute.h header too
- update to 2.1.0
  This release includes a refactoring of the optimised read paths for RGBA
  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
- update to 2.0.1
  This is a maintenance push that predominantly addresses edge case
  failures in the optimisation code paths by temporarily disabling the
  feature. For more details, please refer to the
  /usr/share/doc/packages/openexr/ChangeLog
- add gpg-offline based verification
- fix library deps
- 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.
 * 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
   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
   accelerated on SSE processors providing a significant speedup when reading
   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
    openexr-suse-docdir.patch (moved in install phase)
    openexr-disable-tests.patch
- license update: BSD-3-Clause
  No GPL licensed files found in the package
- Update baselibs.conf
- Update to 1.7.1
  * Updated the .so verison to 7.
  * obsoletes openexr-includes.patch
- require new ilmbase-devel for build
- rename libopenexr-devel to openexr devel to be compatible
  with renamed ilmbase package
- disable the test at all, as running them in OBS seems not to be
  reliable
- Remove redundant tags/sections per specfile guideline suggestions
- openexr-disable-tests.patch - disable broken tests prevents a build
  in Factory
- remove explicit libdrm buildrequires
- Use %_smp_mflags for parallel build
- Update to 1.7.0 - bugfix release, multiviewer support
  * obsoletes CVE-2009-1720 support
  * built with --enable-larget-stack and test
- Renammed to be more comfortable with Shared Library policy
  * openexr - main (source package) contains tools in bindir, it provides and
    obsoletes the old OpenEXR symbol
  * libIlmImf6 - contains the openexr library
  * libopenexr-devel - contains the headers, Provides and Obsoletes the
    OpenEXR-devel symbol
  * openexr-doc - documentation
- add baselibs.conf as a source
- fixed bnc#527539:  VUL-0: OpenEXR: [ MDVSA-2009:190 ] OpenEXR
  used patches from Mandriva
  * CVE-2009-1720
  * CVE-2009-1721
- save 6.7MB by removing static libraries and "la" files
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
  (bnc#437293)
- obsolete old -XXbit packages (bnc#437293)
- added baselibs.conf file to build xxbit packages
  for multilib support
- update to 1.6.1
- fix buid, add docu subpackage with documentation and examples
- fix linking of new IlmThread lib versus libpthread
- update to 1.4.6
- fix build, fix packaging examples and doc
- added missing Requires
- fixed RPM_OPT_FLAGS
- fix shared lib dependencies
- fix installed headers
- converted neededforbuild to BuildRequires
- make use of mesa-devel-packages macro in neededforbuild
- don't build as root
- update to version 1.2.2
- Fix missing declaration.
- try to fix docu installation
- initial package of version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/773200
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=45
2020-02-11 08:47:13 +00:00
a46d4d90b9 Accepting request 750562 from home:StefanBruens:branches:graphics
- Fix build with older cmake package (Leap 15.0 up to 15.2), the
  included ctest macro does not accept extra parameters.

OBS-URL: https://build.opensuse.org/request/show/750562
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=43
2019-11-25 08:43:39 +00:00
b62ddc35fe Accepting request 748749 from home:cgiboudeaux:branches:graphics
- Add Fix-the-symlinks-creation.patch to fix the symlinks creation.

OBS-URL: https://build.opensuse.org/request/show/748749
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=41
2019-11-14 19:45:07 +00:00
b4cbe267fe OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=40 2019-10-08 09:01:58 +00:00
a88ef0d8d1 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=39 2019-10-07 14:52:03 +00:00
785a2402db OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=38 2019-10-07 11:53:22 +00:00
8948f368a2 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=37 2019-10-07 10:43:54 +00:00
666a112cb7 - fix OpenEXR.pc
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=36
2019-10-07 09:56:58 +00:00
9143e5e630 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=35 2019-10-07 08:17:36 +00:00
60ad311427 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=34 2019-10-07 08:16:27 +00:00
77ded4a453 - increase timeout for IlmImf test
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=33
2019-10-04 14:21:16 +00:00
07cfb07b25 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=32 2019-10-04 09:18:57 +00:00
d8a157ebf6 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=31 2019-10-04 07:37:47 +00:00
5f2efe65e4 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=30 2019-09-26 08:39:12 +00:00
46df22f397 - version update to 2.4.0
* Completely re-written CMake configuration files
  * Improved support for building on Windows, via CMake
  * Improved support for building on macOS, via CMake
  * All code compiles without warnings on gcc, clang, msvc
  * Cleanup of license and copyright notices
  * floating-point exception handling is disabled by default
  * New Slice::Make method to reliably compute base pointer for a slice.
  * Miscellaneous bug fixes
  * CVE-2018-18444 Issue #351 Out of Memory
  * CVE-2018-18443 Issue #350 heap-buffer-overflow
- upstream does not provide gpg signature anymore
  https://github.com/openexr/openexr/issues/565
- modified sources
  % baselibs.conf
- deleted patches
  - testBox.patch (upstreamed)
  - testBoxAlgo.patch (upstreamed)
- deleted sources
  - ilmbase-2.3.0.tar.gz.sig (not needed)
  - ilmbase.keyring (not needed)

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=29
2019-09-26 08:30:24 +00:00
80e126b0f4 - testsuite only for x86_64 [bsc#1146648]
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=27
2019-09-20 12:41:44 +00:00
75fd08a7ad Accepting request 725076 from home:pluskalm:branches:graphics
- Enable tests on architectures with enough memory - boo#1146648
  * disable imffuzztest as it takes to much resources

OBS-URL: https://build.opensuse.org/request/show/725076
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=25
2019-08-21 15:02:56 +00:00
3c840ae9b8 - security update
- added patches
  CVE-2017-14988 [bsc#1061305]
  + openexr-CVE-2017-14988.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=23
2019-07-15 14:06:49 +00:00
74323fcb69 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=21 2019-06-14 20:27:56 +00:00
18c257fab0 - security update
- added patches
  CVE-2017-9111 [bsc#1040109], CVE-2017-9113 [bsc#1040113], CVE-2017-9115 [bsc#1040115]
  + openexr-CVE-2017-9111,9113,9115.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=20
2019-06-14 19:31:45 +00:00
3144d33607 Accepting request 646947 from home:jengelh:branches:graphics
- Codify new ilmbase requirements.

OBS-URL: https://build.opensuse.org/request/show/646947
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=18
2018-11-08 09:13:20 +00:00
6c8b6b0f6f - security update
* CVE-2018-18444 [bsc#1113455]
    + openexr-CVE-2018-18444.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=17
2018-11-07 11:02:53 +00:00
80f89c3aff OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=16 2018-11-06 14:50:35 +00:00
86e367887f OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=15 2018-11-06 12:36:12 +00:00
810a498b42 - asan_build: build ASAN included
- debug_build: build more suitable for debugging

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=14
2018-11-06 09:41:12 +00:00
3a209879db Accepting request 646423 from home:jengelh:branches:graphics
Remove useless trailing whitespace from changelog
- Remove useless --with-pic.
- Adjust RPM groups and repair sentence structure.

OBS-URL: https://build.opensuse.org/request/show/646423
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=13
2018-11-05 15:47:17 +00:00
15a504cac2 - updated to 2.3.0
* 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
    SIMD-accelerated uncompress support
  * Added rawPixelDataToBuffer() function for access to
    compressed scanlines
  * Iex::BaseExc no longer derived from std::string.
  * Imath throw() specifiers removed
  * Initial Support for Python 3
  * removed patch

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=12
2018-11-05 12:02:16 +00:00
b60a9264d2 - Update to 2.2.1
- 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], 
  [bsc#1040113], [bsc#1040114], [bsc#1040115], and [bsc#1061305]

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=10
2018-02-12 15:15:10 +00:00
b2c36e133d - Update to 2.2.1 [bsc#1040109], [bsc#1040107], [bsc#1040112],
[bsc#1040113], [bsc#1040114], [bsc#1040115], [bsc#1040116]

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=9
2018-02-12 11:10:45 +00:00
OBS User mrdocs
4581e63e77 Accepting request 564464 from home:avindra
This depends on

https://build.opensuse.org/request/show/564463

- 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

OBS-URL: https://build.opensuse.org/request/show/564464
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=8
2018-01-21 05:41:23 +00:00
OBS User mrdocs
0838f8c149 Accepting request 509679 from home:scarabeus_iv:branches:graphics
- Cleanup a bit with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/509679
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=6
2017-07-12 22:48:08 +00:00
Ismail Dönmez
49a2a6b7cf Accepting request 283302 from home:mlin7442:branches:graphics
update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/283302
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=4
2015-01-29 14:34:51 +00:00
Stephan Kulow
97b4c8a7a9 Accepting request 246526 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/246526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=23
2014-08-28 19:05:10 +00:00
Stephan Kulow
6881ce5c7b Accepting request 231243 from devel:libraries:c_c++
- remove dependency on gpg-offline (blocks rebuilds and
  tarball integrity is checked by source-validator anyway)

OBS-URL: https://build.opensuse.org/request/show/231243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=22
2014-04-26 15:01:59 +00:00
Stephan Kulow
3f5965f40d Accepting request 208817 from devel:libraries:c_c++
Fixes missing header please submit to factory as well (forwarded request 208792 from toganm)

OBS-URL: https://build.opensuse.org/request/show/208817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=21
2013-11-28 17:52:04 +00:00
Stephan Kulow
d928bf9c9b Accepting request 208649 from devel:libraries:c_c++
- update to 2.1.0
  This release includes a refactoring of the optimised read paths for RGBA
  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

OBS-URL: https://build.opensuse.org/request/show/208649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=20
2013-11-28 06:38:20 +00:00
Stephan Kulow
d14ef2239f Accepting request 183063 from devel:libraries:c_c++
- update to 2.0.1
  This is a maintenance push that predominantly addresses edge case
  failures in the optimisation code paths by temporarily disabling the
  feature. For more details, please refer to the
  /usr/share/doc/packages/openexr/ChangeLog
- add gpg-offline based verification

OBS-URL: https://build.opensuse.org/request/show/183063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=18
2013-07-16 14:45:24 +00:00
Stephan Kulow
c82031a4f0 - fix library deps
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=17
2013-04-20 20:29:45 +00:00
Stephan Kulow
0daaa1afe1 Accepting request 172655 from devel:libraries:c_c++
- 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.                                                                                       
 * 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                                                                                             
   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
   accelerated on SSE processors providing a significant speedup when reading
   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 
    openexr-suse-docdir.patch (moved in install phase)
    openexr-disable-tests.patch

OBS-URL: https://build.opensuse.org/request/show/172655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=16
2013-04-20 20:07:36 +00:00
Stephan Kulow
7e2748a5e3 Accepting request 136263 from devel:libraries:c_c++
license update: BSD-3-Clause
No GPL licensed files found in the package (forwarded request 136251 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/136263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=14
2012-10-03 07:20:45 +00:00
Stephan Kulow
c6f7db67b5 Accepting request 129675 from devel:libraries:c_c++
- Update to 1.7.1 
  * Updated the .so verison to 7.
  * obsoletes openexr-includes.patch
- require new ilmbase-devel for build
- rename libopenexr-devel to openexr devel to be compatible
  with renamed ilmbase package

OBS-URL: https://build.opensuse.org/request/show/129675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=13
2012-08-08 08:56:55 +00:00
Stephan Kulow
db0dc41956 Accepting request 115211 from devel:libraries:c_c++
- disable the test at all, as running them in OBS seems not to be
  reliable 

- Remove redundant tags/sections per specfile guideline suggestions

OBS-URL: https://build.opensuse.org/request/show/115211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=11
2012-05-03 08:59:07 +00:00
Stephan Kulow
0fdd61a974 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=10
2011-12-06 17:33:59 +00:00
Stephan Kulow
07deabbfc7 Accepting request 89807 from devel:libraries:c_c++
- openexr-disable-tests.patch - disable broken tests prevents a build
  in Factory

OBS-URL: https://build.opensuse.org/request/show/89807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=9
2011-11-02 11:09:54 +00:00
Sascha Peilicke
d61b889fc9 Autobuild autoformatter for 77183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=7
2011-07-29 07:39:48 +00:00
Sascha Peilicke
54f62d6879 Accepting request 77183 from devel:libraries:c_c++
- remove explicit libdrm buildrequires

OBS-URL: https://build.opensuse.org/request/show/77183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=6
2011-07-29 07:39:40 +00:00
Sascha Peilicke
b9c32b8c89 Autobuild autoformatter for 66939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=5
2011-04-21 09:53:52 +00:00
Sascha Peilicke
3810856baf Accepting request 66939 from devel:libraries:c_c++
Accepted submit request 66939 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/66939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=4
2011-04-21 09:53:40 +00:00
OBS User autobuild
e99ed47dcb Accepting request 44985 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/openexr based on submit request 44985 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/44985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=2
2010-08-09 10:19:19 +00:00