Accepting request 67374 from GNOME:Next
thanks OBS-URL: https://build.opensuse.org/request/show/67374 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=40
This commit is contained in:
parent
fe2c262e7f
commit
a527898cdd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d06889ab5d57e6e9b9d44e9bc467849da55b3913656528ad4e6e2dcd7e5cae7
|
|
||||||
size 513500
|
|
3
gjs-0.7.14.tar.bz2
Normal file
3
gjs-0.7.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3af6f449a505c419d4a0e5938737da8d1b9b09b33710cc1ac1edee2eaa86e348
|
||||||
|
size 515857
|
11
gjs.changes
11
gjs.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 16:26:11 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 0.7.14:
|
||||||
|
+ bgo#646246: Do connection processing in a high priority
|
||||||
|
timeout.
|
||||||
|
+ bgo#643325: Make gjs_debugger_native_trap a JSFastNative
|
||||||
|
+ bgo#643817: mallinfo() is slow, look at /proc/self/statm
|
||||||
|
instead.
|
||||||
|
+ Various cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 21:28:26 UTC 2011 - dimstar@opensuse.org
|
Tue Mar 1 21:28:26 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
4
gjs.spec
4
gjs.spec
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 0.7.11
|
Version: 0.7.14
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
@ -84,7 +84,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-systemtap
|
--enable-systemtap
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user