diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 7994cd2..eb2c5c0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -99,7 +99,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 67.0 -Release: 4%{?pre_tag}%{?dist} +Release: 5%{?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,7 +163,7 @@ Patch579: mozilla-1468911.patch Patch580: mozilla-1539471.patch Patch581: mozilla-1517205.patch Patch582: mozilla-1508378.patch -Patch583: mozilla-1553747.patch +Patch584: mozilla-1552590.patch # PGO/LTO patches Patch600: pgo.patch @@ -378,7 +378,7 @@ This package contains results of tests executed during build. %patch580 -p1 -b .mozilla-1539471 %patch581 -p1 -b .mozilla-1517205 %patch582 -p1 -b .mozilla-1508378 -%patch583 -p1 -b .mozilla-1553747 +%patch584 -p1 -b .mozilla-1552590 # PGO patches %patch600 -p1 -b .pgo @@ -936,6 +936,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu May 27 2019 Martin Stransky <stransky@redhat.com> - 67.0-5 +- Added mozbz#1552590 fix. + * Thu May 23 2019 Martin Stransky <stransky@redhat.com> - 67.0-4 - Added wayland buffer optimization (mozilla#1553747). |