[thunderbird] Revert "Enable crashreporter for f16+ again"

Jan Horak xhorak at fedoraproject.org
Thu Oct 27 12:49:39 UTC 2011


commit 828a274fb655a7a05aea3f7a4f1a925173f11582
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Oct 27 14:49:19 2011 +0200

    Revert "Enable crashreporter for f16+ again"
    
    This reverts commit dafb9ca9efd1af419fdc22acfc59a326c42eefa3.

 thunderbird.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index f79b407..d46cf68 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -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 at redhat.com> - 7.0.1-4
-- Enable crashreporter again for F16 and rawhide
-
 * Tue Oct 18 2012 Martin Stransky <stransky at redhat.com> - 7.0.1-3
 - Added NM patches (mozbz#627672, mozbz#639959)
 


More information about the scm-commits mailing list