Fixed broken langpacks.

This commit is contained in:
Martin Stransky 2018-03-14 10:48:18 +01:00
parent c326ee458b
commit c0b0eb8aa5
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@ pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false); pref("app.update.autoInstallEnabled", false);
pref("general.smoothScroll", true); pref("general.smoothScroll", true);
pref("intl.locale.matchOS", true); pref("intl.locale.matchOS", true);
pref("intl.locale.requested", "");
pref("toolkit.storage.synchronous", 0); pref("toolkit.storage.synchronous", 0);
pref("toolkit.networkmanager.disable", false); pref("toolkit.networkmanager.disable", false);
pref("offline.autoDetect", true); pref("offline.autoDetect", true);

View File

@ -96,7 +96,7 @@
Summary: Mozilla Firefox Web browser Summary: Mozilla Firefox Web browser
Name: firefox Name: firefox
Version: 59.0 Version: 59.0
Release: 3%{?pre_tag}%{?dist} Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/ URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://hg.mozilla.org/releases/mozilla-release/archive/%{release_hash}.tar.bz2 Source0: https://hg.mozilla.org/releases/mozilla-release/archive/%{release_hash}.tar.bz2
@ -844,6 +844,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Wed Mar 14 2018 Martin Stransky <stransky@redhat.com> - 59.0-4
- Fixed broken langpacks.
* Tue Mar 13 2018 Martin Stransky <stransky@redhat.com> - 59.0-3 * Tue Mar 13 2018 Martin Stransky <stransky@redhat.com> - 59.0-3
- Enabled rendering to titlebar. - Enabled rendering to titlebar.