Update to 1.71.1

(cherry picked from commit 5fd764adf22256980751d1d5515941a1c51c051f)
This commit is contained in:
wk333 2022-04-06 10:50:59 +08:00 committed by openeuler-sync-bot
parent 502fd9e871
commit e66f3fdf90
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
gjs-1.71.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,26 +1,26 @@
%global glib2_version 2.58.0
%global gobject_introspection_version 1.61.2
%global gtk3_version 3.20
%global mozjs78_version 78.4.0-1
%global mozjs91_version 91.6.0-1
Name: gjs
Version: 1.66.2
Version: 1.71.1
Release: 1
Summary: using GNOME libraries from Javascript
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
URL: https://wiki.gnome.org/Projects/Gjs
Source0: https://download.gnome.org/sources/%{name}/1.66/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/1.71/%{name}-%{version}.tar.xz
BuildRequires: cairo-gobject-devel dbus-daemon dbus-glib-devel gcc-c++
BuildRequires: meson cmake gettext pkgconfig readline-devel sysprof-devel
BuildRequires: gtk3-devel >= %{gtk3_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: mozjs78-devel >= %{mozjs78_version}
BuildRequires: mozjs91-devel >= %{mozjs91_version}
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
Requires: gtk3%{?_isa} >= %{gtk3_version}
Requires: glib2%{?_isa} >= %{glib2_version}
Requires: mozjs78%{?_isa} >= %{mozjs78_version}
Requires: mozjs91%{?_isa} >= %{mozjs91_version}
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
# Filter provides for private libraries
@ -70,6 +70,9 @@ Development files for gjs.
%{_datadir}/glib-2.0/schemas/org.gnome.GjsTest.gschema.xml
%changelog
* Wed Apr 06 2022 wangkai <wangkai385@huawei.com> - 1.71.1-1
- Update to 1.71.1
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.66.2-1
- Upgrade to 1.66.2