Update to 1.74.0
This commit is contained in:
parent
8277747180
commit
179a597f9e
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.72.1.tar.xz
|
/gjs-1.72.1.tar.xz
|
||||||
/gjs-1.73.1.tar.xz
|
/gjs-1.73.1.tar.xz
|
||||||
/gjs-1.73.2.tar.xz
|
/gjs-1.73.2.tar.xz
|
||||||
|
/gjs-1.74.0.tar.xz
|
||||||
|
9
gjs.spec
9
gjs.spec
@ -3,8 +3,8 @@
|
|||||||
%global mozjs102_version 102.2.0
|
%global mozjs102_version 102.2.0
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.73.2
|
Version: 1.74.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
# The following files contain code from Mozilla which
|
# The following files contain code from Mozilla which
|
||||||
@ -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.73/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.74/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -92,6 +92,9 @@ the functionality of the installed gjs package.
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 21 2022 Kalev Lember <klember@redhat.com> - 1.74.0-1
|
||||||
|
- Update to 1.74.0
|
||||||
|
|
||||||
* Tue Aug 23 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.73.2-3
|
* Tue Aug 23 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.73.2-3
|
||||||
- Rebuild against mozjs102-102.2.0-1
|
- Rebuild against mozjs102-102.2.0-1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gjs-1.73.2.tar.xz) = 273adf42e5359e716ec158377539a2d41c515969f257a502bf5a9bdb75e16e24ace9296026974d24c6294a261e22a3524697f27f640a0aad381fb2bcf512b7bf
|
SHA512 (gjs-1.74.0.tar.xz) = a17947664a2bb83363ec564dcb5e619f241d0b547512042f2c0e49fbbc8ca4217b90e6b22bc2e4004e8f27e013f8520674a493f7cf3b808437b855eee3eb0408
|
||||||
|
Loading…
Reference in New Issue
Block a user