summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index b329bd9..024822b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -37,7 +37,7 @@
%global libvpx_version 1.0.0
%if %{?system_nss}
-%global nspr_version 4.10.2
+%global nspr_version 4.10.3
%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
%global nss_version 3.15.4
%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
bgstack15