summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-03-17 21:28:53 +0100
committerMartin Stransky <stransky@redhat.com>2020-03-17 21:28:53 +0100
commit7e042054d104a48c8c1de4d02a50ca8ef8431a1a (patch)
tree746443e17f15da6c435fac0f00cdfbc8286381a6 /firefox.spec
parentUse D-Bus remote exclusively for both X11 and Wayland backends when WAYLAND_D... (diff)
downloadlibrewolf-fedora-ff-7e042054d104a48c8c1de4d02a50ca8ef8431a1a.tar.gz
librewolf-fedora-ff-7e042054d104a48c8c1de4d02a50ca8ef8431a1a.tar.bz2
librewolf-fedora-ff-7e042054d104a48c8c1de4d02a50ca8ef8431a1a.zip
Added fix for mozbz#1623060
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 1f7a95e..7db1a5a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 74.0
-Release: 7%{?nss_tag}%{?dist}
+Release: 8%{?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
@@ -188,6 +188,7 @@ Patch424: mozilla-1615098.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
Patch575: mozilla-1609538.patch
+Patch576: mozilla-1623060.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -394,6 +395,7 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
%patch575 -p1 -b .mozilla-1609538
+%patch576 -p1 -b .mozilla-1623060
# PGO patches
%patch600 -p1 -b .pgo
@@ -960,6 +962,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-8
+- Added fix for mozbz#1623060
+
* Mon Mar 16 2020 Martin Stransky <stransky@redhat.com> - 74.0-7
- Use D-Bus remote exclusively for both X11 and Wayland backends
when WAYLAND_DISPLAY is present.
bgstack15