diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-08-23 01:31:29 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-08-23 01:31:29 +0000 |
commit | d2f8999f8ec21a118af7e399959f2435497aadbb (patch) | |
tree | 64e2de0e4246aeb989a06edcc5121183adce578e | |
parent | - Add a better nopangoxft patch that doesn't depend on pangocairo (diff) | |
download | librewolf-fedora-ff-d2f8999f8ec21a118af7e399959f2435497aadbb.tar.gz librewolf-fedora-ff-d2f8999f8ec21a118af7e399959f2435497aadbb.tar.bz2 librewolf-fedora-ff-d2f8999f8ec21a118af7e399959f2435497aadbb.zip |
- Update NSS requires to workaround a bug introduced by NSS changes.
https://bugzilla.mozilla.org/show_bug.cgi?id=294542
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201922
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 86e5efc..ce539a3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,7 +1,7 @@ %define indexhtml file:///usr/share/doc/HTML/index.html %define desktop_file_utils_version 0.9 %define nspr_version 4.6 -%define nss_version 3.10 +%define nss_version 3.11.1 %define cairo_version 0.5 %define builddir %{_builddir}/mozilla %define build_devel_package 1 @@ -356,7 +356,12 @@ fi #--------------------------------------------------------------------- %changelog -* Tue Aug 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.5.0.6-4 +* Tue Aug 22 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-4 +- Update NSS requires to workaround a bug introduced by NSS changes. + https://bugzilla.mozilla.org/show_bug.cgi?id=294542 + https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201922 + +* Tue Aug 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - Add a better nopangoxft patch that doesn't depend on pangocairo - Add firefox-1.5-pango-mathml.patch (bug 150393) |