Revert "Enable crashreporter for f16+ again"

This reverts commit dafb9ca9ef.
This commit is contained in:
Jan Horak 2011-10-27 14:49:19 +02:00
parent f061149404
commit 828a274fb6

View File

@ -22,12 +22,19 @@
%define enable_mozilla_crashreporter 0
%endif
%if 0%{?fedora} >= 16
# Disable mozilla crash reporter temporary for rawhide because new libcurl-devel
# does not include curl/types.h file which is required by google breakpad
# Issue has been reported to: http://code.google.com/p/google-breakpad/issues/detail?id=431
%define enable_mozilla_crashreporter 0
%endif
%define mozappdir %{_libdir}/%{name}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 7.0.1
Release: 4%{?dist}
Release: 3%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -346,9 +353,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Thu Oct 27 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-4
- Enable crashreporter again for F16 and rawhide
* Tue Oct 18 2012 Martin Stransky <stransky@redhat.com> - 7.0.1-3
- Added NM patches (mozbz#627672, mozbz#639959)