diff options
author | Martin Stransky <stransky@redhat.com> | 2019-09-18 09:14:03 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-09-18 09:14:03 +0200 |
commit | 6bc6c7c0264fc989963efb2b8e298535a7daf95f (patch) | |
tree | 9637b6b20715611ae12349f90990b5dcda9f905e /firefox.spec | |
parent | Release up - fixed mozbz#1577024 patch (diff) | |
download | librewolf-fedora-ff-6bc6c7c0264fc989963efb2b8e298535a7daf95f.tar.gz librewolf-fedora-ff-6bc6c7c0264fc989963efb2b8e298535a7daf95f.tar.bz2 librewolf-fedora-ff-6bc6c7c0264fc989963efb2b8e298535a7daf95f.zip |
Disabled DoH by default (rhbz#1751410), patch by Eduardo Mínguez Pérez (eminguez).
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index d4dad86..04ace3b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox Version: 69.0 -Release: 9%{?pre_tag}%{?dist} +Release: 10%{?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 @@ -968,6 +968,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Sep 18 2019 Martin Stransky <stransky@redhat.com> - 69.0-10 +- Disabled DoH by default (rhbz#1751410), + patch by Eduardo Mínguez Pérez (eminguez). + * Tue Sep 17 2019 Martin Stransky <stransky@redhat.com> - 69.0-9 - Enable Wayland cache mode control (mozbz#1577024) |