diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2010-02-24 13:55:11 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2010-02-24 13:55:11 +0000 |
commit | e1fa01ec3d603131f9f48a1e75beb0851d75b1ce (patch) | |
tree | 18235e61f81431ab679d1d2c53966cf81cc5b2b7 /firefox.spec | |
parent | Update to 3.6 (diff) | |
download | librewolf-fedora-ff-e1fa01ec3d603131f9f48a1e75beb0851d75b1ce.tar.gz librewolf-fedora-ff-e1fa01ec3d603131f9f48a1e75beb0851d75b1ce.tar.bz2 librewolf-fedora-ff-e1fa01ec3d603131f9f48a1e75beb0851d75b1ce.zip |
Added fix for #559960
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index b85758a..5c5dae8 100644 --- a/firefox.spec +++ b/firefox.spec @@ -5,8 +5,11 @@ %define mozappdir %{_libdir}/%{name}-%{internal_version} %define tarballdir mozilla-1.9.2 +# xulrunner_version matches the firefox package. +# xulrunner_version_max is first next incompatible xulrunner version %define xulrunner_version 1.9.2.1-1 -%define xulrunner_version_max 1.9.3 +%define xulrunner_version_max 1.9.2.2 + %define internal_version 3.6 %define official_branding 1 @@ -21,7 +24,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 3.6.1 -Release: 1%{?prever}%{?dist} +Release: 2%{?prever}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -348,6 +351,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Feb 24 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-2 +- Added fix for #559960 - [all Lang]Translation is not + available with 3.6 release + * Wed Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-1 - Update to 3.6 |