diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-03-19 08:18:48 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-03-19 08:18:48 +0100 |
commit | 99f1d36d3e2b5156a35df1f98122c9567b26a85d (patch) | |
tree | e2444ee6b5835487722f806a3abd41205345d50b | |
parent | Disable arm for now - does not build (diff) | |
download | librewolf-fedora-ff-99f1d36d3e2b5156a35df1f98122c9567b26a85d.tar.gz librewolf-fedora-ff-99f1d36d3e2b5156a35df1f98122c9567b26a85d.tar.bz2 librewolf-fedora-ff-99f1d36d3e2b5156a35df1f98122c9567b26a85d.zip |
Update requested NSS version
-rw-r--r-- | firefox.spec | 2 |
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) |