Update to 1.79.2
This commit is contained in:
parent
56e3b1c500
commit
a95bdfb166
1
.gitignore
vendored
1
.gitignore
vendored
@ -144,3 +144,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.78.0.tar.xz
|
||||
/gjs-1.78.1.tar.xz
|
||||
/gjs-1.78.2.tar.xz
|
||||
/gjs-1.79.2.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -3,8 +3,8 @@
|
||||
%global mozjs115_version 115.6.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.78.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.79.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -15,7 +15,7 @@ Summary: Javascript Bindings for GNOME
|
||||
# modules/script/tweener/equations.js is BSD-3-Clause
|
||||
License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
|
||||
URL: https://wiki.gnome.org/Projects/Gjs
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.78/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.79/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
@ -98,6 +98,9 @@ the functionality of the installed gjs package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Sat Jan 20 2024 David King <amigadave@amigadave.com> - 1.79.2-1
|
||||
- Update to 1.79.2
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.78.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.78.2.tar.xz) = 4becf2085274a42d5e03c3ba6f07953b2a17e5678b951d30216e842ef05a0d1f1989bd8357bfb4429b96fbb8302e2d278b6279edb3005d6d88a30daa547e3781
|
||||
SHA512 (gjs-1.79.2.tar.xz) = bc3e6648bdc2d230862380369a08823c799d747c7385065e5a42e69b63cd094ad9b4719de1102c580090b5bb4215c0b9002718e3f8c8f3dddfc10de704289268
|
||||
|
Loading…
Reference in New Issue
Block a user