summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rwxr-xr-xfirefox-mozconfig1
-rw-r--r--firefox.sh.in6
-rw-r--r--firefox.spec11
-rw-r--r--sources2
5 files changed, 15 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index 1590536..e25f363 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-mozilla-20080306.tar.bz2
+mozilla-20080307.tar.bz2
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3dd4cdc..428db49 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -24,7 +24,6 @@ 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
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.sh.in b/firefox.sh.in
index 71473f6..48ab576 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -128,6 +128,12 @@ export FONTCONFIG_PATH
# export MOZ_DISABLE_PANGO
#
+##
+## Disable the GNOME crash dialog, Moz has it's own
+##
+GNOME_DISABLE_CRASH_DIALOG=1
+export GNOME_DISABLE_CRASH_DIALOG
+
# OK, here's where all the real work gets done
# check system locale
diff --git a/firefox.spec b/firefox.spec
index fc7a4e0..cf30248 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,20 +7,20 @@
%define mozappdir %{_libdir}/%{name}-%{version_internal}
%define gecko_version 1.9
-%define xulrunner_version 1.9-0.beta4.35
+%define xulrunner_version 1.9-0.beta4.36
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080306
+%define cvsdate 20080307
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta4.35%{?nightly}%{?dist}
+Release: 0.beta4.36%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -315,7 +315,10 @@ fi
#---------------------------------------------------------------------
%changelog
-* Thu Mar 6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.35
+* Fri Mar 7 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta4.36
+- Update to latest trunk (2008-03-07)
+
+* Thu Mar 6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta4.35
- Update to latest trunk (2008-03-06)
* Tue Mar 4 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.34
diff --git a/sources b/sources
index 0350ffd..595aa34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbff40b3066f26c96d634225a3e6c0cb mozilla-20080306.tar.bz2
+fca1862f707adea24792d8f00241fba6 mozilla-20080307.tar.bz2
bgstack15