Set minimum mozjs38 version
Make sure to pull in the new build that has intl API enabled.
This commit is contained in:
parent
7183fb0c15
commit
1a5cb7e3cc
4
gjs.spec
4
gjs.spec
@ -1,6 +1,7 @@
|
|||||||
%global glib2_version 2.50.0
|
%global glib2_version 2.50.0
|
||||||
%global gobject_introspection_version 1.41.4
|
%global gobject_introspection_version 1.41.4
|
||||||
%global gtk3_version 3.20
|
%global gtk3_version 3.20
|
||||||
|
%global mozjs38_version 38.8.0-4
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.47.91
|
Version: 1.47.91
|
||||||
@ -24,7 +25,7 @@ BuildRequires: dbus-glib-devel
|
|||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: mozjs38-devel
|
BuildRequires: mozjs38-devel >= %{mozjs38_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
# Bootstrap requirements
|
# Bootstrap requirements
|
||||||
BuildRequires: gtk-doc gnome-common
|
BuildRequires: gtk-doc gnome-common
|
||||||
@ -32,6 +33,7 @@ BuildRequires: gtk-doc gnome-common
|
|||||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
|
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
|
||||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||||
|
Requires: mozjs38%{?_isa} >= %{mozjs38_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gjs allows using GNOME libraries from Javascript. It's based on the
|
Gjs allows using GNOME libraries from Javascript. It's based on the
|
||||||
|
Loading…
Reference in New Issue
Block a user