[xulrunner] Update to 7.0

Jan Horak xhorak at fedoraproject.org
Tue Sep 27 09:21:16 UTC 2011


commit 5be7aa1e3e2de74f824e616b24613514c400939a
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Sep 27 11:21:00 2011 +0200

    Update to 7.0

 .gitignore     |    1 +
 sources        |    2 +-
 xulrunner.spec |   11 ++++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe04589..7a4f626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ xulrunner-1.9.3.0b3.source.tar.bz2
 /xulrunner-5.0.source.tar.bz2
 /xulrunner-6.0.source.tar.bz2
 /xulrunner-6.0.2.source.tar.bz2
+/xulrunner-7.0.source.tar.bz2
diff --git a/sources b/sources
index 263cbc1..2fcc07a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-140ca0cfd57905139f8f71a527afb283  xulrunner-6.0.2.source.tar.bz2
+673a015a23e3fefa18d80db68c8b9fc1  xulrunner-7.0.source.tar.bz2
diff --git a/xulrunner.spec b/xulrunner.spec
index dc9506a..e31a3ee 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -1,6 +1,6 @@
 # Minimal required versions
-%global nspr_version 4.8.7
-%global nss_version 3.12.9
+%global nspr_version 4.8.8
+%global nss_version 3.12.10
 %global cairo_version 1.6.0
 %global freetype_version 2.1.9
 %global sqlite_version 3.7.4
@@ -57,7 +57,7 @@
 
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
-Version:        6.0.2
+Version:        7.0
 Release:        1%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -91,7 +91,6 @@ Patch24:        crashreporter-remove-static.patch
 # Upstream patches
 Patch34:        xulrunner-2.0-network-link-service.patch
 Patch35:        xulrunner-2.0-NetworkManager09.patch
-Patch36:        mozilla-639554.patch
 
 # ---------------------------------------------------
 
@@ -218,7 +217,6 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{gecko_dir_ver}/' %{P:%%PATCH0} \
 
 %patch34 -p1 -b .network-link-service
 %patch35 -p1 -b .NetworkManager09
-%patch36 -p1 -b .639554
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -470,6 +468,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Sep 27 2011 Jan Horak <jhorak at redhat.com> - 7.0-1
+- Update to 7.0
+
 * Tue Sep  6 2011 Jan Horak <jhorak at redhat.com> - 6.0.2-1
 - Update to 6.0.2
 


More information about the scm-commits mailing list