[thunderbird] fix build on secondary arches (copied from xulrunner)

Dan Horák sharkcz at fedoraproject.org
Wed Oct 12 08:40:40 UTC 2011


commit 29639388837834ed88eb2d587205cb36621d78cb
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 12 10:40:35 2011 +0200

    fix build on secondary arches (copied from xulrunner)

 thunderbird.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 3488c15..14b7f62 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -34,7 +34,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        7.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -59,6 +59,9 @@ Source100:      find-external-requires
 Patch0:         thunderbird-install-dir.patch
 Patch7:         crashreporter-remove-static.patch
 Patch8:         xulrunner-6.0-secondary-ipc.patch
+Patch9:         mozilla-670719.patch
+# backport from 8.0beta
+Patch10:        xulrunner-7.0.1-yarr-jit.patch
 
 %if %{official_branding}
 # Required by Mozilla Corporation
@@ -137,6 +140,8 @@ cd %{tarballdir}
 cd mozilla
 %patch7 -p2 -b .static
 %patch8 -p2 -b .secondary-ipc
+%patch9 -p1 -b .moz670719
+%patch10 -p2 -b .yarr-jit
 cd ..
 
 %if %{official_branding}
@@ -342,6 +347,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #===============================================================================
 
 %changelog
+* Wed Oct 12 2011 Dan Horák <dan[at]danny.cz> - 7.0.1-2
+- fix build on secondary arches (copied from xulrunner)
+
 * Fri Sep 30 2011 Jan Horak <jhorak at redhat.com> - 7.0.1-1
 - Update to 7.0.1
 


More information about the scm-commits mailing list