Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
383f7f3395 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gjs.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gjs.git</param>
|
||||||
<param name="revision">1.84.1</param>
|
<param name="revision">1.84.2</param>
|
||||||
<!-- Using +TAG_OFFSET breaks the test suite - https://gitlab.gnome.org/GNOME/gjs/-/issues/646 -->
|
<!-- Using +TAG_OFFSET breaks the test suite - https://gitlab.gnome.org/GNOME/gjs/-/issues/646 -->
|
||||||
<param name="versionformat">@PARENT_TAG@.g@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@.g@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*).g0</param>
|
<param name="versionrewrite-pattern">(.*).g0</param>
|
||||||
|
BIN
gjs-1.84.1.obscpio
(Stored with Git LFS)
BIN
gjs-1.84.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
gjs-1.84.2.obscpio
(Stored with Git LFS)
Normal file
BIN
gjs-1.84.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
17
gjs.changes
17
gjs.changes
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 08:23:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.84.2:
|
||||||
|
+ Closed bugs and merge requests: GtkNotebook.pages GListModel is
|
||||||
|
inaccessible from GJS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 13 09:15:34 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Exclude s390x arch from testing, to unstable/slow to test ok.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 31 09:27:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Enable tests during build again, resolved elsewhere in the stack.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 18 06:22:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Mar 18 06:22:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: gjs
|
name: gjs
|
||||||
version: 1.84.1
|
version: 1.84.2
|
||||||
mtime: 1742271742
|
mtime: 1744578736
|
||||||
commit: c03b9aca630e3d4e82c1b83770a775696e787a54
|
commit: 0c924fbc79ca8615d7ae5d530fceeec36d737c7f
|
||||||
|
12
gjs.spec
12
gjs.spec
@@ -19,7 +19,7 @@
|
|||||||
%bcond_with profiling
|
%bcond_with profiling
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.84.1
|
Version: 1.84.2
|
||||||
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
|
||||||
@@ -110,10 +110,12 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%dnl export DISPLAY=:98
|
%ifnarch s390x
|
||||||
%dnl Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
export DISPLAY=:98
|
||||||
%dnl sleep 10
|
Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT
|
||||||
%dnl %meson_test
|
sleep 10
|
||||||
|
%meson_test
|
||||||
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgjs0
|
%ldconfig_scriptlets -n libgjs0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user