summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-09-16 11:13:16 +0200
committerMartin Stransky <stransky@redhat.com>2019-09-16 11:13:16 +0200
commit9b804de1e9df481a535e369083ae9e255cbceae6 (patch)
tree49ad557b46294b431554012adc168184583e58e6 /firefox.spec
parentFix for disappearing webrtc popups (diff)
downloadlibrewolf-fedora-ff-9b804de1e9df481a535e369083ae9e255cbceae6.tar.gz
librewolf-fedora-ff-9b804de1e9df481a535e369083ae9e255cbceae6.tar.bz2
librewolf-fedora-ff-9b804de1e9df481a535e369083ae9e255cbceae6.zip
Added fixes for mozbz#1579823, mozbz#1580152
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 1719e43..88f5fc6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -94,7 +94,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 69.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_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
@@ -166,6 +166,8 @@ Patch582: mozilla-1576268.patch
Patch583: mozilla-1579794-1.patch
Patch584: mozilla-1579794-2.patch
Patch585: mozilla-1579849.patch
+Patch586: mozilla-1579823.patch
+Patch587: mozilla-1580152.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -384,6 +386,8 @@ This package contains results of tests executed during build.
%patch584 -p1 -b .mozilla-1579794-2
%patch585 -p1 -b .mozilla-1579849
%patch422 -p1 -b .1580174-webrtc-popup
+%patch586 -p1 -b .mozilla-1579823
+%patch587 -p1 -b .mozilla-1580152
# PGO patches
%patch600 -p1 -b .pgo
@@ -960,6 +964,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Sep 16 2019 Martin Stransky <stransky@redhat.com> - 69.0-6
+- Added fixes for mozbz#1579823, mozbz#1580152
+
* Wed Sep 11 2019 Martin Stransky <stransky@redhat.com> - 69.0-5
- Added fix for mozbz#1579849 - partial screen update when
page switches.
bgstack15