diff --git a/openexr-2.1.0-headers.patch b/openexr-2.1.0-headers.patch new file mode 100644 index 0000000..af9465c --- /dev/null +++ b/openexr-2.1.0-headers.patch @@ -0,0 +1,22 @@ +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 \ +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 \ diff --git a/openexr.changes b/openexr.changes index 1a985a6..92cb566 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 28 10:22:05 UTC 2013 - toganm@opensuse.org + +- add openexr-2.1.0-headers.patch to install + ImfDeepImageStateAttribute.h header too + ------------------------------------------------------------------- Wed Nov 27 09:17:45 UTC 2013 - mvyskocil@suse.com diff --git a/openexr.spec b/openexr.spec index 9131b31..3d66057 100644 --- a/openexr.spec +++ b/openexr.spec @@ -46,6 +46,8 @@ Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{v Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig Source2: baselibs.conf Source3: openexr.keyring +# PATCH-FIX-UPSTREAM install ImfDeepImageStateAttribute.h header too Rex Dieter +Patch0: openexr-2.1.0-headers.patch %description OpenEXR is a high dynamic-range (HDR) image file format developed by @@ -113,6 +115,8 @@ This package contains a documentation %{?gpg_verify: %gpg_verify %{S:1}} %setup -q +%patch0 -p1 + # poor man's fdupes if cmp COPYING LICENSE; then rm -rf LICENSE