diff options
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 |