diff options
author | Jan Horak <jhorak@redhat.com> | 2019-11-04 09:58:01 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-11-04 09:58:01 +0100 |
commit | f1a7e5d3a1dacdc6b072b841ae169b7a2d3a93bb (patch) | |
tree | 3c1ff162fb9a36092040324d2649cf6033a17de3 | |
parent | git diff (diff) | |
download | librewolf-fedora-ff-f1a7e5d3a1dacdc6b072b841ae169b7a2d3a93bb.tar.gz librewolf-fedora-ff-f1a7e5d3a1dacdc6b072b841ae169b7a2d3a93bb.tar.bz2 librewolf-fedora-ff-f1a7e5d3a1dacdc6b072b841ae169b7a2d3a93bb.zip |
Added fix for non-scrollable popups and bump release
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 5e8c0f2..4e779ea 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox Version: 70.0.1 -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 @@ -951,6 +951,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Nov 04 2019 Jan Horak <jhorak@redhat.com> - 70.0.1-2 +- Added fix for non-scrollable popups + * Fri Nov 1 2019 Martin Stransky <stransky@redhat.com> - 70.0.1-1 - Updated to 70.0.1 - Built with system-nss (reverted 70.0-2 change). |