[xulrunner] Update to 9.0

Jan Horak xhorak at fedoraproject.org
Tue Dec 20 09:22:33 UTC 2011


commit cefd63cc07ff0948f8aedd73d1e4c24855e07b1a
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Dec 20 10:22:28 2011 +0100

    Update to 9.0

 .gitignore     |    1 +
 sources        |    2 +-
 xulrunner.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5d0931..399df0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ xulrunner-1.9.3.0b3.source.tar.bz2
 /xulrunner-7.0.source.tar.bz2
 /xulrunner-7.0.1.source.tar.bz2
 /xulrunner-8.0.source.tar.bz2
+/xulrunner-9.0.source.tar.bz2
diff --git a/sources b/sources
index 0134844..eb3f414 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0ca3b8f9f292f0f1f4d039567d6d9ac  xulrunner-9.0b5.source.tar.bz2
+d8d0c8c79660752b02d9e9ab69a68f94  xulrunner-9.0.source.tar.bz2
diff --git a/xulrunner.spec b/xulrunner.spec
index 2b785e2..fba5db2 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -1,6 +1,6 @@
 # Minimal required versions
 %global nspr_version 4.8.8
-%global nss_version 3.12.10
+%global nss_version 3.13.1
 %global cairo_version 1.10.2
 %global freetype_version 2.1.9
 %global sqlite_version 3.7.4
@@ -12,7 +12,7 @@
 # rc_version    should be set to the RC number if using an RC, 0 otherwise
 %global gecko_dir_ver 2
 %global alpha_version 0
-%global beta_version  5
+%global beta_version  0
 %global rc_version    0
 
 %global mozappdir         %{_libdir}/%{name}-%{gecko_dir_ver}
@@ -27,6 +27,7 @@
 # The actual sqlite version (see #480989):
 %global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
 
+%global tarballdir  mozilla-release
 %if %{alpha_version} > 0
 %global pre_version a%{alpha_version}
 %global pre_name    alpha%{alpha_version}
@@ -52,7 +53,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        9.0
-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
@@ -452,6 +453,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Dec 20 2011 Jan Horak <jhorak at redhat.com> - 9.0-2
+- Update to 9.0
+
 * Fri Dec 9 2011 Martin Stransky <stransky at redhat.com> 9.0-1.beta5
 - Updated to 9.0 Beta 5
 


More information about the scm-commits mailing list