rpms/firefox/devel firefox.spec,1.163,1.164

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 22 20:17:11 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1686

Modified Files:
	firefox.spec 
Log Message:
* Fri Dec 22 2006 Christopher Aillon <caillon at redhat.com> 2.0.0.1-2
- Strip out some frequent warnings; they muddy up the build output



Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- firefox.spec	22 Dec 2006 18:40:03 -0000	1.163
+++ firefox.spec	22 Dec 2006 20:17:09 -0000	1.164
@@ -11,7 +11,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        2.0.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
 Group:          Applications/Internet
@@ -184,7 +184,11 @@
 
 %build
 
-export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
+# Build with -Os as it helps the browser; also, don't override mozilla's warning
+# level; they use -Wall but disable a few warnings that show up _everywhere_
+MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//')
+
+export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
 export PREFIX='%{_prefix}'
 export LIBDIR='%{_libdir}'
 
@@ -404,6 +408,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Fri Dec 22 2006 Christopher Aillon <caillon at redhat.com> 2.0.0.1-2
+- Strip out some frequent warnings; they muddy up the build output
+
 * Thu Dec 21 2006 Christopher Aillon <caillon at redhat.com> 2.0.0.1-1
 - Update to 2001
 




More information about the fedora-cvs-commits mailing list