diff options
author | Martin Stransky <stransky@redhat.com> | 2019-11-01 12:00:50 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-11-01 12:00:50 +0100 |
commit | 1eb0bf47990f37c7f90460ebefa0558523916cd4 (patch) | |
tree | 542166e50e6e38abe81d81dc4284f43e757f1ff0 /firefox.spec | |
parent | Merge branch 'master' into f31 (diff) | |
parent | Updated to 70.0.1, Built with system-nss (reverted 70.0-2 change) (diff) | |
download | librewolf-fedora-ff-1eb0bf47990f37c7f90460ebefa0558523916cd4.tar.gz librewolf-fedora-ff-1eb0bf47990f37c7f90460ebefa0558523916cd4.tar.bz2 librewolf-fedora-ff-1eb0bf47990f37c7f90460ebefa0558523916cd4.zip |
Merge branch 'master' into f31
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index dd7bab4..dfbb3c5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExcludeArch: s390x ExcludeArch: ppc64le %endif -%global system_nss 0 +%global system_nss 1 %global system_ffi 1 # libvpx is too new for Firefox 65 %if 0%{?fedora} < 30 @@ -93,13 +93,13 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox -Version: 70.0 -Release: 2%{?pre_tag}%{?dist} +Version: 70.0.1 +Release: 1%{?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 %if %{with langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20191018.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20191101.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source10: firefox-mozconfig @@ -949,6 +949,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* 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). + * Thu Oct 31 2019 Martin Stransky <stransky@redhat.com> - 70.0-2 - Switched to in-tree nss due to rhbz#1752303 |