From c7669bc3f07a93cfd054a67afff9ad795f88c6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 9 Aug 2019 13:51:51 +0200 Subject: [PATCH] Update ilmbase & OpenEXR to 2.3.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1736147 - msitools: changed DLL versions in ilmbase Signed-off-by: Fabiano Fidêncio --- 0001-ilmbase-Update-to-2.3.0-release.patch | 68 ++++++++++++++++++++++ 0002-OpenEXR-Update-to-2.3.0-release.patch | 47 +++++++++++++++ msitools.spec | 7 +++ 3 files changed, 122 insertions(+) create mode 100644 0001-ilmbase-Update-to-2.3.0-release.patch create mode 100644 0002-OpenEXR-Update-to-2.3.0-release.patch diff --git a/0001-ilmbase-Update-to-2.3.0-release.patch b/0001-ilmbase-Update-to-2.3.0-release.patch new file mode 100644 index 0000000..2290c9d --- /dev/null +++ b/0001-ilmbase-Update-to-2.3.0-release.patch @@ -0,0 +1,68 @@ +From 3cbc5d8f37f9beda6cadb5940fb923eedb45a5b0 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= +Date: Tue, 6 Aug 2019 10:15:18 +0200 +Subject: [PATCH 1/2] ilmbase: 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 +--- + data/wixl/ilmbase.wxi | 30 +++++++++++++++--------------- + 1 file changed, 15 insertions(+), 15 deletions(-) + +diff --git a/data/wixl/ilmbase.wxi b/data/wixl/ilmbase.wxi +index 11ef258..5083be2 100644 +--- a/data/wixl/ilmbase.wxi ++++ b/data/wixl/ilmbase.wxi +@@ -4,20 +4,20 @@ + + + +- +- ++ ++ + +- +- ++ ++ + +- +- ++ ++ + +- +- ++ ++ + +- +- ++ ++ + + + +@@ -25,11 +25,11 @@ + + + +- +- +- +- +- ++ ++ ++ ++ ++ + + + +-- +2.21.0 + diff --git a/0002-OpenEXR-Update-to-2.3.0-release.patch b/0002-OpenEXR-Update-to-2.3.0-release.patch new file mode 100644 index 0000000..4219dc5 --- /dev/null +++ b/0002-OpenEXR-Update-to-2.3.0-release.patch @@ -0,0 +1,47 @@ +From 613f24640a183496029258a4fa437c25a61dde8b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= +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 +--- + 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 @@ + + + +- +- ++ ++ + +- +- ++ ++ + + + +@@ -18,8 +18,8 @@ + + + +- +- ++ ++ + + + +-- +2.21.0 + diff --git a/msitools.spec b/msitools.spec index 31a8452..520b481 100644 --- a/msitools.spec +++ b/msitools.spec @@ -30,6 +30,10 @@ License: GPLv2+ URL: http://ftp.gnome.org/pub/GNOME/sources/%{name} Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz +### Patches ### +Patch0001: 0001-ilmbase-Update-to-2.3.0-release.patch +Patch0002: 0002-OpenEXR-Update-to-2.3.0-release.patch + Requires: libgsf >= 1.14.24-2 BuildRequires: glib2-devel @@ -229,6 +233,8 @@ The libmsi1-devel package includes the header files for libmsi. %prep %setup -q -n msitools-%{version}%{?_version_suffix} +%patch0001 -p1 +%patch0002 -p1 %build %configure --enable-fast-install @@ -279,6 +285,7 @@ make -C data check-wxi * Mon Aug 12 2019 Fabiano Fidêncio - 0.99-4 - Remove mingw*-gtk-vnc dependency - Temporarily disable wxi validation +- Update ilmbase and OpenEXR to 2.3.0 release, rhbz#1736147 * Thu Jul 25 2019 Fedora Release Engineering - 0.99-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild