diff options
author | Martin Stransky <stransky@redhat.com> | 2018-11-02 09:49:59 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-11-02 09:49:59 +0100 |
commit | 561a9b5ad9a414b912dbae6223f1f1b106122841 (patch) | |
tree | 8ce25b101e9e4f7fcbffde2120c382238d5b5d63 | |
parent | Fix crash during start on ppc64le (rhbz#1643729) (diff) | |
download | librewolf-fedora-ff-561a9b5ad9a414b912dbae6223f1f1b106122841.tar.gz librewolf-fedora-ff-561a9b5ad9a414b912dbae6223f1f1b106122841.tar.bz2 librewolf-fedora-ff-561a9b5ad9a414b912dbae6223f1f1b106122841.zip |
Added fixes for ppc64le
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 0d9d5d4..78473c2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 63.0.1 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?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 @@ -910,6 +910,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Nov 2 2018 Dan Horak <dhorak@redhat.com> - 63.0.1-3 +- Added fixes for ppc64le + * Thu Nov 1 2018 Martin Stransky <stransky@redhat.com> - 63.0.1-2 - Fixed typo on man page (rhbz#1643766) |