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