From 7e66e09937eaf80e41e3217e5957813ee8d03c8f6eea7b438c95f3bac1d2f348 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 5 Dec 2010 22:21:51 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/gjs revision 16.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=be49824780ae51dcf9245556179f0b86 --- gjs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index 1372380..4a6879e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -28,7 +28,7 @@ Name: gjs Version: 0.7.7 -Release: 1 +Release: 2 # FIXME: find out if tapsets should really be in devel package or in main package License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla From 69989bd7a834541d4b2604a27f992b6886f8e220fe1138d7622f03a792c9219b Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 6 Jan 2011 01:19:18 +0000 Subject: [PATCH 2/3] Accepting request 56655 from home:dimstar:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/56655 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=28 --- gjs-0.7.7.tar.bz2 | 3 --- gjs-0.7.8.tar.bz2 | 3 +++ gjs.changes | 32 ++++++++++++++++++++++++++++++++ gjs.spec | 6 +++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 gjs-0.7.7.tar.bz2 create mode 100644 gjs-0.7.8.tar.bz2 diff --git a/gjs-0.7.7.tar.bz2 b/gjs-0.7.7.tar.bz2 deleted file mode 100644 index 5fd5895..0000000 --- a/gjs-0.7.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fd38a589dc5520604718b416564f4db4f23c5821c46beaced35e4af0bf4318 -size 485317 diff --git a/gjs-0.7.8.tar.bz2 b/gjs-0.7.8.tar.bz2 new file mode 100644 index 0000000..6553337 --- /dev/null +++ b/gjs-0.7.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9640eff58d559ef6a5f99338ea2adf0fc1ee66a06dd0f205baa084905715cc9c +size 509191 diff --git a/gjs.changes b/gjs.changes index ec28724..ca5f1cd 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Dec 22 23:34:15 CET 2010 - dimstar@opensuse.org + +- Update to version 0.7.8: + + Add a js-version property the GjsContext object and also allow + specifying a specific version via a comment of the form + '// application/javascript;version=1.8'. If no version is + specified, all SpiderMonkey extensions are allowed. + + Integrate with cairo-gobject library for support of boxed + + Cairo types + + Add support for (out caller-allocates) + + Add support for gunichar type + + Support signals with G_TYPE_POINTER argument using + introspection information + + When invoking callback for void-returning async D-Bus method + implementations, allow empty parameter list instead of [] + + Ignore empty elements in the module search path instead of + treating them as the current directory + + Handle removal of JS_GetStringBytes() in Spidermonkey + + Handle removal of JS_GetFunctionName() in Spidermonkey + + Use new g_object_info_find_method_using_interfaces() to allow + future caching. + + Improve efficiency of module search + + Fix problems with JS_Add/RemoveRoot pairing + + Memory management fixes + + Improve error and debugging messages + + Build fixes + + Bugs fixed: bgo#624811, bgo#632551, bgo#632626, bgo#632925, + bgo#633199, bgo#633477, bgo#635359, bgo#635368, bgo#635371, + bgo#635707, bgo#636263, bgo#636619, bgo#636927, bgo#636928, + bgo#637246 + ------------------------------------------------------------------- Fri Dec 3 14:31:18 CET 2010 - vuntz@opensuse.org diff --git a/gjs.spec b/gjs.spec index 4a6879e..845ce3d 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ # -# spec file for package gjs (Version 0.7.7) +# spec file for package gjs (Version 0.7.8) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,8 +27,8 @@ %endif Name: gjs -Version: 0.7.7 -Release: 2 +Version: 0.7.8 +Release: 1 # FIXME: find out if tapsets should really be in devel package or in main package License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla From b27a452696a8cdbb59135ad86d64eb0dc851a787341655b680b80f4281e50333 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 6 Jan 2011 01:20:01 +0000 Subject: [PATCH 3/3] Accepting request 57214 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/57214 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=29 --- gjs.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjs.changes b/gjs.changes index ca5f1cd..aec711e 100644 --- a/gjs.changes +++ b/gjs.changes @@ -7,7 +7,7 @@ Wed Dec 22 23:34:15 CET 2010 - dimstar@opensuse.org '// application/javascript;version=1.8'. If no version is specified, all SpiderMonkey extensions are allowed. + Integrate with cairo-gobject library for support of boxed - + Cairo types + Cairo types + Add support for (out caller-allocates) + Add support for gunichar type + Support signals with G_TYPE_POINTER argument using