rpms/firefox/devel firefox-mozconfig-debuginfo, NONE, 1.1 .cvsignore, 1.111, 1.112 firefox-mozconfig, 1.18, 1.19 firefox.spec, 1.365, 1.366 sources, 1.125, 1.126

Jan Horak xhorak at fedoraproject.org
Wed Jun 23 09:10:39 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/firefox/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18323

Modified Files:
	.cvsignore firefox-mozconfig firefox.spec sources 
Added Files:
	firefox-mozconfig-debuginfo 
Log Message:
Update to 3.6.4


--- NEW FILE firefox-mozconfig-debuginfo ---
# For mozilla's debuginfo:
export CFLAGS="-gstabs+"
export CXXFLAGS="-gstabs+"
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-crashreporter


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/.cvsignore,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- .cvsignore	23 Mar 2010 11:28:26 -0000	1.111
+++ .cvsignore	23 Jun 2010 09:10:37 -0000	1.112
@@ -1,2 +1,2 @@
-firefox-3.6.2.source.tar.bz2
-firefox-langpacks-3.6.2-20100323.tar.bz2
+firefox-langpacks-3.6.4-20100622.tar.bz2
+firefox-3.6.4.source.tar.bz2


Index: firefox-mozconfig
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox-mozconfig,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- firefox-mozconfig	20 Nov 2009 07:29:30 -0000	1.18
+++ firefox-mozconfig	23 Jun 2010 09:10:38 -0000	1.19
@@ -23,8 +23,8 @@ ac_add_options --enable-pango
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --enable-startup-notification
-ac_add_options --enable-libxul
-ac_add_options --disable-crashreporter
+#ac_add_options --enable-libxul
+#ac_add_options --disable-crashreporter
 ac_add_options --enable-safe-browsing
 ac_add_options --enable-libnotify
 ac_add_options --disable-necko-wifi


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -p -r1.365 -r1.366
--- firefox.spec	13 Apr 2010 10:15:56 -0000	1.365
+++ firefox.spec	23 Jun 2010 09:10:38 -0000	1.366
@@ -7,13 +7,14 @@
 
 # xulrunner_version matches the firefox package.
 # xulrunner_version_max is first next incompatible xulrunner version
-%define xulrunner_version       1.9.2.3-1
-%define xulrunner_version_max   1.9.2.4
+%define xulrunner_version       1.9.2.4-1
+%define xulrunner_version_max   1.9.2.5
 
 %define internal_version        3.6
 
 %define official_branding       1
 %define build_langpacks         1
+%define include_debuginfo       0
 
 %if ! %{official_branding}
 %define cvsdate 20080327
@@ -23,19 +24,20 @@
 
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
-Version:        3.6.3
-Release:        4%{?prever}%{?dist}
+Version:        3.6.4
+Release:        1%{?prever}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 # From ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pretag}/source
 Source0:        firefox-%{version}%{?prever}.source.tar.bz2
 %if %{build_langpacks}
-Source2:        firefox-langpacks-%{version}-20100403.tar.bz2
+Source2:        firefox-langpacks-%{version}-20100622.tar.bz2
 %endif
 Source10:       firefox-mozconfig
 Source11:       firefox-mozconfig-branded
 Source12:       firefox-redhat-default-prefs.js
+Source13:       firefox-mozconfig-debuginfo
 Source20:       firefox.desktop
 Source21:       firefox.sh.in
 Source23:       firefox.1
@@ -106,6 +108,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{int
 %if %{official_branding}
 %{__cat} %{SOURCE11} >> .mozconfig
 %endif
+%if %{include_debuginfo}
+%{__cat} %{SOURCE13} >> .mozconfig
+%endif
 
 # Set up SDK path
 echo "ac_add_options --with-libxul-sdk=\
@@ -138,6 +143,12 @@ MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNA
 export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"
 make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
 
+# create debuginfo for crash-stats.mozilla.com
+%if %{include_debuginfo}
+#cd %{moz_objdir}
+make buildsymbols
+%endif
+
 #---------------------------------------------------------------------
 
 %install
@@ -272,6 +283,11 @@ touch $RPM_BUILD_ROOT/%{mozappdir}/compo
 # jemalloc shows up sometimes, but it's not needed here, it's in XR
 %{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/libjemalloc.so
 
+# Enable crash reporter for Firefox application
+%if %{include_debuginfo}
+sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini
+%endif
+
 #---------------------------------------------------------------------
 
 %clean
@@ -349,9 +365,19 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/32x32/apps/firefox.png
 %{_datadir}/icons/hicolor/48x48/apps/firefox.png
 
+%if %{include_debuginfo}
+#%{mozappdir}/crashreporter
+%{mozappdir}/crashreporter-override.ini
+#%{mozappdir}/Throbber-small.gif
+#%{mozappdir}/plugin-container
+%endif
+
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jun 23 2010 Jan Horak <jhorak at redhat.com> -3.6.4-1
+- Update to 3.6.4
+
 * Tue Apr 13 2010 Martin Stransky <stransky at redhat.com> - 3.6.3-4
 - Fixed language packs (#559960)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/sources,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- sources	3 Apr 2010 10:10:51 -0000	1.125
+++ sources	23 Jun 2010 09:10:39 -0000	1.126
@@ -1,2 +1,2 @@
-5e4541ab23084b7b14ba228291ce2688  firefox-3.6.3.source.tar.bz2
-0079b49bfe9983fa6224d1a070b2ddbd  firefox-langpacks-3.6.3-20100403.tar.bz2
+3ff1288057848aed123c4df6a50fb96e  firefox-langpacks-3.6.4-20100622.tar.bz2
+66b1610362ed6009d66fe762645679a0  firefox-3.6.4.source.tar.bz2



More information about the scm-commits mailing list