diff --git a/SPECS/gjs.spec b/SPECS/gjs.spec index 5f0595f..1511da9 100644 --- a/SPECS/gjs.spec +++ b/SPECS/gjs.spec @@ -1,11 +1,11 @@ %global glib2_version 2.54.0 %global gobject_introspection_version 1.41.4 %global gtk3_version 3.20 -%global mozjs60_version 60.9.0 +%global mozjs60_version 60.9.0-4 Name: gjs Version: 1.56.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -101,6 +101,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/installed-tests %changelog +* Tue Feb 18 2020 Kalev Lember - 1.56.2-4 +- Rebuild for mozjs60 s390x fixes +- Related: #1803824 + * Tue Sep 10 2019 Kalev Lember - 1.56.2-3 - Rebuild for mozjs60 s390x fixes - Related: #1746889