Update to 1.76.0
This commit is contained in:
parent
a407dd1319
commit
a2646f7eeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -135,3 +135,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.75.1.tar.xz
|
||||
/gjs-1.75.2.tar.xz
|
||||
/gjs-1.75.90.tar.xz
|
||||
/gjs-1.76.0.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -3,8 +3,8 @@
|
||||
%global mozjs102_version 102.9.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.75.90
|
||||
Release: 2%{?dist}
|
||||
Version: 1.76.0
|
||||
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.75/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.76/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
@ -94,6 +94,9 @@ the functionality of the installed gjs package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Sun Mar 19 2023 David King <amigadave@amigadave.com> - 1.76.0-1
|
||||
- Update to 1.76.0
|
||||
|
||||
* Tue Mar 14 2023 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.75.90-2
|
||||
- Rebuild against mozjs102-102.9.0-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.75.90.tar.xz) = 2bfdb9fb62612505e2f647c164944337257915d427e62c340b1dbe389d22cf309fe4ba4f55c9399c3027136e24b49ed441598b9fbd93389e8596e2de8a6917fc
|
||||
SHA512 (gjs-1.76.0.tar.xz) = fa44431f431f14b82c648c388046b83722808db52d2bbe2deeb8d270d6fbeee9c4ee27feaa4fef425e1ab5ac65a1e68d7aa9457d543044362752810128064ea6
|
||||
|
Loading…
Reference in New Issue
Block a user