From ddf88038216c6af8bb8881309ba8d29a64eac9ba Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Wed, 24 Jan 2018 09:04:31 -0600 Subject: [PATCH] Add webp and LibRaw to build requirements and revert scm to current release after failed downgrade attempt. --- OpenImageIO.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 0f078a2..ec140cb 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -2,7 +2,7 @@ Name: OpenImageIO Version: 1.5.24 -Release: 3%{?dist}.1 +Release: 4%{?dist} Summary: Library for reading and writing images Group: Development/Libraries @@ -92,7 +92,7 @@ Development files for package %{name} %prep -%setup -q -n oiio-Release-%{version} +%autosetup -n oiio-Release-%{version} # Remove bundled pugixml rm -f src/include/pugixml.hpp \ @@ -145,7 +145,6 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1 %files -%{!?_licensedir:%global license %doc} %license LICENSE %doc CHANGES %{_libdir}/libOpenImageIO.so.* @@ -172,6 +171,10 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1 %changelog +* Wed Jan 24 2018 Richard Shaw - 1.5.24-4 +- Add webp and LibRaw to build requirements and revert scm to current release + after failed downgrade attempt. + * Mon Oct 03 2016 Richard Shaw - 1.5.24-3 - Rebuild for pugixml with c++11 enabled.