Update to 1.75.1
This commit is contained in:
parent
a2cc6e9615
commit
9c1b16bdfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -132,3 +132,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.73.2.tar.xz
|
||||
/gjs-1.74.0.tar.xz
|
||||
/gjs-1.74.1.tar.xz
|
||||
/gjs-1.75.1.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -3,8 +3,8 @@
|
||||
%global mozjs102_version 102.5.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.74.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.75.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.74/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.75/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
@ -92,6 +92,9 @@ the functionality of the installed gjs package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Wed Nov 23 2022 David King <amigadave@amigadave.com> - 1.75.1-1
|
||||
- Update to 1.75.1
|
||||
|
||||
* Wed Nov 16 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.74.1-2
|
||||
- Rebuild against mozjs102-102.5.0-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.74.1.tar.xz) = 346667accb589df0e6a045e30782017eab928115f263d36d521b61b0af38fd268bc518b8ab5ec78e5d25e0194b744a2ee59e65668da679e138b2122858ce0614
|
||||
SHA512 (gjs-1.75.1.tar.xz) = d02fb5900129596731cf0afb3143fcf552e2a3ba03130d3f55a0c2643cae5a8ea4e23f300b2df35fa21d79264d31eeee514b8b2e83d22ad4d2faf86286fb26fb
|
||||
|
Loading…
Reference in New Issue
Block a user