diff options
author | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:38:08 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:38:08 +0200 |
commit | 1a661c8683aefdbe4022fc285c1a98ed7d5dba94 (patch) | |
tree | e56cfd569d2d2bf68186b06e661ceb4e223ddcc8 | |
parent | Build fixes (diff) | |
download | librewolf-fedora-ff-1a661c8683aefdbe4022fc285c1a98ed7d5dba94.tar.gz librewolf-fedora-ff-1a661c8683aefdbe4022fc285c1a98ed7d5dba94.tar.bz2 librewolf-fedora-ff-1a661c8683aefdbe4022fc285c1a98ed7d5dba94.zip |
nss version up
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 5cd96a9..ca1d114 100644 --- a/firefox.spec +++ b/firefox.spec @@ -73,7 +73,7 @@ # we're building against could bring us some broken dependencies from time to time. #%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536) %global nspr_build_version %{nspr_version} -%global nss_version 3.36.1 +%global nss_version 3.37.3 #%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536) %global nss_build_version %{nss_version} %endif |