diff options
author | Martin Stransky <stransky@redhat.com> | 2018-09-17 11:10:49 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-09-17 11:10:49 +0200 |
commit | 517a72575f830eee35a166f171f8d50a27e0e9cf (patch) | |
tree | 306a61866cab2cf92543136da8b9acae9b2977a0 | |
parent | Update to 62.0 (Build 2) (diff) | |
download | librewolf-fedora-ff-517a72575f830eee35a166f171f8d50a27e0e9cf.tar.gz librewolf-fedora-ff-517a72575f830eee35a166f171f8d50a27e0e9cf.tar.bz2 librewolf-fedora-ff-517a72575f830eee35a166f171f8d50a27e0e9cf.zip |
Added spellchecker.dictionary_path pref pointer to /usr/share/myspell. Thanks to Peter Oliver (rhbz#1627837)
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 | ||||
-rw-r--r-- | firefox.spec | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 0f90e2a..0f98168 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -29,3 +29,4 @@ pref("browser.display.use_system_colors", false); pref("layers.use-image-offscreen-surfaces", false); /* Allow sending credetials to all https:// sites */ pref("network.negotiate-auth.trusted-uris", "https://"); +pref("spellchecker.dictionary_path","/usr/share/myspell");
\ No newline at end of file diff --git a/firefox.spec b/firefox.spec index 2a155fb..7a992ae 100644 --- a/firefox.spec +++ b/firefox.spec @@ -88,7 +88,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 62.0 -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://hg.mozilla.org/releases/mozilla-release/archive/firefox-%{version}%{?pre_version}.source.tar.xz @@ -868,6 +868,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Sep 17 2018 Martin Stransky <stransky@redhat.com> - 62.0-3 +- Added spellchecker.dictionary_path pref pointer to /usr/share/myspell. + Thanks to Peter Oliver (rhbz#1627837) + * Tue Sep 4 2018 Martin Stransky <stransky@redhat.com> - 62.0-2 - Update to 62.0 (Build 2) |