summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-20 13:00:21 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-20 13:00:21 +0100
commit0370096f7bf17b41bc7c6ccf93746182970cf0f0 (patch)
tree1525f34d3a2aba247b186e97810ef3508bd2ad76
parentMerge branch 'master' into f31 (diff)
parentDisable ASAN builds (diff)
downloadlibrewolf-fedora-ff-0370096f7bf17b41bc7c6ccf93746182970cf0f0.tar.gz
librewolf-fedora-ff-0370096f7bf17b41bc7c6ccf93746182970cf0f0.tar.bz2
librewolf-fedora-ff-0370096f7bf17b41bc7c6ccf93746182970cf0f0.zip
Merge branch 'master' into f31
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 3e1265b..4057abf 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -2,7 +2,7 @@
%global release_build 0
%global debug_build 0
%global build_with_clang 0
-%global build_with_asan 1
+%global build_with_asan 0
# Disabled arm due to rhbz#1658940
ExcludeArch: armv7hl
@@ -938,7 +938,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Wed Dec 18 2019 Jan Horak <jhorak@redhat.com> - 71.0-17.asan
+* Wed Dec 18 2019 Jan Horak <jhorak@redhat.com> - 71.0-17
- Fix for wrong intl.accept_lang when using non en-us langpack
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-16
bgstack15