From 3f1fe5373d37cc61e39c2488aa361b4e69484d41 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Jul 08 2022 20:07:34 +0000 Subject: Add patch for mozilla bug #1773336 --- diff --git a/icecat.spec b/icecat.spec index 8df5d08..ccf383f 100644 --- a/icecat.spec +++ b/icecat.spec @@ -7,7 +7,7 @@ %global redhat_ver rh1 %global pre_tag .test -#%%global pre_tag %{nil} +#%%global pre_tag %%{nil} # Exclude ARM for the following error: # terminate called after throwing an instance of 'std::bad_alloc' @@ -144,6 +144,7 @@ Patch2: %{name}-libevent_linkflag.patch Patch3: mozilla-build-arm.patch Patch4: %{name}-build-arm-libaom.patch Patch5: rhbz-1219542-s390-build.patch +Patch6: mozilla-1773336.patch # Unrecognized file? Patch7: %{name}-fix_jar.patch @@ -352,6 +353,7 @@ tar -xf %{SOURCE5} %ifarch s390 %patch5 -p1 -b .rhbz-1219542-s390 %endif +%patch6 -p1 -b .1773336 %patch7 -p0 -b .fix_jar %patch8 -p0 -b .fix_installer @@ -824,9 +826,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/applications/%{name}-wayland.desktop %changelog -* Wed Jun 29 2022 Antonio Trande - 91.11.0-2.rh1.test +* Fri Jul 08 2022 Antonio Trande - 91.11.0-2.rh1.test - Release 91.11.0 - Less optbuild activated +- Add patch for mozilla bug #1773336 * Wed Jun 29 2022 Antonio Trande - 91.11.0-1.rh1 - Release 91.11.0 rh1 diff --git a/mozilla-1773336.patch b/mozilla-1773336.patch new file mode 100644 index 0000000..b65ff89 --- /dev/null +++ b/mozilla-1773336.patch @@ -0,0 +1,12 @@ +diff -up firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h +--- firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old 2022-06-09 10:31:16.122495733 +0200 ++++ firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h 2022-06-09 10:31:22.880724352 +0200 +@@ -72,8 +72,6 @@ struct WrPipelineInfo; + struct WrPipelineIdAndEpoch; + using WrPipelineIdEpochs = nsTArray; + +-const uint64_t ROOT_CLIP_CHAIN = ~0; +- + } // namespace wr + } // namespace mozilla +