diff options
author | Martin Stransky <stransky@redhat.com> | 2017-03-27 13:11:08 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-03-27 13:11:08 +0200 |
commit | 3c6226988830762b15547da5ad48c90de224f532 (patch) | |
tree | 615e1ef8f84bf52ce5f10f41f28507474c7cc685 /firefox.spec | |
parent | Added fix for CVE-2017-5428, Added fix for mozbz#1158076 (diff) | |
download | librewolf-fedora-ff-3c6226988830762b15547da5ad48c90de224f532.tar.gz librewolf-fedora-ff-3c6226988830762b15547da5ad48c90de224f532.tar.bz2 librewolf-fedora-ff-3c6226988830762b15547da5ad48c90de224f532.zip |
Reverted mozbz#1158076 due to rhbz#1435964
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 2ae80f6..38d5081 100644 --- a/firefox.spec +++ b/firefox.spec @@ -103,7 +103,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 52.0 -Release: 6%{?pre_tag}%{?dist} +Release: 7%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -320,7 +320,8 @@ cd %{tarballdir} # fix various rendering problems %patch407 -p1 -b .widget-rebase %patch408 -p1 -b .1348168 -%patch409 -p1 -b .1158076 +# Disabled due to rhbz#1435964 +#%patch409 -p1 -b .1158076 # Debian extension patch %patch500 -p1 -b .440908 @@ -839,6 +840,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Mar 27 2017 Martin Stransky <stransky@redhat.com> - 52.0-7 +- Reverted mozbz#1158076 due to rhbz#1435964 + * Wed Mar 22 2017 Martin Stransky <stransky@redhat.com> - 52.0-6 - Added fix for CVE-2017-5428 - Added fix for mozbz#1158076 |