summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-09-24 12:37:44 +0200
committerMartin Stransky <stransky@redhat.com>2019-09-24 12:37:44 +0200
commit0adc4aecec45e195b0f6cbcdb1625839846482bc (patch)
tree1e04f62139cb20838b69b3a121a12469152978bc /firefox.spec
parentUpdated cache-missing strategy for Wayland image cache. (diff)
downloadlibrewolf-fedora-ff-0adc4aecec45e195b0f6cbcdb1625839846482bc.tar.gz
librewolf-fedora-ff-0adc4aecec45e195b0f6cbcdb1625839846482bc.tar.bz2
librewolf-fedora-ff-0adc4aecec45e195b0f6cbcdb1625839846482bc.zip
Added fix for rhbz#1754460
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 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 <stransky@redhat.com> - 69.0.1-4
+- Added fix for rhbz#1754460
+
* Thu Sep 19 2019 Martin Stransky <stransky@redhat.com> - 69.0.1-3
- Updated cache-missing strategy for Wayland image cache.
bgstack15