Merge branch 'master' into f31
This commit is contained in:
commit
aab9719b61
@ -33,4 +33,5 @@ pref("spellchecker.dictionary_path","/usr/share/myspell");
|
||||
/* Disable DoH by default */
|
||||
pref("network.trr.mode", 5);
|
||||
/* Enable per-user policy dir, see mozbz#1583466 */
|
||||
pref("browser.policies.perUserDir", true);
|
||||
pref("browser.policies.perUserDir", true);
|
||||
pref("widget.gnome-search-provider.enabled",true);
|
||||
|
@ -94,7 +94,7 @@ ExcludeArch: ppc64le
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 71.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://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||
@ -962,6 +962,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Nov 26 2019 Martin Stransky <stransky@redhat.com> - 71.0-2
|
||||
- Enable Gnome search provider
|
||||
|
||||
* Tue Nov 26 2019 Martin Stransky <stransky@redhat.com> - 71.0-1
|
||||
- Updated to 71.0 Build 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user