Update to 1.77.1
This commit is contained in:
parent
6f1a98e3eb
commit
8c50062100
1
.gitignore
vendored
1
.gitignore
vendored
@ -138,3 +138,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.76.0.tar.xz
|
/gjs-1.76.0.tar.xz
|
||||||
/gjs-1.76.1.tar.xz
|
/gjs-1.76.1.tar.xz
|
||||||
/gjs-1.76.2.tar.xz
|
/gjs-1.76.2.tar.xz
|
||||||
|
/gjs-1.77.1.tar.xz
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -3,7 +3,7 @@
|
|||||||
%global mozjs102_version 102.12.0
|
%global mozjs102_version 102.12.0
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.76.2
|
Version: 1.77.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ Summary: Javascript Bindings for GNOME
|
|||||||
# Stack printer (gjs/stack.c)
|
# Stack printer (gjs/stack.c)
|
||||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||||
URL: https://wiki.gnome.org/Projects/Gjs
|
URL: https://wiki.gnome.org/Projects/Gjs
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.76/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.77/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -94,6 +94,9 @@ the functionality of the installed gjs package.
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 03 2023 Kalev Lember <klember@redhat.com> - 1.77.1-1
|
||||||
|
- Update to 1.77.1
|
||||||
|
|
||||||
* Thu Jun 15 2023 David King <amigadave@amigadave.com> - 1.76.2-1
|
* Thu Jun 15 2023 David King <amigadave@amigadave.com> - 1.76.2-1
|
||||||
- Update to 1.76.2
|
- Update to 1.76.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gjs-1.76.2.tar.xz) = 26b024874ce69a6f58b5fabe006b8d5417971db9de00e21ecd352715b4535f405d162bb81c0cf6b20313f0f78833962080ac1cb9bd42cfff9cf6a74340458540
|
SHA512 (gjs-1.77.1.tar.xz) = 2a94406725a59e05485ebfcc6ba6b2a0c26f40833a46d6520caff576dd8495a14eb733cf0788af1ea4b5c9c11edd692637db41f6350fb4a3bf2e1c01267130cc
|
||||||
|
Loading…
Reference in New Issue
Block a user