diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-01-25 15:28:58 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-01-25 15:28:58 -0800 |
commit | 4071072ba004ddf271c5931ba59511b825d07d69 (patch) | |
tree | 83c0c2bf07d0239cd13f09c15172e98d658451bd /firefox.spec | |
parent | trivial: change the langpacks from source2 to source1 (diff) | |
download | librewolf-fedora-ff-4071072ba004ddf271c5931ba59511b825d07d69.tar.gz librewolf-fedora-ff-4071072ba004ddf271c5931ba59511b825d07d69.tar.bz2 librewolf-fedora-ff-4071072ba004ddf271c5931ba59511b825d07d69.zip |
Firefox 4.0 Beta 10
And update firefox-default.patch to continue applying to the new tree
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index a599af0..8318199 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.15b9 +%define xulrunner_version 2.0-0.17b10 %define xulrunner_version_max 2.1 %define official_branding 1 @@ -27,19 +27,19 @@ %define cvsdate 20080327 %define nightly .cvs%{cvsdate} %else -%define prever b9 +%define prever b10 %endif Summary: Mozilla Firefox Web browser Name: firefox Version: 4.0 -Release: 0.12%{?prever}%{?dist} +Release: 0.13%{?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} -Source1: firefox-langpacks-%{version}%{?prever}-20110111.tar.bz2 +Source1: firefox-langpacks-%{version}%{?prever}-20110125.tar.bz2 %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -404,6 +404,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.13b10 +- Firefox 4.0 Beta 10 + * Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.12b9 - Firefox 4.0 Beta 9 |