summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-08 11:29:38 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-08 11:29:38 +0200
commitd8a28dd1be850f378c6b6c67c161403b469a0659 (patch)
treee2baaf4b414dd2ed65da5af5c40db9da6a82124d /firefox.spec
parentRemoved mozbz#1656727 as it causes a regression rhbz#1886243 (diff)
downloadlibrewolf-fedora-ff-d8a28dd1be850f378c6b6c67c161403b469a0659.tar.gz
librewolf-fedora-ff-d8a28dd1be850f378c6b6c67c161403b469a0659.tar.bz2
librewolf-fedora-ff-d8a28dd1be850f378c6b6c67c161403b469a0659.zip
Added fixes for mozbz#1634404, mozbz#1669495, mozbz#1656727
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 24b2e0d..aa7afe8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -104,7 +104,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 81.0.1
-Release: 7%{?dist}
+Release: 9%{?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
@@ -170,6 +170,9 @@ Patch408: mozilla-1663844.patch
Patch409: mozilla-1640567.patch
Patch410: mozilla-1661192.patch
Patch411: mozilla-1668771.patch
+Patch412: mozilla-1634404.patch
+Patch413: mozilla-1669495.patch
+Patch414: mozilla-1656727.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire-0-2.patch
@@ -378,6 +381,9 @@ This package contains results of tests executed during build.
%patch409 -p1 -b .1640567
%patch410 -p1 -b .1661192
%patch411 -p1 -b .1668771
+%patch412 -p1 -b .1634404
+%patch413 -p1 -b .1669495
+%patch414 -p1 -b .1656727
# Wayland specific upstream patches
%if 0%{?fedora} < 32
@@ -972,6 +978,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-9
+- Added an updated fix for mozbz#1656727
+
+* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-8
+- Added fixes for mozbz#1634404, mozbz#1669495
+
* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-7
- Removed mozbz#1656727 as it causes a regression rhbz#1886243
bgstack15