Update to 1.58.0
This commit is contained in:
parent
99a1a4666e
commit
17225598a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -94,3 +94,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.57.90.tar.xz
|
||||
/gjs-1.57.91.tar.xz
|
||||
/gjs-1.57.92.tar.xz
|
||||
/gjs-1.58.0.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -4,8 +4,8 @@
|
||||
%global mozjs60_version 60.9.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.57.92
|
||||
Release: 2%{?dist}
|
||||
Version: 1.58.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -14,7 +14,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.57/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.58/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -101,6 +101,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Sun Sep 08 2019 Kalev Lember <klember@redhat.com> - 1.58.0-1
|
||||
- Update to 1.58.0
|
||||
|
||||
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 1.57.92-2
|
||||
- Rebuild against mozjs60 60.9.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.57.92.tar.xz) = 3271b473f80e6f205950f6b1d0d2f8f5e45452afa1720dfa870431770a05eb1599544881057877426c38f60ff09173f816c1511ee8a112891e019d129442bad6
|
||||
SHA512 (gjs-1.58.0.tar.xz) = 5aa7609661687524162ba1be523d83bedfc7c74460cca837333daf0d91c6feea4e0dd870aacb5068a58ea7363541e1ce3808f01e6c71179b25b2a0104e900206
|
||||
|
Loading…
Reference in New Issue
Block a user