8f2936b
%undefine __cmake_in_source_build
0831939
%global sover 2.5
90e880c
7a63317
Name:           OpenImageIO
85a80d4
Version:        2.5.7.0
85a80d4
Release:        1%{?dist}
7a63317
Summary:        Library for reading and writing images
7a63317
f3b9a19
License:        BSD-3-Clause AND MIT
3e2816b
# The included fmtlib is MIT licensed
3e2816b
# src/include/OpenImageIO/fmt
92a8755
URL:            https://openimageio.org/
92a8755
Source0:        https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/v%{version}/%{name}-%{version}.tar.gz
3bbc3b7
# Images for test suite
e77166d
#Source1:        https://github.com/OpenImageIO/oiio-images/archive/master/oiio-images.tar.gz
527c815
85a80d4
Patch0:         https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/OpenImageIO/pull/4143.patch
85a80d4
635acc9
# OpenVDB no longer build for i686
635acc9
ExcludeArch:    i686
635acc9
eedfe36
# Needed until LibRaw is available on s390x and aarch64
eedfe36
%if 0%{?rhel} >= 8
eedfe36
ExclusiveArch:  x86_64 ppc64le
eedfe36
%endif
eedfe36
6f938db
# Utilities
f46941f
BuildRequires:  cmake
6f938db
BuildRequires:  gcc-c++
ebab20c
BuildRequires:  txt2man
6f938db
# Libraries
9a21561
BuildRequires:  boost-devel
6f938db
BuildRequires:  bzip2-devel
eedfe36
# Not currently in RHEL/EPEL
eedfe36
%if ! 0%{?rhel}
6f938db
BuildRequires:  dcmtk-devel
eedfe36
%endif
6f938db
BuildRequires:  fmt-devel
6f938db
BuildRequires:  freetype-devel
6f938db
BuildRequires:  giflib-devel
6f938db
BuildRequires:  glew-devel
ebab20c
BuildRequires:  hdf5-devel
2f57d9f
BuildRequires:  jasper-devel
ac41474
# Only available on RPM Fusion
ac41474
#BuildRequires:  libheif-devel
0831939
BuildRequires:  turbojpeg-devel
6f938db
BuildRequires:  libpng-devel
3392bf1
BuildRequires:  LibRaw-devel
6f938db
BuildRequires:  libsquish-devel
6f938db
BuildRequires:  libtiff-devel
6f938db
BuildRequires:  libwebp-devel
6f938db
BuildRequires:  opencv-devel
0831939
%if 0%{?fedora}
d7db3b7
BuildRequires:  cmake(OpenEXR)
d7db3b7
%else
6f938db
BuildRequires:  OpenEXR-devel ilmbase-devel
d7db3b7
%endif
6f938db
BuildRequires:  openjpeg2-devel
f1580b7
BuildRequires:  openssl-devel
6f938db
BuildRequires:  openvdb-devel
6f938db
BuildRequires:  pugixml-devel
ac41474
BuildRequires:  ptex-devel
94795ee
BuildRequires:  pybind11-devel
6f938db
BuildRequires:  python3-devel
6f938db
BuildRequires:  qt5-qtbase-devel
6f938db
BuildRequires:  robin-map-devel
6f938db
BuildRequires:  tbb-devel
6f938db
BuildRequires:  zlib-devel
92eeec4
92eeec4
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
92eeec4
# If an ABI incompatible update is done in one, the other also needs to be
ee8f470
# rebuilt.
c4ffd31
#BuildRequires:  OpenColorIO-devel
7a63317
7a63317
7a63317
%description
7a63317
OpenImageIO is a library for reading and writing images, and a bunch of related
7a63317
classes, utilities, and applications. Main features include:
7a63317
- Extremely simple but powerful ImageInput and ImageOutput APIs for reading and
7a63317
  writing 2D images that is format agnostic.
7a63317
- Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000,
7a63317
  DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI,
562e4e8
  PNM/PPM/PGM/PBM.
7a63317
- An ImageCache class that transparently manages a cache so that it can access
7a63317
  truly vast amounts of image data.
2f57d9f
2f57d9f
1deb182
%package -n python3-openimageio
1deb182
Summary:        Python 3 bindings for %{name}
b9ab72a
Requires:       %{name}%{?_isa} = %{version}-%{release}
61dc53b
%{?python_provide:%python_provide python3-openimageio}
b9ab72a
1deb182
%description -n python3-openimageio
b9ab72a
Python bindings for %{name}.
b9ab72a
b9ab72a
2f57d9f
%package utils
92eeec4
Summary:        Command line utilities for %{name}
2f57d9f
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f57d9f
2f57d9f
%description utils
92eeec4
Command-line tools to manipulate and get information on images using the
2f57d9f
%{name} library.
2f57d9f
2f57d9f
2f57d9f
%package iv
92eeec4
Summary:        %{name} based image viewer
2f57d9f
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f57d9f
2f57d9f
%description iv
c37941e
A really nice image viewer, iv, based on %{name} classes (and so will work
c37941e
with any formats for which plugins are available).
7a63317
527c815
7a63317
%package devel
527c815
Summary:        Documentation for %{name}
7a63317
Requires:       %{name}%{?_isa} = %{version}-%{release}
f0651a5
# The next two are required due to the binaries having cmake targets exported, see:
f0651a5
# https://bugzilla.redhat.com/show_bug.cgi?id=1959632
f0651a5
Requires:       %{name}-iv%{?_isa} = %{version}-%{release}
30fe93c
Requires:       %{name}-utils%{?_isa} = %{version}-%{release}
324d598
Requires:       opencv-devel
eefd580
%if 0%{?fedora} > 34
eefd580
Requires:       cmake(OpenEXR)
eefd580
%else
eefd580
Requires:       OpenEXR-devel ilmbase-devel
eefd580
%endif
7a63317
7a63317
%description devel
7a63317
Development files for package %{name}
7a63317
7a63317
7a63317
%prep
42d79e5
%autosetup -p1
3bbc3b7
7a63317
# Remove bundled pugixml
e5a7404
rm -f src/include/OpenImageIO/pugixml.hpp \
e5a7404
      src/include/OpenImageIO/pugiconfig.hpp \
e5a7404
      src/libutil/OpenImageIO/pugixml.cpp 
527c815
1a39c4a
# Remove bundled tbb
7a63317
rm -rf src/include/tbb
3bbc3b7
3bbc3b7
# Install test images
e77166d
#mkdir ../oiio-images && pushd ../oiio-images
3bbc3b7
#tar --strip-components=1 -xzf %{SOURCE1}
e77166d
#popd
7a63317
7a63317
7a63317
%build
527c815
# CMAKE_SKIP_RPATH is OK here because it is set to FALSE internally and causes
527c815
# CMAKE_INSTALL_RPATH to be cleared, which is the desiered result.
8f2936b
mkdir build/linux && pushd build/linux
fdddaa9
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
cd5ae5a
       -DCMAKE_CXX_STANDARD=17 \
fdddaa9
       -DCMAKE_SKIP_RPATH:BOOL=TRUE \
1deb182
       -DPYTHON_VERSION=%{python3_version} \
85af7b2
       -DBUILD_DOCS:BOOL=TRUE \
ac41474
	   -DOIIO_BUILD_TESTS:BOOL=FALSE \
85af7b2
       -DINSTALL_DOCS:BOOL=FALSE \
631720a
       -DINSTALL_FONTS:BOOL=FALSE \
7a63317
       -DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
e1ef02b
       -DSTOP_ON_WARNING:BOOL=FALSE \
469d752
       -DJPEG_INCLUDE_DIR=$(pkgconf --variable=includedir libjpeg) \
b74dc29
       -DOPENJPEG_INCLUDE_DIR=$(pkgconf --variable=includedir libopenjp2) \
e62907f
       -DOpenGL_GL_PREFERENCE=GLVND \
8f2936b
       -DVERBOSE=TRUE
7a63317
8f2936b
%cmake_build
7a63317
7a63317
7a63317
%install
8f2936b
%cmake_install
7a63317
7a63317
# Move man pages to the right directory
8f2936b
pushd %{_vpath_builddir}
7a63317
mkdir -p %{buildroot}%{_mandir}/man1
92eeec4
cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
7a63317
7a63317
527c815
%check
5d225ec
# Not all tests pass on linux
3bbc3b7
#pushd build/linux && make test
527c815
527c815
7a63317
%files
94795ee
%doc CHANGES.md CREDITS.md README.md
21cd2f8
%license LICENSE.md THIRD-PARTY.md
90e880c
%{_libdir}/libOpenImageIO.so.%{sover}*
90e880c
%{_libdir}/libOpenImageIO_Util.so.%{sover}*
b9ab72a
1deb182
%files -n python3-openimageio
671d01c
%{python3_sitearch}/%{name}/
2f57d9f
2f57d9f
%files utils
2f57d9f
%exclude %{_bindir}/iv
2f57d9f
%{_bindir}/*
cabde45
%exclude %{_mandir}/man1/iv.1.gz
2f57d9f
%{_mandir}/man1/*.1.gz
2f57d9f
2f57d9f
%files iv
2f57d9f
%{_bindir}/iv
cabde45
%{_mandir}/man1/iv.1.gz
7a63317
7a63317
%files devel
7a63317
%{_libdir}/libOpenImageIO.so
054dab7
%{_libdir}/libOpenImageIO_Util.so
6f938db
%{_libdir}/cmake/%{name}/*.cmake
498e9c1
%{_libdir}/pkgconfig/%{name}.pc
498e9c1
%{_includedir}/%{name}/
7a63317
5371afc
7a63317
%changelog
85a80d4
* Wed Feb 07 2024 Richard Shaw <hobbes1069@gmail.com> - 2.5.7.0-1
85a80d4
- Update to 2.5.7.0.
85a80d4
2e90ca6
* Mon Feb 05 2024 Sérgio Basto <sergio@serjux.com> - 2.5.6.0-5
2e90ca6
- Rebuild for opencv 4.9.0
2e90ca6
5eddbb3
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.6.0-4
5eddbb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
5eddbb3
5f9ac72
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.6.0-3
5f9ac72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
5f9ac72
ca352ad
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 2.5.6.0-2
ca352ad
- Rebuilt for Boost 1.83
ca352ad
0831939
* Thu Jan 18 2024 Richard Shaw <hobbes1069@gmail.com> - 2.5.6.0-1
0831939
- Update to 2.5.6.0.
0831939
c7236d4
* Thu Nov 09 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.17.0-1
c7236d4
- Update to 2.4.17.0.
c7236d4
872b1c2
* Fri Oct 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.4.16.0-2
872b1c2
- Rebuild for openvdb-10.1.0 (close RHBZ#2246603)
872b1c2
42d79e5
* Tue Oct 03 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.16.0-1
42d79e5
- Update to 2.4.16.0.
42d79e5
f3b9a19
* Sun Sep 03 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.15.0-1
f3b9a19
- Update to 2.4.15.0.
f3b9a19
- Update License tag to SPDX identifiers.
f3b9a19
34017db
* Mon Aug 07 2023 Sérgio Basto <sergio@serjux.com> - 2.4.14.0-2
34017db
- Rebuild for opencv 4.8.0
34017db
5c59105
* Tue Aug 01 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.14.0-1
5c59105
- Update to 2.4.14.0.
5c59105
a5f122e
* Tue Aug 01 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.13.0-1
a5f122e
- Update to 2.4.13.0.
a5f122e
7a9f42e
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.12.0-4
7a9f42e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
7a9f42e
d0674b4
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 2.4.12.0-3
d0674b4
- Rebuilt for Python 3.12
d0674b4
fab3e09
* Wed Jun 28 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 2.4.12.0-2
fab3e09
- Rebuilt due to fmt 10 update.
fab3e09
5cceaee
* Tue Jun 06 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.12.0-1
5cceaee
- Update to 2.4.12.0.
5cceaee
1788585
* Mon May 08 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.11.0-1
1788585
- Update to 2.4.11.0.
1788585
2be20f2
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 2.4.8.1-2
2be20f2
- Rebuilt for Boost 1.81
2be20f2
33874de
* Tue Feb 14 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.8.1-1
33874de
- Update to 2.4.8.1.
33874de
d31852a
* Thu Feb 02 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.8.0-1
d31852a
- Update to 2.4.8.0.
d31852a
21b0935
* Fri Jan 20 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.7.1-4
21b0935
- Rebuild for opencv (again).
21b0935
51eddb7
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7.1-3
51eddb7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
51eddb7
aa53bff
* Mon Jan 16 2023 Sérgio Basto <sergio@serjux.com> - 2.4.7.1-2
aa53bff
- Rebuild for opencv 4.7.0
aa53bff
e34f142
* Wed Jan 04 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.7.1-1
e34f142
- Update to 2.4.7.1.
e34f142
e34f142
* Mon Jan 02 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.7.0-1
e34f142
- Update to 2.4.7.0.
e34f142
47e3b8a
* Mon Jan 02 2023 Richard Shaw <hobbes1069@gmail.com> - 2.4.6.1-2
47e3b8a
- Rebuilt for OpenVDB.
47e3b8a
d8c8953
* Thu Dec 22 2022 Richard Shaw <hobbes1069@gmail.com> - 2.4.6.1-1
3e357c0
- Update to 2.4.6.1.
3e357c0
5e93494
* Tue Dec 20 2022 Gwyn Ciesla <gwync@protonmail.com> - 2.4.4.2-3
5e93494
- LibRaw rebuild
5e93494
9bb2ab9
* Tue Nov 15 2022 Richard Shaw <hobbes1069@gmail.com> - 2.4.4.2-2
9bb2ab9
- Rebuild for yaml-cpp 0.7.0.
9bb2ab9
fc18f60
* Fri Oct 07 2022 Richard Shaw <hobbes1069@gmail.com> - 2.4.4.2-1
fc18f60
- Update to 2.4.4.2.
fc18f60
3d00705
* Thu Oct 06 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.20.0-1
3d00705
- Update to 2.3.20.0.
3d00705
6f68014
* Thu Sep 01 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.19.0-1
6f68014
- Update to 2.3.19.0.
6f68014
00980d9
* Thu Aug 04 2022 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.3.18.0-2
00980d9
- Rebuild for dcmtk 3.6.7 soname bump
00980d9
f9cce11
* Mon Aug 01 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.18.0-1
f9cce11
- Update to 2.3.18.0.
f9cce11
9ccdc4c
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.17.0-2
9ccdc4c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
9ccdc4c
22a7993
* Sat Jul 02 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.17.0-1
22a7993
- Update to 2.3.17.0.
22a7993
4673ce8
* Fri Jun 24 2022 Jonathan Wakely <jwakely@redhat.com> - 2.3.14.0-10
4673ce8
- Remove obsolete boost-python3-devel build dependency (#2100748)
4673ce8
b9c0af2
* Tue Jun 21 2022 Sérgio Basto <sergio@serjux.com> - 2.3.14.0-9
b9c0af2
- Rebuilt for opencv 4.6.0
b9c0af2
96bb4c1
* Tue Jun 21 2022 Sérgio Basto <sergio@serjux.com> - 2.3.14.0-8
daf8444
- Really unbootstrap this time
96bb4c1
0758cb6
* Tue Jun 21 2022 Sérgio Basto <sergio@serjux.com> - 2.3.14.0-7
0758cb6
- Unbootstrap
0758cb6
1345fed
* Tue Jun 21 2022 Sérgio Basto <sergio@serjux.com> - 2.3.14.0-6
1345fed
- Bootstrap for OpenColorIO with Python 3.11 and openvdb-9.1.0
1345fed
e9b069b
* Tue Jun 21 2022 Sérgio Basto <sergio@serjux.com> - 2.3.14.0-5
e9b069b
- Rebuilt for opencv 4.6.0
e9b069b
503c0ad
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 2.3.14.0-4
503c0ad
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
503c0ad
247912a
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 2.3.14.0-3
247912a
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
247912a
2c36fc8
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 2.3.14.0-2
2c36fc8
- Rebuilt for Boost 1.78
2c36fc8
7408527
* Mon Apr 04 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.14.0-1
8c0692e
- Update to 2.3.14.0.
7408527
15dfe44
* Wed Mar 02 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.13.0-1
15dfe44
- Update to 2.3.13.0.
15dfe44
66ea823
* Tue Feb 01 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.12.0-1
66ea823
- Update to 2.3.12.0, fixed BZ#2049299.
66ea823
e88029c
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.11.0-2
e88029c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
e88029c
f394b6d
* Sun Jan 02 2022 Richard Shaw <hobbes1069@gmail.com> - 2.3.11.0-1
f394b6d
- Update to 2.3.11.0.
f394b6d
15fa446
* Wed Dec 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.3.10.0-1
15fa446
- Update to 2.3.10.0.
15fa446
eefd580
* Sun Nov 28 2021 Richard Shaw <hobbes1069@gmail.com> - 2.3.9.1-3
eefd580
- Rebuild for OpenVDB 9.
eefd580
da4ea77
* Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> - 2.3.9.1-2
da4ea77
- Rebuild for hdf5 1.12.1
da4ea77
562e4e8
* Mon Nov 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.3.9.1-1
562e4e8
- Update to 2.3.9.1.
562e4e8
- Remove Field3D as it is now depreciated.
562e4e8
ac41474
* Sun Oct 03 2021 Richard Shaw <hobbes1069@gmail.com> - 2.3.8.0-1
ac41474
- Update to 2.3.8.0.
ac41474
ac41474
* Wed Sep 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.3.7.2-1
ac41474
- Update to 2.3.7.2.
ac41474
e2853e1
* Wed Sep 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-9
e2853e1
- Rebuild for OpenImageIO 2.1.
e2853e1
3801073
* Mon Aug 23 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-8
3801073
- Rebuild for OpenColorIO 2.
3801073
e24601e
* Mon Aug 23 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-7
e24601e
- Rebuild for OpenColorIO 2.
e24601e
e2abd1a
* Sat Aug 21 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-6
e2abd1a
- Rebuild for OpenEXR/Imath 3.1.
e2abd1a
7732ea2
* Fri Aug 20 2021 Orion Poplawski <orion@nwra.com> - 2.2.17.0-5
7732ea2
- Rebuild for hdf5 1.10.7
7732ea2
4a15bc5
* Wed Aug 11 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-4
4a15bc5
- Re-rebuild for dcmtk soname bump.
4a15bc5
462580e
* Tue Aug 10 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.17.0-3
462580e
- Rebuild for boost 1.76
462580e
35fc1a5
* Mon Aug 09 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-2
35fc1a5
- Rebuild for soname bump in dcmtk.
35fc1a5
d7db3b7
* Wed Aug 04 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.17.0-1
d7db3b7
- Update to 2.2.17.0.
d7db3b7
722fab7
* Sat Jul 31 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.16.0-3
3b05642
- Rebuild for OpenEXR/Imath 3.
3b05642
65b7763
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.16.0-2
65b7763
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
65b7763
93320b4
* Sat Jul 03 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.16.0-1
93320b4
- Update to 2.2.16.0.
93320b4
867e4c6
* Tue Jun 15 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.15.0-1
d375c6a
- Update to 2.2.15.0.
d375c6a
a4665c5
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.2.14.0-4
a4665c5
- Rebuilt for Python 3.10
a4665c5
f0651a5
* Thu May 20 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.14.0-3
f0651a5
- Add iv package as well, fixes #1959632.
f0651a5
30fe93c
* Wed May 19 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.14.0-2
30fe93c
- Require utils package in devel package, fixes #1959632.
30fe93c
4a8cb3d
* Sun May 02 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.14.0-1
4a8cb3d
- Update to 2.2.14.0.
4a8cb3d
6b19412
* Sat Apr 03 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.13.0-1
6b19412
- Update to 2.2.13.0.
6b19412
42a1e8a
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 2.2.12.0-2
42a1e8a
- Rebuilt for removed libstdc++ symbol (#1937698)
42a1e8a
46851db
* Mon Mar 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.12.0-1
46851db
- Update to 2.2.12.0.
46851db
49b29f7
* Tue Feb 02 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.11.1-1
49b29f7
- Update to 2.2.11.1.
49b29f7
8db0e57
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.10.1-3
8db0e57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8db0e57
6995d78
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2.2.10.1-2
6995d78
- Rebuilt for Boost 1.75
6995d78
c0c419d
* Sat Jan 09 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.10.1-1
c0c419d
- Update to 2.2.10.1 for compatibility with upcoming OpenColorIO 2.
c0c419d
bf80637
* Mon Jan 04 2021 Miro Hrončok <mhroncok@redhat.com> - 2.2.10.0-3
bf80637
- Rebuilt for openvdb 8.0
bf80637
- Fixes: rhbz#1912497
bf80637
5b9f44e
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.10.0-2
5b9f44e
- Rebuild for OpenEXR 2.5.3.
5b9f44e
f75e65e
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.2.10.0-1
f75e65e
- Update to 2.2.10.0.
f75e65e
280ff75
* Wed Dec 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.2.9.0-1
280ff75
- Update to 2.2.9.
280ff75
b194f07
* Mon Nov 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.2.8.0-1
b194f07
- Update to 2.2.8.0.
b194f07
21209a0
* Thu Oct 22 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.2.7.0-2
21209a0
- Rebuilt for OpenCV
21209a0
9935f8e
* Thu Oct 01 2020 Richard Shaw <hobbes1069@gmail.com> - 2.2.7.0-1
9935f8e
- Update to 2.2.7.0.
9935f8e
21cd2f8
* Wed Sep 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.2.6.1-1
21cd2f8
- Update to 2.2.6.1.
21cd2f8
63426e3
* Thu Aug 20 2020 Simone Caronni <negativo17@gmail.com> - 2.1.18.1-2
63426e3
- Rebuild for updated OpenVDB.
63426e3
dcf5aa6
* Mon Aug 03 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.18.1-5
dcf5aa6
- Update to 2.1.18.1.
1bafcc4
4beb75a
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.17.0-4
4beb75a
- Second attempt - Rebuilt for
4beb75a
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4beb75a
ebc2d5a
* Mon Jul 27 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.17.0-3
fe497c8
- Rebuild for unannounced soname bump in libdc1394.
fe497c8
a2570e5
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.17.0-2
a2570e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a2570e5
8f2936b
* Thu Jul 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.17.0-1
8f2936b
- Update to 2.1.17.0.
8f2936b
d355dfe
* Thu Jun 25 2020 Orion Poplawski <orion@cora.nwra.com> - 2.1.16.0-3
d355dfe
- Rebuild for hdf5 1.10.6
d355dfe
871b227
* Thu Jun 04 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.1.16.0-2
871b227
- Rebuilt for OpenCV 4.3
871b227
e77166d
* Tue Jun 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.16.0-1
e77166d
- Update to 2.1.16.
e77166d
490d881
* Fri May 29 2020 Jonathan Wakely <jwakely@redhat.com> - 2.1.15.0-4
490d881
- Rebuilt for Boost 1.73
490d881
32df27a
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.1.15.0-3
32df27a
- Rebuilt for Python 3.9
32df27a
3dc9ba1
* Mon May 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.1.15.0-2
3dc9ba1
- Rebuild for new LibRaw
3dc9ba1
45b618a
* Mon May 11 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.15.0-1
45b618a
- Update to 2.1.15.0.
45b618a
- Adds support for libRaw 0.20, fixes RHBZ#1833450.
45b618a
1810d17
* Sat May 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.14.0-1
1810d17
- Update to 2.1.14.0.
1810d17
a2ed31f
* Sun Apr 12 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.13.0-2
a2ed31f
- Rebuild for funky depdendency problem in Rawhide/33.
a2ed31f
1f5ee8d
* Thu Apr 02 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.13.0-1
1f5ee8d
- Update to 2.1.13.
1f5ee8d
f46941f
* Tue Mar 03 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.12.0-1
f46941f
- Update to 2.1.12.0.
f46941f
61dc53b
* Wed Feb 12 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.11.1-1
61dc53b
- Update to 2.1.11.0.
61dc53b
b175c18
* Tue Jan 28 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.1.10.1-3
b175c18
- Rebuild for OpenCV 4.2
b175c18
59eff55
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.10.1-2
59eff55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
59eff55
6f938db
* Mon Jan 27 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.10.1-1
6f938db
- Update to 2.1.10.1.
6f938db
6f938db
* Fri Jan 03 2020 Richard Shaw <hobbes1069@gmail.com> - 2.1.10.0-1
6f938db
- Update to 2.1.10.
6f938db
b2e7999
* Sun Dec 29 2019 Nicolas Chauvet <kwizart@gmail.com> - 2.0.13-2
b2e7999
- Rebuilt for opencv4
b2e7999
a20ceba
* Wed Dec 04 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.13-1
a20ceba
- Update to 2.0.13.
a20ceba
3e2816b
* Fri Nov 29 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.12-1
3e2816b
- Update to 2.0.12.
3e2816b
- Add proper attribution for bundled fmtlib.
3e2816b
f4ed91c
* Wed Oct 02 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.11-1
f4ed91c
- Update to 2.0.11.
f4ed91c
44a055f
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.10-2
44a055f
- Rebuilt for Python 3.8
44a055f
d550f64
* Sun Aug 04 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.10-1
d550f64
- Update to 2.0.10.
d550f64
491dab4
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-2
491dab4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
491dab4
fedf66d
* Fri Jul 05 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.9-1
fedf66d
- Update to 2.0.9.
fedf66d
09505c6
* Sat May 04 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.8-1
09505c6
- Update to 2.0.8.
09505c6
b3746b1
* Wed Apr 10 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.7-3
b3746b1
- Rebuild for OpenEXR 2.3.0.
b3746b1
82d0ab8
* Thu Apr 04 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.7-2
82d0ab8
- Rebuild for OpenColorIO 1.1.1.
82d0ab8
8a2523d
* Mon Apr 01 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.7-1
8a2523d
- Update to 2.0.7.
8a2523d
ecdcdd6
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com>
ecdcdd6
- Rebuild for hdf5 1.10.5
ecdcdd6
ddc8d95
* Sun Mar 17 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.6-1
ddc8d95
- Update to 2.0.6.
ddc8d95
8542c4a
* Thu Mar 14 2019 Mohan Boddu <mboddu@bhujji.com> - 2.0.5-2
8542c4a
- Rebuilt for dcmtk 3.6.4
8542c4a
498e9c1
* Mon Feb 04 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.5-1
498e9c1
- Update to 2.0.5.
498e9c1
8eb1ef8
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
8eb1ef8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8eb1ef8
c956bea
* Thu Jan 24 2019 Jonathan Wakely <jwakely@redhat.com> - 2.0.4-2
c956bea
- Rebuilt for Boost 1.69
c956bea
338d48f
* Sun Jan 06 2019 Richard Shaw <hobbes1069@gmail.com> - 2.0.4-1
338d48f
- Update to 2.0.4:
338d48f
  http://lists.openimageio.org/pipermail/oiio-dev-openimageio.org/2019-January/001391.html
338d48f
94795ee
* Sat Dec 08 2018 Richard Shaw <hobbes1069@gmail.com> - 2.0.3-1
94795ee
- Update to 2.0.3.
94795ee
38f03aa
* Mon Dec 03 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.17-1
38f03aa
- Update to 1.8.17.
38f03aa
df05381
* Fri Nov 02 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.16-1
df05381
- Update to 1.8.16.
df05381
e62907f
* Tue Oct 02 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.15-1
e62907f
- Update to 1.8.15.
e62907f
1deb182
* Mon Sep 24 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.14-2
1deb182
- Remove python2 module and replace with python3 module.
1deb182
0463cae
* Mon Sep 03 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.14-1
0463cae
- Update to 1.8.14.
0463cae
35827d9
* Wed Jul 18 2018 Simone Caronni <negativo17@gmail.com> - 1.8.12-3
35827d9
- Rebuild for LibRaw update.
35827d9
bdcb305
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.12-2
bdcb305
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bdcb305
53c00d2
* Fri Jun 01 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.12-1
53c00d2
- Update to 1.8.12.
53c00d2
eedcd8d
* Mon Apr 02 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.10-1
eedcd8d
- Update to 1.8.10.
eedcd8d
dd39d24
* Fri Mar 02 2018 Adam Williamson <awilliam@redhat.com> - 1.8.9-2
dd39d24
- Rebuild for opencv 3.4.1
dd39d24
d7bdc6e
* Thu Mar 01 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.9-1
d7bdc6e
- Update to 1.8.9
d7bdc6e
8122e40
* Fri Feb 23 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.8-3
8122e40
- Rebuild
8122e40
91369ed
* Tue Feb 13 2018 Sandro Mani <manisandro@gmail.com> - 1.8.8-2
91369ed
- Rebuild (giflib)
91369ed
b73085a
* Fri Feb 02 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.8-1
b73085a
- Update to 1.8.8.
b73085a
b74dc29
* Thu Jan 18 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.7-3
b74dc29
- Add openjpeg2 to build dependencies.
b74dc29
- Re-enable dcmtk for 32bit arches.
b74dc29
fec3e20
* Sat Jan 13 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.7-2
fec3e20
- Rebuild for OpenColorIO 1.1.0.
fec3e20
a6324ed
* Wed Jan 03 2018 Richard Shaw <hobbes1069@gmail.com> - 1.8.7-1
a6324ed
- Update to latest upstream release.
a6324ed
- Disable building with dcmtk until fixed, see:
a6324ed
  https://github.com/OpenImageIO/oiio/issues/1841
a6324ed
d964540
* Thu Nov 02 2017 Richard Shaw <hobbes1069@gmail.com> - 1.8.6-1
d964540
- Update to latest upstream release.
85af7b2
- Add dcmtk to build to enable DICOM plugin.