summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-09 19:11:23 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-09 19:11:23 +0100
commitc47608a66c6ae430dc464a096cdb24b7d5f4f8fe (patch)
tree638e54e7c018f5308fd15cd50999fbbbceeb1b2b /firefox.spec
parentEnable mozilla crashreporter on intel only (diff)
downloadlibrewolf-fedora-ff-c47608a66c6ae430dc464a096cdb24b7d5f4f8fe.tar.gz
librewolf-fedora-ff-c47608a66c6ae430dc464a096cdb24b7d5f4f8fe.tar.bz2
librewolf-fedora-ff-c47608a66c6ae430dc464a096cdb24b7d5f4f8fe.zip
Build with asan
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index a63efe5..705b2b4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,8 +1,8 @@
# Set to true if it's going to be submitted as update.
-%global release_build 1
+%global release_build 0
%global debug_build 0
%global build_with_clang 0
-%global build_with_asan 0
+%global build_with_asan 1
# Disabled arm due to rhbz#1658940
ExcludeArch: armv7hl
@@ -97,7 +97,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 71.0
-Release: 15%{?pre_tag}%{?dist}
+Release: 16%{?pre_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
@@ -932,6 +932,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-16
+- Build with asan
+
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-15
- Enabled Mozilla crash reporter
- Enabled PGO builds
bgstack15