From 99a1a4666e02d0f839618f1b752d866c6f36fd7b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 4 Sep 2019 20:41:20 +0200 Subject: [PATCH] Rebuild against mozjs60 60.9.0 --- gjs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gjs.spec b/gjs.spec index c17a028..2179442 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,11 +1,11 @@ %global glib2_version 2.58.0 %global gobject_introspection_version 1.41.4 %global gtk3_version 3.20 -%global mozjs60_version 60.8.0 +%global mozjs60_version 60.9.0 Name: gjs Version: 1.57.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -101,6 +101,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/installed-tests %changelog +* Wed Sep 04 2019 Kalev Lember - 1.57.92-2 +- Rebuild against mozjs60 60.9.0 + * Tue Sep 03 2019 Kalev Lember - 1.57.92-1 - Update to 1.57.92