summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-08 08:23:50 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-08 08:23:50 +0200
commite4678b34b42c78d444d6d33b5e341e847289027f (patch)
tree19e9d2c838ce3b29af925310749fcb37322960b2 /firefox.spec
parentset up XDG_RUNTIME_DIR for wayland PGO builds (diff)
downloadlibrewolf-fedora-ff-e4678b34b42c78d444d6d33b5e341e847289027f.tar.gz
librewolf-fedora-ff-e4678b34b42c78d444d6d33b5e341e847289027f.tar.bz2
librewolf-fedora-ff-e4678b34b42c78d444d6d33b5e341e847289027f.zip
Removed mozbz#1656727 as it causes a regression rhbz#1886243
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 4903f59..24b2e0d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -35,7 +35,7 @@
%global build_with_pgo 1
%endif
# Build PGO builds on Wayland backend
-%global pgo_wayland 1
+%global pgo_wayland 0
%endif
%global wayland_backend_default 1
%if 0%{?flatpak}
@@ -104,7 +104,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 81.0.1
-Release: 6%{?dist}
+Release: 7%{?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,7 +170,6 @@ Patch408: mozilla-1663844.patch
Patch409: mozilla-1640567.patch
Patch410: mozilla-1661192.patch
Patch411: mozilla-1668771.patch
-Patch412: mozilla-1656727.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire-0-2.patch
@@ -379,7 +378,6 @@ This package contains results of tests executed during build.
%patch409 -p1 -b .1640567
%patch410 -p1 -b .1661192
%patch411 -p1 -b .1668771
-%patch412 -p1 -b .1656727
# Wayland specific upstream patches
%if 0%{?fedora} < 32
@@ -974,6 +972,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-7
+- Removed mozbz#1656727 as it causes a regression rhbz#1886243
+
* Wed Oct 7 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-6
- PGO patch update
- Added fix for mzbz#1669442 (LTO builds)
bgstack15