From 0adc4aecec45e195b0f6cbcdb1625839846482bc Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 24 Sep 2019 12:37:44 +0200 Subject: Added fix for rhbz#1754460 --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index abf3618..b7d4337 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox Version: 69.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 @@ -141,6 +141,7 @@ Patch224: mozilla-1170092.patch #ARM run-time patch Patch226: rhbz-1354671.patch Patch227: firefox-locale-debug.patch +Patch228: rhbz-1754460.patch # Upstream patches Patch402: mozilla-1196777.patch @@ -366,6 +367,7 @@ This package contains results of tests executed during build. %patch226 -p1 -b .1354671 %endif %patch227 -p1 -b .locale-debug +%patch228 -p1 -b .rhbz-1754460 %patch402 -p1 -b .1196777 #%patch413 -p1 -b .1353817 @@ -981,6 +983,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Sep 24 2019 Martin Stransky - 69.0.1-4 +- Added fix for rhbz#1754460 + * Thu Sep 19 2019 Martin Stransky - 69.0.1-3 - Updated cache-missing strategy for Wayland image cache. -- cgit