Update to 0.7.11

This commit is contained in:
Owen W. Taylor 2011-02-22 22:40:59 -05:00
parent fd981f4869
commit 3fdcba5c82
4 changed files with 7 additions and 17 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ gjs-0.7.1.tar.gz
/gjs-0.7.8.tar.bz2
/gjs-0.7.9.tar.bz2
/gjs-0.7.10.tar.bz2
/gjs-0.7.11.tar.bz2

View File

@ -1,14 +0,0 @@
Based on http://git.gnome.org/browse/gjs/commit/?id=950d000d94cef63496747119e7822f9978088864
diff -up gjs-0.7.9/gjs/jsapi-util.c.ffb10 gjs-0.7.9/gjs/jsapi-util.c
--- gjs-0.7.9/gjs/jsapi-util.c.ffb10 2011-01-25 01:05:34.013344556 -0800
+++ gjs-0.7.9/gjs/jsapi-util.c 2011-01-25 01:06:20.121768121 -0800
@@ -255,7 +255,7 @@ gjs_init_context_standard (JSContext
{
JSObject *global;
#ifdef HAVE_MOZJS_2
- global = JS_NewGlobalObject(context, &global_class);
+ global = JS_NewCompartmentAndGlobalObject(context, &global_class, NULL);
if (global == NULL)
return FALSE;
#else

View File

@ -1,6 +1,6 @@
Name: gjs
Version: 0.7.10
Release: 4%{?dist}
Version: 0.7.11
Release: 1%{?dist}
Summary: Javascript Bindings for GNOME
Group: System Environment/Libraries
@ -88,6 +88,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so
%changelog
* Tue Feb 22 2011 Owen Taylor <otaylor@redhat.com> - 0.7.11-1
- Update to 0.7.11
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 0.7.10-4
- Require gecko-libs instead of xulrunner

View File

@ -1 +1 @@
12df4ed701ef4e2dc742cfbea6bb43eb gjs-0.7.10.tar.bz2
fc253fae4de6d05bb238e873c574b7b5 gjs-0.7.11.tar.bz2