diff --git a/gjs-0.7.11.tar.bz2 b/gjs-0.7.11.tar.bz2 deleted file mode 100644 index 3345d09..0000000 --- a/gjs-0.7.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d06889ab5d57e6e9b9d44e9bc467849da55b3913656528ad4e6e2dcd7e5cae7 -size 513500 diff --git a/gjs-0.7.14.tar.bz2 b/gjs-0.7.14.tar.bz2 new file mode 100644 index 0000000..55c1f44 --- /dev/null +++ b/gjs-0.7.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af6f449a505c419d4a0e5938737da8d1b9b09b33710cc1ac1edee2eaa86e348 +size 515857 diff --git a/gjs.changes b/gjs.changes index 48c63c7..d9a4689 100644 --- a/gjs.changes +++ b/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 diff --git a/gjs.spec b/gjs.spec index 7ee1bad..ed2dfa9 100644 --- a/gjs.spec +++ b/gjs.spec @@ -27,7 +27,7 @@ %endif Name: gjs -Version: 0.7.11 +Version: 0.7.14 Release: 1 # FIXME: find out if tapsets should really be in devel package or in main package License: MIT License (or similar) @@ -84,7 +84,7 @@ Mozilla SpiderMonkey JavaScript engine. %configure \ --disable-static \ --enable-systemtap -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install