summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-09 10:43:14 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-09 10:43:14 +0100
commit7ba1623a98bfd1726172b508d81a2e36917cf028 (patch)
tree6fa1c927874409c2964b39f7daf7133fceb17f22
parentMerge branch 'master' into f31 (diff)
parentEnabled Mozilla crash reporter (diff)
downloadlibrewolf-fedora-ff-7ba1623a98bfd1726172b508d81a2e36917cf028.tar.gz
librewolf-fedora-ff-7ba1623a98bfd1726172b508d81a2e36917cf028.tar.bz2
librewolf-fedora-ff-7ba1623a98bfd1726172b508d81a2e36917cf028.zip
Merge branch 'master' into f31
-rw-r--r--firefox.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index ca9108f..d7d6b90 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -76,8 +76,7 @@ ExcludeArch: s390x
%bcond_without langpacks
-# Disable crashreporter as we want to collect Wayland crashes.
-%global enable_mozilla_crashreporter 0
+%global enable_mozilla_crashreporter 1
%if !%{release_build}
%global pre_tag .npgo
@@ -94,7 +93,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 71.0
-Release: 14%{?pre_tag}%{?dist}
+Release: 15%{?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
@@ -929,6 +928,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-15
+- Enabled Mozilla crash reporter
+
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-14
- Updated workaround for mzbz#1601707
bgstack15