rpms/firefox/FC-5 firefox.spec,1.124,1.125 sources,1.31,1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 20 23:10:51 UTC 2006


Author: caillon

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

Modified Files:
	firefox.spec sources 
Log Message:
* Wed Dec 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.9-1
- Update to 1.5.0.9



Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/FC-5/firefox.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- firefox.spec	8 Nov 2006 01:01:50 -0000	1.124
+++ firefox.spec	20 Dec 2006 23:10:45 -0000	1.125
@@ -8,7 +8,7 @@
 
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
-Version:        1.5.0.8
+Version:        1.5.0.9
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
@@ -19,7 +19,7 @@
 %define tarball firefox-1.5rc3-source.tar.bz2
 %endif
 Source0:        %{tarball}
-Source2:        firefox-langpacks-%{version}-20061105.tar.bz2
+Source2:        firefox-langpacks-%{version}-20061213.tar.bz2
 Source10:       firefox-mozconfig
 Source11:       firefox-mozconfig-branded
 Source12:       firefox-redhat-default-bookmarks.html
@@ -142,7 +142,13 @@
 
 %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}'
 
 %ifarch ppc ppc64 s390 s390x
 %define moz_make_flags -j1
@@ -150,7 +156,9 @@
 %define moz_make_flags %{?_smp_mflags}
 %endif
 
-MAKE="gmake %{moz_make_flags}" make -f client.mk build
+export LDFLAGS="-Wl,-rpath,%{mozappdir}"
+export MAKE="gmake %{moz_make_flags}"
+make -f client.mk build
 
 #---------------------------------------------------------------------
 
@@ -279,6 +287,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Dec 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.9-1
+- Update to 1.5.0.9
+
 * Tue Nov  7 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.8-1
 - Update to 1.5.0.8
 - Fix up a few items in the download manager


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/firefox/FC-5/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources	7 Nov 2006 20:25:54 -0000	1.31
+++ sources	20 Dec 2006 23:10:45 -0000	1.32
@@ -1,2 +1,2 @@
-86f98df1586efb419225a2988a217951  firefox-1.5.0.8-source.tar.bz2
-cad165b38bb21c5ede961dba0bcffd39  firefox-langpacks-1.5.0.8-20061105.tar.bz2
+383d3f3a17ba819ead94c2edc6739773  firefox-1.5.0.9-source.tar.bz2
+e4627e3d32d913d7b56ba01d61e344ae  firefox-langpacks-1.5.0.9-20061213.tar.bz2




More information about the fedora-cvs-commits mailing list