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
This commit is contained in:
parent
7e66e09937
commit
69989bd7a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30fd38a589dc5520604718b416564f4db4f23c5821c46beaced35e4af0bf4318
|
||||
size 485317
|
3
gjs-0.7.8.tar.bz2
Normal file
3
gjs-0.7.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9640eff58d559ef6a5f99338ea2adf0fc1ee66a06dd0f205baa084905715cc9c
|
||||
size 509191
|
32
gjs.changes
32
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
|
||||
|
||||
|
6
gjs.spec
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user