summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-01 11:56:18 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-01 11:56:18 +0100
commit34e361640a00da55dfa097f7ad534553b990ad4e (patch)
tree542166e50e6e38abe81d81dc4284f43e757f1ff0 /firefox.spec
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-34e361640a00da55dfa097f7ad534553b990ad4e.tar.gz
librewolf-fedora-ff-34e361640a00da55dfa097f7ad534553b990ad4e.tar.bz2
librewolf-fedora-ff-34e361640a00da55dfa097f7ad534553b990ad4e.zip
Updated to 70.0.1, Built with system-nss (reverted 70.0-2 change)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
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
bgstack15