[xulrunner] Fixed required nspr and nss version

Jan Horak xhorak at fedoraproject.org
Tue Oct 16 06:39:39 UTC 2012


commit bd4d14bb3f58958bcce4768009c69cb1540ab52b
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Oct 16 08:39:34 2012 +0200

    Fixed required nspr and nss version

 xulrunner.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 9433aa6..80af3ad 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -21,8 +21,8 @@
 %global libvpx_version 1.0.0
 
 %if %{?system_nss}
-%global nspr_version 4.9
-%global nss_version 3.13.3
+%global nspr_version 4.9.2
+%global nss_version 3.13.5
 %endif
 
 %if %{?system_sqlite}
@@ -73,7 +73,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        16.0.1
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -502,6 +502,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Oct 16 2012 Jan Horak <jhorak at redhat.com> - 16.0.1-2
+- Fixed required nss and nspr version
+
 * Thu Oct 11 2012 Martin Stransky <stransky at redhat.com> - 16.0.1-1
 - Update to 16.0.1
 


More information about the scm-commits mailing list