summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-09-04 14:16:56 +0200
committerMartin Stransky <stransky@redhat.com>2019-09-04 14:16:56 +0200
commit234c40b2b9e2611f0b0f6d9b9bfba5a851298c02 (patch)
tree9f6708e7878d91b91281c1d611e10e2fe88d93e0 /firefox.spec
parentRelease up (diff)
downloadlibrewolf-fedora-ff-234c40b2b9e2611f0b0f6d9b9bfba5a851298c02.tar.gz
librewolf-fedora-ff-234c40b2b9e2611f0b0f6d9b9bfba5a851298c02.tar.bz2
librewolf-fedora-ff-234c40b2b9e2611f0b0f6d9b9bfba5a851298c02.zip
nss version up
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index cc7e212..ba7fb0e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -26,7 +26,7 @@ ExcludeArch: s390x
# on other arches.
%ifarch x86_64 aarch64
%if %{release_build}
-%global build_with_pgo 0
+%global build_with_pgo 1
%else
%global build_with_pgo 0
%endif
@@ -65,9 +65,9 @@ ExcludeArch: s390x
%endif
%if %{?system_nss}
-%global nspr_version 4.19
+%global nspr_version 4.21
%global nspr_build_version %{nspr_version}
-%global nss_version 3.40.1
+%global nss_version 3.45
%global nss_build_version %{nss_version}
%endif
bgstack15