diff options
author | Martin Stransky <stransky@redhat.com> | 2018-06-21 13:00:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-06-21 13:00:16 +0200 |
commit | 1d48da88fec518ae04a0388a144a3da40d230ea1 (patch) | |
tree | 83f92b69120a051a6ffd77be6a6f0d23810aba50 | |
parent | Added missing patches from 60.0.2 (diff) | |
download | librewolf-fedora-ff-1d48da88fec518ae04a0388a144a3da40d230ea1.tar.gz librewolf-fedora-ff-1d48da88fec518ae04a0388a144a3da40d230ea1.tar.bz2 librewolf-fedora-ff-1d48da88fec518ae04a0388a144a3da40d230ea1.zip |
Disabled system hunspell due to rhbz#1593494
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index c7b51e9..040dc11 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,8 @@ # Use system hunspell? %if 0%{?fedora} > 25 -%global system_hunspell 1 +# Disable due to rhbz#1593494 +%global system_hunspell 0 %else %global system_hunspell 0 %endif @@ -102,7 +103,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 61.0 -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://hg.mozilla.org/releases/mozilla-release/archive/firefox-%{version}%{?pre_version}.source.tar.xz @@ -917,6 +918,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Jun 21 2018 Martin Stransky <stransky@redhat.com> - 61.0-2 +- Disabled system hunspell due to rhbz#1593494 + * Tue Jun 19 2018 Martin Stransky <stransky@redhat.com> - 61.0-1 - Updated to 61.0 - Created firefox-wayland subpackage with wayland launcher. |