Update to 1.78.0
This commit is contained in:
parent
be1ad4438d
commit
77a034e510
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.77.1.tar.xz
|
/gjs-1.77.1.tar.xz
|
||||||
/gjs-1.77.2.tar.xz
|
/gjs-1.77.2.tar.xz
|
||||||
/gjs-1.77.90.tar.xz
|
/gjs-1.77.90.tar.xz
|
||||||
|
/gjs-1.78.0.tar.xz
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -3,7 +3,7 @@
|
|||||||
%global mozjs115_version 115.1.0
|
%global mozjs115_version 115.1.0
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.77.90
|
Version: 1.78.0
|
||||||
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.77/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.78/%{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
|
||||||
|
* Tue Sep 19 2023 Kalev Lember <klember@redhat.com> - 1.78.0-1
|
||||||
|
- Update to 1.78.0
|
||||||
|
|
||||||
* Tue Sep 05 2023 Kalev Lember <klember@redhat.com> - 1.77.90-1
|
* Tue Sep 05 2023 Kalev Lember <klember@redhat.com> - 1.77.90-1
|
||||||
- Update to 1.77.90
|
- Update to 1.77.90
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gjs-1.77.90.tar.xz) = 9941680817a6f1d58291b12560bc243e96603ad1eed689fa2f4457343003b818b1f0c1c9c06aec15597b2582395e966eecab19ffd07c87b78d5e355fd675e2f6
|
SHA512 (gjs-1.78.0.tar.xz) = 28ad3ff5c031b8e78622244918994ca5f510e4b403a382e7d0b0bcb9a0611be61e103398773328be4c405b49d7984c089180a5fb603518b412d01a935fb3ceb3
|
||||||
|
Loading…
Reference in New Issue
Block a user