[xulrunner] fix bug in npapi.h causing compile failures

Tom Callaway spot at fedoraproject.org
Tue Dec 6 19:46:24 UTC 2011


commit 24b44d7ae4103a0d015d21423199a6864e7daf97
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Dec 6 14:46:18 2011 -0500

    fix bug in npapi.h causing compile failures

 xulrunner.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index f5c4937..3097cbf 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -50,7 +50,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        8.0
-Release:        3%{?pre_tag}%{?dist}
+Release:        4%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -82,6 +82,8 @@ Patch35:        xulrunner-2.0-NetworkManager09.patch
 Patch36:        mozilla-670719.patch
 Patch37:        mozilla-686280.patch
 Patch38:        mozilla-696393.patch
+# https://bugzilla.mozilla.org/show_bug.cgi?id=707993
+Patch39:        xulrunner-8.0-fix-maemo-checks-in-npapi.patch
 
 
 # ---------------------------------------------------
@@ -208,6 +210,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{gecko_dir_ver}/' %{P:%%PATCH0} \
 %patch36 -p1 -b .670719
 %patch37 -p1 -b .686280
 %patch38 -p1 -b .696393
+%patch39 -p1 -b .707993
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -452,6 +455,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Dec  6 2011 Tom Callaway <spot at fedoraproject.org> 8.0-4
+- fix bug in npapi.h causing compile failures
+
 * Fri Nov 25 2011 Martin Stransky <stransky at redhat.com> 8.0-3
 - s390 build fixes
 


More information about the scm-commits mailing list