From 11af4484dcee5bf29b9448ae8cc1211c6bffcffd Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 21 Dec 2016 10:42:19 +0100 Subject: Enabled Mozilla crash reporter --- firefox.spec | 9 ++++++--- 1 file 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 - 50.1.0-2 +- Enabled Mozilla crash reporter + * Tue Dec 13 2016 Martin Stransky - 50.1.0-1 - Updated to 50.1.0 -- cgit