rpms/openoffice.org/F-9 openoffice.org.spec,1.1488,1.1489

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jun 3 08:44:13 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Log Message:
filter out broken -fasynchronous-unwind-tables


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1488
retrieving revision 1.1489
diff -u -r1.1488 -r1.1489
--- openoffice.org.spec	1 Jun 2008 22:29:25 -0000	1.1488
+++ openoffice.org.spec	3 Jun 2008 08:43:27 -0000	1.1489
@@ -1,6 +1,6 @@
 %define oootag OOH680
 %define ooomilestone 17
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # undef to get english only and no-langpacks for a faster smoketest build
 %define langpacks 1
@@ -1154,7 +1154,7 @@
 #use the RPM_OPT_FLAGS but remove the OOo overridden ones
 for i in $RPM_OPT_FLAGS; do
         case "$i" in
-                -O?|-pipe|-Wall|-g|-fexceptions) continue;;
+                -O?|-pipe|-Wall|-g|-fexceptions|-fasynchronous-unwind-tables) continue;;
         esac
         ARCH_FLAGS="$ARCH_FLAGS $i"
 done
@@ -2912,6 +2912,10 @@
 
 
 %changelog
+* Tue Jun 03 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.2
+- filter out -fasynchronous-unwind-tables because it doesn't work with -Os
+  on i386
+
 * Sun Jun 01 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.1
 - Resolves: rhbz#445588 add openoffice.org-3.0.0.ooo87970.vcl.samenamesubs.patch
 - drop integrated openoffice.org-2.3.1.ooo81307.sw.word2.patch




More information about the fedora-extras-commits mailing list