[seamonkey] fix startup warnings (error console) for inspector

Dmitry Butskoy buc at fedoraproject.org
Wed Oct 31 15:36:36 UTC 2012


commit 9a5dc788be2b147b039fc57c5fd9d890aec20cc2
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Wed Oct 31 19:36:20 2012 +0400

    fix startup warnings (error console) for inspector

 seamonkey.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index 0bbd176..013d0d4 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -122,6 +122,9 @@ pushd mozilla
 %patch10 -p3 -b .idl-parser-cachepath
 popd
 
+# fix obsoleted modifier in inspector
+sed -i -e 's/ *xpcnativewrappers=no//' mozilla/extensions/inspector/jar.mn
+
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
 
@@ -435,6 +438,7 @@ fi
 %changelog
 * Wed Oct 31 2012 Dmitry Butskoy <Dmitry at Butskoy.name> 
 - exclude ppc64 arch (hoping it is temporary, #866589)
+- fix startup warnings (error console) for inspector
 
 * Mon Oct 26 2012 Martin Stransky <stransky at redhat.com> 2.13.2-1
 - Update to 2.13.2


More information about the scm-commits mailing list