From 562e4e8afa577509fae6fba61bec4580816b59c8 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Nov 01 2021 17:34:44 +0000 Subject: Update to 2.3.9.1. Remove Field3D as it is now depreciated. --- diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 1557ea0..18fb022 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -2,7 +2,7 @@ %global sover 2.3 Name: OpenImageIO -Version: 2.3.8.0 +Version: 2.3.9.1 Release: 1%{?dist} Summary: Library for reading and writing images @@ -34,7 +34,6 @@ BuildRequires: bzip2-devel %if ! 0%{?rhel} BuildRequires: dcmtk-devel %endif -BuildRequires: Field3D-devel BuildRequires: fmt-devel BuildRequires: freetype-devel BuildRequires: giflib-devel @@ -80,7 +79,7 @@ classes, utilities, and applications. Main features include: writing 2D images that is format agnostic. - Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, - PNM/PPM/PGM/PBM, Field3d. + PNM/PPM/PGM/PBM. - An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data. @@ -207,6 +206,10 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1 %changelog +* Mon Nov 01 2021 Richard Shaw - 2.3.9.1-1 +- Update to 2.3.9.1. +- Remove Field3D as it is now depreciated. + * Sun Oct 03 2021 Richard Shaw - 2.3.8.0-1 - Update to 2.3.8.0.