rpms/thunderbird/FC-4 thunderbird-1.0.6-xpcom-optimise.patch, NONE, 1.1.2.1 thunderbird.spec, 1.39, 1.39.2.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 17 23:33:48 UTC 2005


Author: dwmw2

Update of /cvs/dist/rpms/thunderbird/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv18228

Modified Files:
      Tag: private-bz163195-branch
	thunderbird.spec 
Added Files:
      Tag: private-bz163195-branch
	thunderbird-1.0.6-xpcom-optimise.patch 
Log Message:
bored of waiting for a fix.....

thunderbird-1.0.6-xpcom-optimise.patch:
 Makefile.in |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE thunderbird-1.0.6-xpcom-optimise.patch ---
--- mozilla/xpcom/obsolete/Makefile.in.orig	2005-08-09 14:05:58.000000000 +0100
+++ mozilla/xpcom/obsolete/Makefile.in	2005-08-09 14:09:44.000000000 +0100
@@ -112,3 +112,7 @@ DSO_LDOPTS += -Wl,--export-all-symbols
 endif
 endif # WINNT
 
+ifdef GNU_CXX
+# GCC 4 on PPC will miscompile nsIFileStream.ii with '-fexceptions -Os'
+CXXFLAGS += -O2
+endif


Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/FC-4/thunderbird.spec,v
retrieving revision 1.39
retrieving revision 1.39.2.1
diff -u -r1.39 -r1.39.2.1
--- thunderbird.spec	30 Sep 2005 02:46:23 -0000	1.39
+++ thunderbird.spec	17 Nov 2005 23:33:41 -0000	1.39.2.1
@@ -3,12 +3,12 @@
 
 %define desktop_file_utils_version 0.3
 
-ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x
+ExclusiveArch: ppc
 
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	1.0.7
-Release:	1.1.fc4
+Release:	1.1.fc4.bz163195
 Epoch:		0
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPL
@@ -49,6 +49,7 @@
 Patch41:        thunderbird-0.8.0-stack-direction.patch
 Patch42:        firefox-1.0-download-to-desktop.patch
 Patch43:        firefox-1.0-uriloader.patch
+Patch44:	thunderbird-1.0.6-xpcom-optimise.patch
 
 # Backported patches, intended for upstream
 Patch90:        firefox-PR1-gtk-file-chooser-morefixes.patch
@@ -112,6 +113,7 @@
 %patch41 -p0
 %patch42 -p0
 %patch43 -p0
+%patch44 -p1
 %patch90 -p0 -b .gtk-file-chooser-morefixes
 %patch101 -p0 -b .pkgconfig
 %patch102 -p0
@@ -198,6 +200,9 @@
 #===============================================================================
 
 %changelog
+* Thu Nov 17 2005 David Woodhouse <dwmw2 at redhat.com>
+- Work around compiler bug #163195
+
 * Thu Sep 29 2005 Christopher Aillon <caillon at redhat.com> 1.0.7-1.1.fc4
 - Update to 1.0.7, containing fixes for:
   CAN-2005-2701 CAN-2005-2702 CAN-2005-2703 CAN-2005-2704




More information about the fedora-cvs-commits mailing list