From e107d3b47d001ad1f8cd7a1d17f223c872e30c90 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jan 31 2014 16:07:15 +0000 Subject: respin headers patch (to match upstream fix) --- diff --git a/OpenEXR.spec b/OpenEXR.spec index 50b9850..4e5f194 100644 --- a/OpenEXR.spec +++ b/OpenEXR.spec @@ -2,7 +2,7 @@ Name: OpenEXR Summary: A high dynamic-range (HDR) image file format Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.openexr.com/ @@ -91,6 +91,9 @@ make check ||: %changelog +* Fri Jan 31 2014 Rex Dieter 2.1.0-3 +- respin headers patch (to match upstream fix) + * Wed Nov 27 2013 Rex Dieter 2.1.0-2 - install ImfDeepImageStateAttribute.h header too diff --git a/openexr-2.1.0-headers.patch b/openexr-2.1.0-headers.patch index c8a8caf..8e8a407 100644 --- a/openexr-2.1.0-headers.patch +++ b/openexr-2.1.0-headers.patch @@ -1,22 +1,26 @@ diff -up openexr-2.1.0/IlmImf/Makefile.am.headers openexr-2.1.0/IlmImf/Makefile.am --- openexr-2.1.0/IlmImf/Makefile.am.headers 2013-11-11 17:09:51.000000000 -0600 -+++ openexr-2.1.0/IlmImf/Makefile.am 2013-11-27 11:33:11.934497336 -0600 -@@ -103,6 +103,7 @@ libIlmImfinclude_HEADERS = ImfForward.h - ImfCRgbaFile.h ImfChannelList.h \ - ImfChannelListAttribute.h \ - ImfCompressionAttribute.h \ -+ ImfDeepImageStateAttribute.h \ - ImfDoubleAttribute.h ImfFloatAttribute.h \ - ImfFrameBuffer.h ImfHeader.h ImfIO.h \ - ImfInputFile.h ImfIntAttribute.h \ ++++ openexr-2.1.0/IlmImf/Makefile.am 2014-01-31 10:05:33.430040964 -0600 +@@ -154,7 +154,8 @@ libIlmImfinclude_HEADERS = ImfForward.h + ImfNamespace.h ImfForward.h ImfExport.h \ + ImfMisc.h \ + ImfPartHelper.h \ +- ImfDeepImageState.h ++ ImfDeepImageState.h \ ++ ImfDeepImageStateAttribute.h + + noinst_HEADERS = ImfCompressor.h \ + ImfRleCompressor.h \ diff -up openexr-2.1.0/IlmImf/Makefile.in.headers openexr-2.1.0/IlmImf/Makefile.in --- openexr-2.1.0/IlmImf/Makefile.in.headers 2013-11-12 18:33:11.000000000 -0600 -+++ openexr-2.1.0/IlmImf/Makefile.in 2013-11-27 11:33:16.341451113 -0600 -@@ -373,6 +373,7 @@ libIlmImfinclude_HEADERS = ImfForward.h - ImfCRgbaFile.h ImfChannelList.h \ - ImfChannelListAttribute.h \ - ImfCompressionAttribute.h \ -+ ImfDeepImageStateAttribute.h \ - ImfDoubleAttribute.h ImfFloatAttribute.h \ - ImfFrameBuffer.h ImfHeader.h ImfIO.h \ - ImfInputFile.h ImfIntAttribute.h \ ++++ openexr-2.1.0/IlmImf/Makefile.in 2014-01-31 10:06:08.623665877 -0600 +@@ -424,7 +424,8 @@ libIlmImfinclude_HEADERS = ImfForward.h + ImfNamespace.h ImfForward.h ImfExport.h \ + ImfMisc.h \ + ImfPartHelper.h \ +- ImfDeepImageState.h ++ ImfDeepImageState.h \ ++ ImfDeepImageStateAttribute.h + + noinst_HEADERS = ImfCompressor.h \ + ImfRleCompressor.h \