From 8325482d1ad0a95c24623dee921a68dff4a0811d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 12 Mar 2020 10:32:51 +0100 Subject: Added fix for mozbz#1196777 --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 171059f..71c019d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 74.0 -Release: 4%{?nss_tag}%{?dist} +Release: 5%{?nss_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -182,6 +182,7 @@ Patch412: mozilla-1337988.patch Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch Patch417: bug1375074-save-restore-x28.patch Patch422: mozilla-1580174-webrtc-popup.patch +Patch423: mozilla-1620973.patch # Wayland specific upstream patches Patch574: firefox-pipewire.patch @@ -381,6 +382,7 @@ This package contains results of tests executed during build. # Workaround for kiosk mode # https://bugzilla.mozilla.org/show_bug.cgi?id=1594738 #%patch241 -p1 -b .kiosk-workaround +%patch423 -p1 -b .1620973 %patch402 -p1 -b .1196777 %ifarch %{arm} @@ -956,6 +958,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Mar 12 2020 Martin Stransky - 74.0-5 +- Added fix for mozbz#1196777 + * Tue Mar 10 2020 Kalev Lember - 74.0-4 - Remove unused libIDL build dep - Disabled arm due to build failures -- cgit