rpms/firefox/devel .cvsignore, 1.72, 1.73 firefox.spec, 1.283, 1.284 sources, 1.84, 1.85

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Mar 20 22:41:23 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4864

Modified Files:
	.cvsignore firefox.spec sources 
Log Message:
* Thu Mar 20 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.46
- Update to latest trunk (2008-03-20)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/.cvsignore,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- .cvsignore	17 Mar 2008 21:37:14 -0000	1.72
+++ .cvsignore	20 Mar 2008 22:39:40 -0000	1.73
@@ -1 +1 @@
-mozilla-20080317.tar.bz2
+mozilla-20080320.tar.bz2


Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- firefox.spec	17 Mar 2008 21:37:14 -0000	1.283
+++ firefox.spec	20 Mar 2008 22:39:40 -0000	1.284
@@ -12,14 +12,14 @@
 %define build_langpacks      0
 
 %if ! %{official_branding}
-%define cvsdate 20080317
+%define cvsdate 20080320
 %define nightly .cvs%{cvsdate}
 %endif
 
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.0
-Release:        0.45%{?nightly}%{?dist}
+Release:        0.46%{?nightly}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -121,11 +121,12 @@
 %build
 cd mozilla
 
-# 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//')
+# Mozilla builds with -Wall with exception of a few warnings which show up
+# everywhere in the code; so, don't override that.
+MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-Wall//')
+export CFLAGS=$MOZ_OPT_FLAGS
+export CXXFLAGS=$MOZ_OPT_FLAGS
 
-export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
 export PREFIX='%{_prefix}'
 export LIBDIR='%{_libdir}'
 
@@ -135,14 +136,12 @@
      RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
 [ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
 %endif
-%define moz_make_flags $MOZ_SMP_FLAGS
 
 INTERNAL_GECKO=%{version_internal}
 MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
 
-export LDFLAGS="-Wl,-rpath,$MOZ_APP_DIR"
-export MAKE="gmake %{moz_make_flags}"
-make -f client.mk build STRIP="/bin/true"
+export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"
+make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
 
 #---------------------------------------------------------------------
 
@@ -313,6 +312,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Mar 20 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.46
+- Update to latest trunk (2008-03-20)
+
 * Mon Mar 17 2008 Christopher Aillon <caillon at redhat.com> 3.0-0.45
 - Update to latest trunk (2008-03-17)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/sources,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- sources	17 Mar 2008 21:37:14 -0000	1.84
+++ sources	20 Mar 2008 22:39:40 -0000	1.85
@@ -1 +1 @@
-455e5135a1ba7cddcdcec83f57adc721  mozilla-20080317.tar.bz2
+b6d4821c3deac9393b18a099b0724664  mozilla-20080320.tar.bz2




More information about the fedora-extras-commits mailing list