diff options
author | Martin Stransky <stransky@redhat.com> | 2017-04-18 11:29:21 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-04-18 11:29:21 +0200 |
commit | cf0047aa5cf8850cbc518a36b5c09ffc0e47e962 (patch) | |
tree | d57f14127d01b5de1e4a6a60f97485f4d9d7f443 | |
parent | Added distribution.ini file to fix mozbz#1354489 (diff) | |
download | librewolf-fedora-ff-cf0047aa5cf8850cbc518a36b5c09ffc0e47e962.tar.gz librewolf-fedora-ff-cf0047aa5cf8850cbc518a36b5c09ffc0e47e962.tar.bz2 librewolf-fedora-ff-cf0047aa5cf8850cbc518a36b5c09ffc0e47e962.zip |
nss version update
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index b90f657..c4d94bd 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.29.5 +%global nss_version 3.29.3 %global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536) %endif |