summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-22 08:41:05 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-22 08:41:05 -0700
commit9f7e181bc4d21787a8ebc8110bd98149e2252f28 (patch)
tree9b71b7126e9b8a03dfdc33bb41e18fe654efa5f2
parentUse pre-versioning similar to XULRunner (diff)
downloadlibrewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.tar.gz
librewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.tar.bz2
librewolf-fedora-ff-9f7e181bc4d21787a8ebc8110bd98149e2252f28.zip
Firefox 4
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 483d194..bf36866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-4.0rc1-20110309.tar.xz
/firefox-4.0rc2.source.tar.bz2
/firefox-langpacks-4.0rc2-20110318.tar.xz
+/firefox-4.0.source.tar.bz2
+/firefox-langpacks-4.0-20110322.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 7ef6c57..aa166b1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -13,7 +13,7 @@
%global gecko_version 2.0
%global alpha_version 0
%global beta_version 0
-%global rc_version 2
+%global rc_version 0
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
%global langpackdir %{mozappdir}/langpacks
@@ -45,13 +45,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.21%{?pre_tag}%{?dist}
+Release: 1%{?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}-20110318.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110322.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -357,6 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-1
+- Firefox 4
+
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.21
- Firefox 4.0 RC 2
diff --git a/sources b/sources
index ee6519c..2024297 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-060ad2571e781ca72971c4dcdeb79cff firefox-4.0rc2.source.tar.bz2
-f494df05390d00b9dfde940841f117d3 firefox-langpacks-4.0rc2-20110318.tar.xz
+3468a2c463b4fc2788ba621e4b511c30 firefox-4.0.source.tar.bz2
+41801180d1be2f7d009d865fe2252644 firefox-langpacks-4.0-20110322.tar.xz
bgstack15