Accepting request 49766 from home:vuntz:branches:GNOME:Factory
Thanks OBS-URL: https://build.opensuse.org/request/show/49766 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=20
This commit is contained in:
parent
9eb8065a65
commit
f51794b633
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f10d87930b2f47f8728d8760f9bc2f1f2eb4519b04877496583aa3cc579c3126
|
||||
size 475082
|
3
gjs-0.7.4.tar.bz2
Normal file
3
gjs-0.7.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff38b380c64a463c98a65bee4612c8a08f8939ce09c2645c4f727c4a2b8b743b
|
||||
size 480891
|
14
gjs.changes
14
gjs.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 10:35:52 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.7.4:
|
||||
+ Require single include use of headers.
|
||||
+ Support xulrunner 1.9.3.
|
||||
+ Make gjs_profiler_reset public.
|
||||
+ Remove "debugger" module.
|
||||
+ Replace call context with a concept of "current context".
|
||||
+ Replace "load context" with a "import global".
|
||||
+ Various other fixes.
|
||||
- Drop gjs_gi_probes.d, gjs.stp.in source files: they are now
|
||||
included in tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 09:50:52 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
11
gjs.spec
11
gjs.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gjs (Version 0.7.2)
|
||||
# spec file for package gjs (Version 0.7.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -27,16 +27,13 @@
|
||||
%endif
|
||||
|
||||
Name: gjs
|
||||
Version: 0.7.2
|
||||
Version: 0.7.4
|
||||
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
|
||||
Group: Development/Libraries/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# Files missing from tarball, see bgo#625090
|
||||
Source1: gjs_gi_probes.d
|
||||
Source2: gjs.stp.in
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -78,10 +75,6 @@ Mozilla SpiderMonkey JavaScript engine.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
test ! -f gi/gjs_gi_probes.d
|
||||
cp %{S:1} gi/gjs_gi_probes.d
|
||||
test ! -f gjs/gjs.stp.in
|
||||
cp %{S:2} gjs/gjs.stp.in
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
18
gjs.stp.in
18
gjs.stp.in
@ -1,18 +0,0 @@
|
||||
|
||||
probe gjs.object_proxy_new = process("@EXPANDED_LIBDIR@/libgjs-gi.so.0.0.0").mark("object__proxy__new")
|
||||
{
|
||||
proxy_address = $arg1;
|
||||
gobject_address = $arg2;
|
||||
gi_namespace = user_string($arg3);
|
||||
gi_name = user_string($arg4);
|
||||
probestr = sprintf("gjs.object_proxy_new(%p, %s, %s)", proxy_address, gi_namespace, gi_name);
|
||||
}
|
||||
|
||||
probe gjs.object_proxy_finalize = process("@EXPANDED_LIBDIR@/libgjs-gi.so.0.0.0").mark("object__proxy__finalize")
|
||||
{
|
||||
proxy_address = $arg1;
|
||||
gobject_address = $arg2;
|
||||
gi_namespace = user_string($arg3);
|
||||
gi_name = user_string($arg4);
|
||||
probestr = sprintf("gjs.object_proxy_finalize(%p, %s, %s)", proxy_address, gi_namespace, gi_name);
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
provider gjs {
|
||||
probe object__proxy__new(void*, void*, char *, char *);
|
||||
probe object__proxy__finalize(void*, void*, char *, char *);
|
||||
};
|
Loading…
Reference in New Issue
Block a user