summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox-mozconfig2
-rw-r--r--firefox.spec5
2 files changed, 6 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 953b66a..0bd20ae 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -29,6 +29,8 @@ ac_add_options --disable-necko-wifi
ac_add_options --disable-cpp-exceptions
ac_add_options --disable-updater
ac_add_options --enable-url-classifier
+ac_add_options --enable-gio
+ac_add_options --disable-gnomevfs
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index ac05f40..16b1658 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -24,7 +24,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.19%{?pre_tag}%{?dist}
+Release: 0.20%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -332,6 +332,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Mar 17 2011 Jan Horak <jhorak@redhat.com> - 4.0-0.20
+- Rebuild against xulrunner with disabled gnomevfs and enabled gio
+
* Wed Mar 9 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.19
- Firefox 4.0 RC 1
bgstack15