summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-28 14:23:14 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-28 14:23:14 +0100
commit384fee2ff4d41260acfe81f7cf1658976e2cea9d (patch)
treecf6c61ddcace009bf54b753fab07edc5e1c382b9 /firefox.spec
parentAdded fix for mozbz#526293 - show remote locations at file chooser dialog (diff)
downloadlibrewolf-fedora-ff-384fee2ff4d41260acfe81f7cf1658976e2cea9d.tar.gz
librewolf-fedora-ff-384fee2ff4d41260acfe81f7cf1658976e2cea9d.tar.bz2
librewolf-fedora-ff-384fee2ff4d41260acfe81f7cf1658976e2cea9d.zip
Added fix for mozbz#1539471 - wayland popups/tooltips
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 95965f1..eb32302 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -99,7 +99,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 66.0.1
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -163,6 +163,7 @@ Patch576: mozilla-1532643-popup.patch
Patch577: mozilla-1535567.patch
Patch578: mozilla-1431399.patch
Patch579: mozilla-1468911.patch
+Patch580: mozilla-1539471.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -381,6 +382,7 @@ This package contains results of tests executed during build.
%patch577 -p1 -b .mozilla-1535567
%patch578 -p1 -b .mozilla-1431399
%patch579 -p1 -b .mozilla-1468911
+%patch580 -p1 -b .mozilla-1539471
# PGO patches
%patch600 -p1 -b .pgo
@@ -934,6 +936,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Mar 28 2019 Martin Stransky <stransky@redhat.com> - 66.0.1-4
+- Added fix for mozbz#1539471 - wayland popups/tooltips
+
* Wed Mar 27 2019 Martin Stransky <stransky@redhat.com> - 66.0.1-3
- Added fix for mozbz#526293 - show remote locations at
file chooser dialog
bgstack15