summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a1ba11d..e8eff0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-7.0-20110927.tar.xz
/firefox-7.0.1.source.tar.bz2
/firefox-langpacks-7.0.1-20110930.tar.xz
+/firefox-8.0.source.tar.bz2
+/firefox-langpacks-8.0-20111108.tar.xz
diff --git a/firefox.spec b/firefox.spec
index a7b0a40..5fc8bfc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -43,14 +43,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 7.0.1
-Release: 3%{?pre_tag}%{?dist}
+Version: 8.0
+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}-20110930.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20111108.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -342,6 +342,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Nov 8 2011 Jan Horak <jhorak@redhat.com> - 8.0-1
+- Update to 8.0
+
* Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3
- reverted the desktop file name for Fedora15 & 16
diff --git a/sources b/sources
index da4f402..8ce2efa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5b212db48630ba93bb30ec63cca17f4d firefox-7.0.1.source.tar.bz2
-91ff690cd8afc6002a1caffad68da072 firefox-langpacks-7.0.1-20110930.tar.xz
+9395a5be13da119bd8d53c3225e5d17c firefox-8.0.source.tar.bz2
+8bf1308c40c8f7925527f72edaa790a6 firefox-langpacks-8.0-20111108.tar.xz
bgstack15