From 1e0790f6d5dd937b816b1a1acef1f1dd2192f411 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 07 2021 17:23:54 +0000 Subject: import gjs-1.68.4-1.el9 --- diff --git a/.gitignore b/.gitignore index 5ed078f..78be35c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.gjs.metadata b/.gjs.metadata index d149526..7e3fc78 100644 --- a/.gjs.metadata +++ b/.gjs.metadata @@ -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 diff --git a/SPECS/gjs.spec b/SPECS/gjs.spec index 53afe63..5fefaf2 100644 --- a/SPECS/gjs.spec +++ b/SPECS/gjs.spec @@ -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 - 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 - 1.68.3-2 - Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914