summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-03-27 13:11:21 +0200
committerMartin Stransky <stransky@redhat.com>2017-03-27 13:11:21 +0200
commit3514d5c5d88713205a6842cd3efa7adb4e8bcd68 (patch)
tree615e1ef8f84bf52ce5f10f41f28507474c7cc685
parentMerge branch 'master' into f24 (diff)
parentReverted mozbz#1158076 due to rhbz#1435964 (diff)
downloadlibrewolf-fedora-ff-3514d5c5d88713205a6842cd3efa7adb4e8bcd68.tar.gz
librewolf-fedora-ff-3514d5c5d88713205a6842cd3efa7adb4e8bcd68.tar.bz2
librewolf-fedora-ff-3514d5c5d88713205a6842cd3efa7adb4e8bcd68.zip
Merge branch 'master' into f24
-rw-r--r--firefox.spec8
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
bgstack15