Accepting request 1092407 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/1092407 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=221
This commit is contained in:
parent
4c696fd861
commit
ac85faa048
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>
|
||||
|
||||
|
14
gjs.spec
14
gjs.spec
@ -17,8 +17,7 @@
|
||||
|
||||
|
||||
Name: gjs
|
||||
Version: 1.76.0
|
||||
# FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump
|
||||
Version: 1.76.1
|
||||
Release: 0
|
||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||
License: LGPL-2.0-or-later AND MIT
|
||||
@ -107,12 +106,11 @@ Mozilla SpiderMonkey JavaScript engine.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# FIXME # Disable tests for unstable 1.71.1
|
||||
#%%check
|
||||
#export DISPLAY=:98
|
||||
#Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
||||
#sleep 10
|
||||
#%%meson_test
|
||||
%check
|
||||
export DISPLAY=:98
|
||||
Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
||||
sleep 10
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets -n libgjs0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user