Accepting request 1092726 from GNOME:Factory
Forwarded request #1092407 from iznogood New stable rel OBS-URL: https://build.opensuse.org/request/show/1092726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=109
This commit is contained in:
commit
f8899232f3
BIN
gjs-1.76.0.tar.xz
(Stored with Git LFS)
BIN
gjs-1.76.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gjs-1.76.1.tar.xz
Normal file
3
gjs-1.76.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b867c18a9b30333ebbcff9ad3f20299f0372ffad439d49b87d40a1d1798b78d
|
||||||
|
size 645888
|
21
gjs.changes
21
gjs.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 11 20:38:30 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.76.1:
|
||||||
|
+ Various fixes ported from the development branch.
|
||||||
|
+ Closed bugs and merge requests:
|
||||||
|
- gnome-shell crashes on exit in js::gc::Cell::storeBuffer
|
||||||
|
- Memory leak with GError
|
||||||
|
- GVariant return values leaked
|
||||||
|
- GBytes's are leaked when passed as-is to a function
|
||||||
|
- Transformated GValues are leaking temporary instances
|
||||||
|
- GHash value infos are leaked
|
||||||
|
- "flat" arrays of GObject's are leaked
|
||||||
|
- Gjs console leaks invalid option errors
|
||||||
|
- gjs can't print null
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 18 20:22:30 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Enable tests during build again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 19 07:52:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Mar 19 07:52:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
14
gjs.spec
14
gjs.spec
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.76.0
|
Version: 1.76.1
|
||||||
# FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: LGPL-2.0-or-later AND MIT
|
License: LGPL-2.0-or-later AND MIT
|
||||||
@ -107,12 +106,11 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
# FIXME # Disable tests for unstable 1.71.1
|
%check
|
||||||
#%%check
|
export DISPLAY=:98
|
||||||
#export DISPLAY=:98
|
Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
||||||
#Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
sleep 10
|
||||||
#sleep 10
|
%meson_test
|
||||||
#%%meson_test
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgjs0
|
%ldconfig_scriptlets -n libgjs0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user