From 384fee2ff4d41260acfe81f7cf1658976e2cea9d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 28 Mar 2019 14:23:14 +0100 Subject: Added fix for mozbz#1539471 - wayland popups/tooltips --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') 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 - 66.0.1-4 +- Added fix for mozbz#1539471 - wayland popups/tooltips + * Wed Mar 27 2019 Martin Stransky - 66.0.1-3 - Added fix for mozbz#526293 - show remote locations at file chooser dialog -- cgit