summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-18 10:43:22 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-18 10:43:22 +0200
commite68bd9a927f47fc57197dbe480e426e2aa9f8c98 (patch)
tree7a65b74cbc9262caa224a1291881eb049156c05f
parentMerge branch 'master' into f24 (diff)
parentUpdated nss version (diff)
downloadlibrewolf-fedora-ff-e68bd9a927f47fc57197dbe480e426e2aa9f8c98.tar.gz
librewolf-fedora-ff-e68bd9a927f47fc57197dbe480e426e2aa9f8c98.tar.bz2
librewolf-fedora-ff-e68bd9a927f47fc57197dbe480e426e2aa9f8c98.zip
Merge branch 'master' into f24
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index c91d7be..758c884 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -75,7 +75,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.28.3
+%global nss_version 3.29.5
%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
%endif
bgstack15