From 1d48da88fec518ae04a0388a144a3da40d230ea1 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 21 Jun 2018 13:00:16 +0200 Subject: Disabled system hunspell due to rhbz#1593494 --- firefox.spec | 8 ++++++-- 1 file 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 - 61.0-2 +- Disabled system hunspell due to rhbz#1593494 + * Tue Jun 19 2018 Martin Stransky - 61.0-1 - Updated to 61.0 - Created firefox-wayland subpackage with wayland launcher. -- cgit