[xulrunner] Added fix for NM regression (mozbz#791626)

Martin Stransky stransky at fedoraproject.org
Tue Jan 15 11:23:10 UTC 2013


commit bcb4af0f84ab4be62ad349f180326b932c842cad
Author: Martin Stransky <stransky at redhat.com>
Date:   Tue Jan 15 12:23:03 2013 +0100

    Added fix for NM regression (mozbz#791626)

 xulrunner.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index ecc5baf..ce21cf5 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -75,7 +75,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        18.0
-Release:        7%{?pre_tag}%{?dist}
+Release:        8%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -99,6 +99,7 @@ Patch20:        mozilla-193-pkgconfig.patch
 
 # Upstream patches
 Patch100:       mozilla-677092-restartless-lang.patch
+Patch101:       mozilla-791626.patch
 
 # ---------------------------------------------------
 
@@ -229,6 +230,7 @@ cd %{tarballdir}
 
 %patch20  -p2 -b .pk
 %patch100 -p1 -R -b .restartless-lang
+%patch101 -p1 -b .791626
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -508,6 +510,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Jan 15 2013 Martin Stransky <stransky at redhat.com> - 18.0-8
+- Added fix for NM regression (mozbz#791626)
+
 * Thu Jan 10 2013 Martin Stransky <stransky at redhat.com> - 18.0-7
 - Fixed Makefile generator (rhbz#304121)
 


More information about the scm-commits mailing list