diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-09-23 23:57:06 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-09-23 23:57:06 +0000 |
commit | f811d4fd8da769b222eda92bc94c0ec4f73ec79a (patch) | |
tree | fce2ab08d1b7713d09d855882a8e773b89bf7091 /firefox.spec | |
parent | Export correct locale in firefox-l10n.js (diff) | |
download | librewolf-fedora-ff-f811d4fd8da769b222eda92bc94c0ec4f73ec79a.tar.gz librewolf-fedora-ff-f811d4fd8da769b222eda92bc94c0ec4f73ec79a.tar.bz2 librewolf-fedora-ff-f811d4fd8da769b222eda92bc94c0ec4f73ec79a.zip |
- Update to 3.0.2
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index a3dd501..f027612 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,7 +6,7 @@ %define mozappdir %{_libdir}/%{name}-%{version} -%define gecko_version 1.9.0.1 +%define gecko_version 1.9.0.2 %define official_branding 1 %define build_langpacks 1 @@ -18,7 +18,7 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -30,7 +30,7 @@ Group: Applications/Internet %endif Source0: %{tarball} %if %{build_langpacks} -Source2: firefox-langpacks-%{version}-20080716.tar.bz2 +Source2: firefox-langpacks-%{version}-20080923.tar.bz2 %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -333,6 +333,9 @@ fi #--------------------------------------------------------------------- %changelog +* Tue Sep 23 2008 Christopher Aillon <caillon@redhat.com> 3.0.2-1 +- Update to 3.0.2 + * Wed Jul 16 2008 Christopher Aillon <caillon@redhat.com> 3.0.1-1 - Update to 3.0.1 |