summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-09 12:59:22 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-09 12:59:22 +0100
commit2c7788b91dc4214bfb06d8afe6271ee629977fd0 (patch)
tree2967753e1f5433a96be5f7aae9a666e5b880776b
parentMerge branch 'master' into f31 (diff)
parentEnabled PGO again (diff)
downloadlibrewolf-fedora-ff-2c7788b91dc4214bfb06d8afe6271ee629977fd0.tar.gz
librewolf-fedora-ff-2c7788b91dc4214bfb06d8afe6271ee629977fd0.tar.bz2
librewolf-fedora-ff-2c7788b91dc4214bfb06d8afe6271ee629977fd0.zip
Merge branch 'master' into f31
-rw-r--r--firefox.spec7
-rw-r--r--mozilla-1601707.patch (renamed from workaround_dom_indexdb_actorsparent_allignment.patch)0
2 files changed, 4 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index d7d6b90..4f59c8b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Set to true if it's going to be submitted as update.
-%global release_build 0
+%global release_build 1
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
@@ -147,7 +147,7 @@ Patch228: mozilla-1583466.patch
Patch239: mozilla-gnome-shell-search-provider.patch
Patch240: mozilla-gnome-shell-search-provider-icons.patch
Patch241: kiosk-workaround.patch
-Patch242: workaround_dom_indexdb_actorsparent_allignment.patch
+Patch242: mozilla-1601707.patch
# Upstream patches
Patch402: mozilla-1196777.patch
@@ -349,7 +349,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
-%patch242 -p1 -b .gcc-workaround
+%patch242 -p1 -b .mozilla-1601707
%patch402 -p1 -b .1196777
%ifarch %{arm}
@@ -930,6 +930,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-15
- Enabled Mozilla crash reporter
+- Enabled PGO builds
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-14
- Updated workaround for mzbz#1601707
diff --git a/workaround_dom_indexdb_actorsparent_allignment.patch b/mozilla-1601707.patch
index 7002c6d..7002c6d 100644
--- a/workaround_dom_indexdb_actorsparent_allignment.patch
+++ b/mozilla-1601707.patch
bgstack15