import gjs-1.68.4-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:23:54 -05:00 committed by Stepan Oksanichenko
parent ed40415b8b
commit 5476e1e4bd
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/firefox-78.10.0esr.source.tar.xz
SOURCES/gjs-1.68.3.tar.xz
SOURCES/gjs-1.68.4.tar.xz

View File

@ -1,2 +1,2 @@
547bac33732774993bd8223de9acfeedcc69a10d SOURCES/firefox-78.10.0esr.source.tar.xz
63395a9b9cd51d7db1ac72637cc2c320af3eb716 SOURCES/gjs-1.68.3.tar.xz
9034687fc53ce127b4626d93d48ef03f2eb6e984 SOURCES/gjs-1.68.4.tar.xz

View File

@ -19,8 +19,8 @@
%endif
Name: gjs
Version: 1.68.3
Release: 2%{?dist}
Version: 1.68.4
Release: 1%{?dist}
Summary: Javascript Bindings for GNOME
# The following files contain code from Mozilla which
@ -270,7 +270,7 @@ PYTHONPATH=tests/lib %{__python3} jit-test/jit_test.py -s -t 1800 --no-progress
popd
%endif
%{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test}
%{shrink:xvfb-run -s "-screen 0 1600x1200x24" %meson_test --timeout-multiplier=5}
%files
%license COPYING
@ -295,6 +295,11 @@ popd
%{_datadir}/installed-tests/
%changelog
* Thu Nov 04 2021 Florian Müllner <fmuellner@redhat.com> - 1.68.4-1
- Update to 1.68.4
- Increate test timeouts to make it more reliable on armv7
Resolves: #2005774
* Wed Aug 18 2021 Carlos O'Donell <codonell@redhat.com> - 1.68.3-2
- Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914