Enabled Mozilla crash reporter
This commit is contained in:
parent
a1fc3a52e1
commit
11af4484dc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user