rpms/seamonkey/F-10 seamonkey-mozconfig, 1.4, 1.5 seamonkey.spec, 1.47, 1.48

Martin Stransky stransky at fedoraproject.org
Mon Jan 5 14:15:30 UTC 2009


Author: stransky

Update of /cvs/pkgs/rpms/seamonkey/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27585

Modified Files:
	seamonkey-mozconfig seamonkey.spec 
Log Message:
 disabled -O2 optimalization for i386 as a workaround for #468415


Index: seamonkey-mozconfig
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/F-10/seamonkey-mozconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seamonkey-mozconfig	14 Feb 2008 22:09:41 -0000	1.4
+++ seamonkey-mozconfig	5 Jan 2009 14:14:59 -0000	1.5
@@ -7,7 +7,8 @@
 ac_add_options --disable-tests
 ac_add_options --disable-debug
 ac_add_options --disable-installer
-ac_add_options --enable-optimize="$RPM_OPT_FLAGS"
+#Workaround for BZ468415
+#ac_add_options --enable-optimize="$RPM_OPT_FLAGS"
 ac_add_options --enable-xinerama
 ac_add_options --enable-default-toolkit=gtk2
 ac_add_options --disable-xprint


Index: seamonkey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/F-10/seamonkey.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- seamonkey.spec	18 Dec 2008 00:17:19 -0000	1.47
+++ seamonkey.spec	5 Jan 2009 14:14:59 -0000	1.48
@@ -12,7 +12,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.1.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -156,7 +156,12 @@
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \
 ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
 --with-default-mozilla-five-home=%{mozdir} \
---mandir=%{_mandir}
+--mandir=%{_mandir} \
+%ifarch i386
+--enable-optimize="$RPM_OPT_FLAGS"" -O0" \
+%else
+--enable-optimize="$RPM_OPT_FLAGS" \
+%endif
 
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 make export
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 make %{?_smp_mflags} libs
@@ -432,6 +437,8 @@
 
 
 %changelog
+* Mon Jan 5 2009 Martin Stransky <stransky at redhat.com> 1.1.14-2
+- disabled -O2 optimalization for i386 as a workaround for #468415
 * Wed Dec 17 2008 Kai Engert <kengert at redhat.com> - 1.1.14-1
 - Update to 1.1.14
 * Wed Nov 12 2008 Christopher Aillon <caillon at redhat.com> - 1.1.13-1




More information about the fedora-extras-commits mailing list