summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-18 18:50:56 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-18 18:50:56 -0700
commitc7030019077ea054f776d250c224af7b2fd32752 (patch)
tree7f2fb0ffbaf52aeb1e3ecd63a50ba2737b763978
parentInstall langpacks as .xpi files instead of unpacking them (diff)
downloadlibrewolf-fedora-ff-c7030019077ea054f776d250c224af7b2fd32752.tar.gz
librewolf-fedora-ff-c7030019077ea054f776d250c224af7b2fd32752.tar.bz2
librewolf-fedora-ff-c7030019077ea054f776d250c224af7b2fd32752.zip
4.0 RC 2
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec11
-rw-r--r--sources4
3 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 0484cee..483d194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-4.0b12-20110225.tar.xz
/firefox-4.0rc1.source.tar.bz2
/firefox-langpacks-4.0rc1-20110309.tar.xz
+/firefox-4.0rc2.source.tar.bz2
+/firefox-langpacks-4.0rc2-20110318.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 773c279..c9b2e80 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,8 +10,8 @@
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%global firefox_dir_ver 4
-%global gecko_version 2.0-rc1
-%global pre_version rc1
+%global gecko_version 2.0-rc2
+%global pre_version rc2
%global pre_tag .%{?pre_version}
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
@@ -25,13 +25,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.20%{?pre_tag}%{?dist}
+Release: 0.21%{?pre_tag}%{?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}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20110309.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110318.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -337,6 +337,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.21
+- Firefox 4.0 RC 2
+
* Thu Mar 17 2011 Jan Horak <jhorak@redhat.com> - 4.0-0.20
- Rebuild against xulrunner with disabled gnomevfs and enabled gio
diff --git a/sources b/sources
index 2ba1270..ee6519c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-511828dcc226f38602c6c67bd192ef40 firefox-4.0rc1.source.tar.bz2
-d39661a6619a3a14c4529a63ac06a5f8 firefox-langpacks-4.0rc1-20110309.tar.xz
+060ad2571e781ca72971c4dcdeb79cff firefox-4.0rc2.source.tar.bz2
+f494df05390d00b9dfde940841f117d3 firefox-langpacks-4.0rc2-20110318.tar.xz
bgstack15