Update to 1.73.2
- Switch to mozjs102
This commit is contained in:
parent
f41ae01d6a
commit
c95374fb37
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.72.0.tar.xz
|
||||
/gjs-1.72.1.tar.xz
|
||||
/gjs-1.73.1.tar.xz
|
||||
/gjs-1.73.2.tar.xz
|
||||
|
14
gjs.spec
14
gjs.spec
@ -1,10 +1,10 @@
|
||||
%global glib2_version 2.66.0
|
||||
%global gobject_introspection_version 1.66.0
|
||||
%global mozjs91_version 91.12.0
|
||||
%global mozjs102_version 102.1.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.73.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.73.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -23,7 +23,7 @@ BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= %{gobject_introspection_version}
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(mozjs-91) >= %{mozjs91_version}
|
||||
BuildRequires: pkgconfig(mozjs-102) >= %{mozjs102_version}
|
||||
BuildRequires: pkgconfig(sysprof-capture-4)
|
||||
# For GTK+ 3 tests
|
||||
BuildRequires: gtk3-devel
|
||||
@ -34,7 +34,7 @@ BuildRequires: xorg-x11-server-Xvfb
|
||||
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
|
||||
Requires: mozjs91%{?_isa} >= %{mozjs91_version}
|
||||
Requires: mozjs102%{?_isa} >= %{mozjs102_version}
|
||||
|
||||
%description
|
||||
Gjs allows using GNOME libraries from Javascript. It's based on the
|
||||
@ -97,6 +97,10 @@ sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2022 Kalev Lember <klember@redhat.com> - 1.73.2-1
|
||||
- Update to 1.73.2
|
||||
- Switch to mozjs102
|
||||
|
||||
* Wed Jul 27 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.73.1-3
|
||||
- Rebuild against mozjs91-91.12.0-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.73.1.tar.xz) = c8f62d8eefa38bd8e945e95b69ff8540fd04010ef06189b5c241e7ce1a86173cf6e4681f8ab10d690f14c859265f3063f68748f3b116c5b7c41402d2a33e556f
|
||||
SHA512 (gjs-1.73.2.tar.xz) = 273adf42e5359e716ec158377539a2d41c515969f257a502bf5a9bdb75e16e24ace9296026974d24c6294a261e22a3524697f27f640a0aad381fb2bcf512b7bf
|
||||
|
Loading…
Reference in New Issue
Block a user