diff options
author | Martin Stransky <stransky@redhat.com> | 2016-12-21 10:42:19 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-12-21 10:42:19 +0100 |
commit | 11af4484dcee5bf29b9448ae8cc1211c6bffcffd (patch) | |
tree | 51dce5229b13c3895507755aef227cbff836119e | |
parent | Updated to 50.1.0 (diff) | |
download | librewolf-fedora-ff-11af4484dcee5bf29b9448ae8cc1211c6bffcffd.tar.gz librewolf-fedora-ff-11af4484dcee5bf29b9448ae8cc1211c6bffcffd.tar.bz2 librewolf-fedora-ff-11af4484dcee5bf29b9448ae8cc1211c6bffcffd.zip |
Enabled Mozilla crash reporter
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 11b1fbd..4089325 100644 --- a/firefox.spec +++ b/firefox.spec @@ -83,10 +83,10 @@ %define official_branding 1 %define build_langpacks 1 -%define enable_mozilla_crashreporter 0 %if !%{debug_build} %ifarch %{ix86} x86_64 -# Temporary disable to catch Gtk3 crashes in Fedora (mozbz#1239962) +%define enable_mozilla_crashreporter 1 +%else %define enable_mozilla_crashreporter 0 %endif %endif @@ -94,7 +94,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 50.1.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -788,6 +788,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Dec 21 2016 Martin Stransky <stransky@redhat.com> - 50.1.0-2 +- Enabled Mozilla crash reporter + * Tue Dec 13 2016 Martin Stransky <stransky@redhat.com> - 50.1.0-1 - Updated to 50.1.0 |