From 3fdcba5c82feb617e62abc531859024c04f95960 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Feb 23 2011 03:43:18 +0000 Subject: Update to 0.7.11 --- diff --git a/.gitignore b/.gitignore index d62b933..df86519 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/gjs-0.7.9-ffb10.patch b/gjs-0.7.9-ffb10.patch deleted file mode 100644 index 3fd76fe..0000000 --- a/gjs-0.7.9-ffb10.patch +++ /dev/null @@ -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 diff --git a/gjs.spec b/gjs.spec index 11b5364..4adca10 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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 - 0.7.11-1 +- Update to 0.7.11 + * Thu Feb 10 2011 Christopher Aillon - 0.7.10-4 - Require gecko-libs instead of xulrunner diff --git a/sources b/sources index 3b3a197..fbd707e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12df4ed701ef4e2dc742cfbea6bb43eb gjs-0.7.10.tar.bz2 +fc253fae4de6d05bb238e873c574b7b5 gjs-0.7.11.tar.bz2