summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-18 17:32:20 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-18 17:32:20 +0100
commit494fd24541c22079c0569e46d35456f77594ec1d (patch)
tree74e16490953dece2f6de0b1acd89080f28661768 /firefox.spec
parentUpdate to 51.0 - updated widget patch and build fixes (diff)
downloadlibrewolf-fedora-ff-494fd24541c22079c0569e46d35456f77594ec1d.tar.gz
librewolf-fedora-ff-494fd24541c22079c0569e46d35456f77594ec1d.tar.bz2
librewolf-fedora-ff-494fd24541c22079c0569e46d35456f77594ec1d.zip
bumped requested nss version
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 354deb5..6e40598 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -65,7 +65,7 @@
%if %{?system_nss}
%global nspr_version 4.10.10
%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
-%global nss_version 3.19.2
+%global nss_version 3.28.1
%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
%endif
bgstack15