diff options
author | Martin Stransky <stransky@redhat.com> | 2018-11-21 19:29:05 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-11-21 19:29:05 +0100 |
commit | 2d66ffd776268eee1d3f0d4112f4f05d6f289d57 (patch) | |
tree | 41f3d00cf34692b4cff8d25f605ec6421ac7653e /firefox.spec | |
parent | Merge branch 'master' into f28 (diff) | |
parent | Fixed mozbz#1507475 - crash when display changes (diff) | |
download | librewolf-fedora-ff-2d66ffd776268eee1d3f0d4112f4f05d6f289d57.tar.gz librewolf-fedora-ff-2d66ffd776268eee1d3f0d4112f4f05d6f289d57.tar.bz2 librewolf-fedora-ff-2d66ffd776268eee1d3f0d4112f4f05d6f289d57.zip |
Merge branch 'master' into f28
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 61dc7f0..f67f50d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -88,7 +88,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 63.0.3 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?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 @@ -158,6 +158,7 @@ Patch574: firefox-pipewire.patch Patch581: mozilla-1493081.patch Patch582: mozilla-1504689.patch Patch583: firefox-init-wayland-clipboard.patch +Patch584: firefox-wayland-crash-mozbz1507475.patch # Debian patches Patch500: mozilla-440908.patch @@ -376,6 +377,7 @@ This package contains results of tests executed during build. %patch581 -p1 -b .mozilla-1493081 %patch582 -p1 -b .mozilla-1504689 %patch583 -p1 -b .init-wayland-clipboard +%patch584 -p1 -b .mozbz1507475 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -932,6 +934,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Nov 21 2018 Martin Stransky <stransky@redhat.com> - 63.0.3-2 +- Fixed mozbz#1507475 - crash when display changes (rhbz#1646151). + * Thu Nov 15 2018 Martin Stransky <stransky@redhat.com> - 63.0.3-1 - Updated to latest upstream (63.0.3) |