summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-01-14 12:21:37 -0800
committerChristopher Aillon <caillon@redhat.com>2011-01-14 12:21:37 -0800
commitb51b2892ba1abcf0074bbfaebdcf979d1ec536d0 (patch)
tree19de2c0928a425e3871688d8dff6a7c6b9434e02
parenthousekeeping: remove upstreamed patch (diff)
downloadlibrewolf-fedora-ff-b51b2892ba1abcf0074bbfaebdcf979d1ec536d0.tar.gz
librewolf-fedora-ff-b51b2892ba1abcf0074bbfaebdcf979d1ec536d0.tar.bz2
librewolf-fedora-ff-b51b2892ba1abcf0074bbfaebdcf979d1ec536d0.zip
Firefox 4.0 Beta 9
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec13
-rw-r--r--sources4
3 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 69c47e4..58a5802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-4.0b7-20101111.tar.bz2
/firefox-4.0b8.source.tar.bz2
/firefox-langpacks-4.0b8-20101221.tar.bz2
+/firefox-4.0b9.source.tar.bz2
+/firefox-langpacks-4.0b9-20110111.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index 9e3b0c7..3352d5d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -16,7 +16,7 @@
# xulrunner_version matches the firefox package.
# xulrunner_version_max is first next incompatible xulrunner version
-%define xulrunner_version 2.0-0.11b8
+%define xulrunner_version 2.0-0.15b9
%define xulrunner_version_max 2.1
%define official_branding 1
@@ -27,19 +27,19 @@
%define cvsdate 20080327
%define nightly .cvs%{cvsdate}
%else
-%define prever b8
+%define prever b9
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.11%{?prever}%{?dist}
+Release: 0.12%{?prever}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
%if %{build_langpacks}
-Source2: firefox-langpacks-%{version}%{?prever}-20101221.tar.bz2
+Source2: firefox-langpacks-%{version}%{?prever}-20110111.tar.bz2
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -375,7 +375,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/modules/stylePanel.jsm
%{mozappdir}/modules/tabview/
%{mozappdir}/modules/services-sync/
-#%{mozappdir}/modules/services-crypto/WeaveCrypto.js
+%{mozappdir}/modules/services-crypto/WeaveCrypto.js
%{mozappdir}/modules/domplate.jsm
%{mozappdir}/modules/PropertyPanel.jsm
%{mozappdir}/modules/HUDService.jsm
@@ -397,6 +397,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.12b9
+- Firefox 4.0 Beta 9
+
* Thu Jan 6 2011 Dan HorĂ¡k <dan[at]danny.cz> - 4.0-0.11b8
- disable ipc on non-x86 arches to match xulrunner
diff --git a/sources b/sources
index 0fa544c..9e34c42 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-665ffbf8571e713d5da8f98e3d971e9d firefox-4.0b8.source.tar.bz2
-5f6cdaa2cee2a25ab3a40f9ddc206dcc firefox-langpacks-4.0b8-20101221.tar.bz2
+be58ef0be58cfa3d1efda63bec41fc25 firefox-4.0b9.source.tar.bz2
+3c67102dc03fa8a56cf13210b86c60e3 firefox-langpacks-4.0b9-20110111.tar.bz2
bgstack15