c7669bc3f0
Resolves: rhbz#1736147 - msitools: changed DLL versions in ilmbase Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
48 lines
2.1 KiB
Diff
48 lines
2.1 KiB
Diff
From 613f24640a183496029258a4fa437c25a61dde8b Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fabiano@fidencio.org>
|
|
Date: Tue, 6 Aug 2019 10:16:06 +0200
|
|
Subject: [PATCH 2/2] OpenEXR: Update to 2.3.0 release
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
|
|
---
|
|
data/wixl/OpenEXR.wxi | 12 ++++++------
|
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/data/wixl/OpenEXR.wxi b/data/wixl/OpenEXR.wxi
|
|
index 875a117..fe3acdd 100644
|
|
--- a/data/wixl/OpenEXR.wxi
|
|
+++ b/data/wixl/OpenEXR.wxi
|
|
@@ -5,11 +5,11 @@
|
|
<Fragment>
|
|
<DirectoryRef Id="INSTALLDIR">
|
|
<Directory Id="dirD82453D760D75AFEACE0B4CFFB66E47F" Name="bin">
|
|
- <Component Win64="$(var.Win64)" Id="cmp39DCE49DE4A353350AA34EBE151E9B49" Guid="*">
|
|
- <File Id="fil94EEE61B3837913095A8CC538CFC1A79" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImf-2_2-23.dll"/>
|
|
+ <Component Win64="$(var.Win64)" Id="cmpAF01A198C634A806766802238548688B" Guid="*">
|
|
+ <File Id="fil42091A46F9AA74BB113E15D274AED537" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImf-2_3-24.dll"/>
|
|
</Component>
|
|
- <Component Win64="$(var.Win64)" Id="cmpBDB6207CD5F4526C7214BA5157BC89C1" Guid="*">
|
|
- <File Id="fil67D61065DF8D7678ACFADDC20B009AAD" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImfUtil-2_2-23.dll"/>
|
|
+ <Component Win64="$(var.Win64)" Id="cmp7FD83EB5B344D2CA1DE250C9877ABF62" Guid="*">
|
|
+ <File Id="fil0C364885851B102522705CC5D4F97F18" KeyPath="yes" Source="$(var.SourceDir)/bin/libIlmImfUtil-2_3-24.dll"/>
|
|
</Component>
|
|
</Directory>
|
|
</DirectoryRef>
|
|
@@ -18,8 +18,8 @@
|
|
<ComponentGroup Id="CG.OpenEXR">
|
|
<ComponentGroupRef Id="CG.ilmbase"/>
|
|
<ComponentGroupRef Id="CG.zlib"/>
|
|
- <ComponentRef Id="cmp39DCE49DE4A353350AA34EBE151E9B49"/>
|
|
- <ComponentRef Id="cmpBDB6207CD5F4526C7214BA5157BC89C1"/>
|
|
+ <ComponentRef Id="cmpAF01A198C634A806766802238548688B"/>
|
|
+ <ComponentRef Id="cmp7FD83EB5B344D2CA1DE250C9877ABF62"/>
|
|
</ComponentGroup>
|
|
</Fragment>
|
|
</Include>
|
|
--
|
|
2.21.0
|
|
|