diff options
-rw-r--r-- | thunderbird.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thunderbird.spec b/thunderbird.spec index 4ab6fce..f435761 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -27,7 +27,7 @@ %if %{?system_nss} %global nspr_version 4.9.2 %global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536) -%global nss_version 3.13.5 +%global nss_version 3.13.6 %global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536) %endif %define cairo_version 1.10.0 |