rpms/seamonkey/F-11 seamonkey.spec,1.51,1.52

Martin Stransky stransky at fedoraproject.org
Wed May 6 10:14:26 UTC 2009


Author: stransky

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

Modified Files:
	seamonkey.spec 
Log Message:
 build with -fno-strict-aliasing (#468415)



Index: seamonkey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/F-11/seamonkey.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- seamonkey.spec	28 Mar 2009 07:24:40 -0000	1.51
+++ seamonkey.spec	6 May 2009 10:13:55 -0000	1.52
@@ -11,7 +11,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.1.15
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -156,6 +156,10 @@ CXXFLAGS="-fno-inline -g" \
 %else
 CXXFLAGS=-g \
 %endif
+
+#Set up build flags (#468415)
+RPM_OPT_FLAGS+=" -fno-strict-aliasing"
+
 BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \
 ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
 --with-default-mozilla-five-home=%{mozdir} \
@@ -438,6 +442,9 @@ update-desktop-database %{_datadir}/appl
 
 
 %changelog
+* Wed May 6 2009 Martin Stransky <stransky at redhat.com> 1.1.15-4
+- build with -fno-strict-aliasing (#468415)
+
 * Fri Mar 27 2009 Christopher Aillon <caillon at redhat.com> - 1.15.1-3
 - Add patches for MFSA-2009-12, MFSA-2009-13
 




More information about the fedora-extras-commits mailing list