Update to 1.72.1
This commit is contained in:
parent
e4ca9e6525
commit
9ba904e875
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,3 +127,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.71.1.tar.xz
|
||||
/gjs-1.71.90.tar.xz
|
||||
/gjs-1.72.0.tar.xz
|
||||
/gjs-1.72.1.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -3,8 +3,8 @@
|
||||
%global mozjs91_version 91.11.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.72.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.72.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -13,7 +13,7 @@ Summary: Javascript Bindings for GNOME
|
||||
# Stack printer (gjs/stack.c)
|
||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||
URL: https://wiki.gnome.org/Projects/Gjs
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.71/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.72/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
@ -97,6 +97,9 @@ sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Wed Jul 06 2022 David King <amigadave@amigadave.com> - 1.72.1-1
|
||||
- Update to 1.72.1
|
||||
|
||||
* Mon Jun 27 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.72.0-5
|
||||
- Rebuild against mozjs91-91.11.0-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.72.0.tar.xz) = 224934eed511052d013cc7c2a29ccf79b14e5ed8c01db8071f07858387d7794b9156abd43ac494a13294248d9b6f2956d21c4e9581a41f5161043dff374f72f9
|
||||
SHA512 (gjs-1.72.1.tar.xz) = dbceb8651e248ace064d9338d1b3ee1ec0ec835843eb617925b09d77808a71274023d7ad621ed638ff47b93e1fa46e7a349342e555dd6043dc97b81d36bf34e6
|
||||
|
Loading…
Reference in New Issue
Block a user