rpms/openoffice.org/F-9 openoffice.org-2.4.0.gcc36187.noaliasingbusted.patch, NONE, 1.1 openoffice.org.spec, 1.1484, 1.1485

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon May 19 14:11:20 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12549

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.4.0.gcc36187.noaliasingbusted.patch 
Log Message:
Resolves: rhbz#447212 nostrict-aliasing is broken gcc#36187

openoffice.org-2.4.0.gcc36187.noaliasingbusted.patch:

--- NEW FILE openoffice.org-2.4.0.gcc36187.noaliasingbusted.patch ---
Index: source/sbx/makefile.mk
===================================================================
RCS file: /cvs/script/basic/source/sbx/makefile.mk,v
retrieving revision 1.5
diff -u -r1.5 makefile.mk
--- openoffice.org.orig/basic/source/sbx/makefile.mk	11 Apr 2008 12:08:58 -0000	1.5
+++ openoffice.org/basic/source/sbx/makefile.mk	19 May 2008 14:07:12 -0000
@@ -41,6 +41,9 @@
 
 # --- Allgemein -----------------------------------------------------------
 
+
+CFLAGS+="-O1"
+
 SRS1NAME=$(TARGET)
 SRC1FILES=	format.src
 


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1484
retrieving revision 1.1485
diff -u -r1.1484 -r1.1485
--- openoffice.org.spec	19 May 2008 10:17:48 -0000	1.1484
+++ openoffice.org.spec	19 May 2008 14:10:20 -0000	1.1485
@@ -156,6 +156,7 @@
 Patch83: openoffice.org-3.0.0.ooo89002.vcl.symbolfonts.patch
 Patch84: workspace.os114.patch
 Patch85: workspace.impress138.patch
+Patch86: openoffice.org-2.4.0.gcc36187.noaliasingbusted.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1126,6 +1127,7 @@
 %patch83 -p1 -b .ooo89002.vcl.symbolfonts.patch
 %patch84 -p1 -b .workspace.os114.patch
 %patch85 -p1 -b .workspace.impress138.patch
+%patch86 -p1 -b .gcc36187.noaliasingbusted.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2915,6 +2917,7 @@
 * Thu May 15 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.10-UNRELEASED
 - rebuild
 - Resolves: rhbz#447199 add workspace.impress138.patch
+- Resolves: rhbz#447212 nostrict-aliasing is broken gcc#36187
 
 * Mon May 12 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.9
 - Resolves: rhbz#444571 add openoffice.org-3.0.0.ooo88090.chart2.negativecount.patch




More information about the fedora-extras-commits mailing list