Update to 1.57.1
This commit is contained in:
parent
cdf1c981c7
commit
b48f817a73
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.56.0.tar.xz
|
/gjs-1.56.0.tar.xz
|
||||||
/gjs-1.56.1.tar.xz
|
/gjs-1.56.1.tar.xz
|
||||||
/gjs-1.56.2.tar.xz
|
/gjs-1.56.2.tar.xz
|
||||||
|
/gjs-1.57.1.tar.xz
|
||||||
|
7
gjs.spec
7
gjs.spec
@ -4,7 +4,7 @@
|
|||||||
%global mozjs60_version 60.4.0
|
%global mozjs60_version 60.4.0
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.56.2
|
Version: 1.57.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
@ -14,7 +14,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.56/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.57/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
@ -99,6 +99,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 09 2019 Kalev Lember <klember@redhat.com> - 1.57.1-1
|
||||||
|
- Update to 1.57.1
|
||||||
|
|
||||||
* Wed May 08 2019 Kalev Lember <klember@redhat.com> - 1.56.2-1
|
* Wed May 08 2019 Kalev Lember <klember@redhat.com> - 1.56.2-1
|
||||||
- Update to 1.56.2
|
- Update to 1.56.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gjs-1.56.2.tar.xz) = 687b8e3795565b5c56fceebefb229c07b4c084a4f65c0035e0d185d12082920424632c0f896df8dc1cd5013a97b6e08274efaec4caeb564dc2070d26a5f974c5
|
SHA512 (gjs-1.57.1.tar.xz) = dd492e5bbd06f070061a793ad37d0659efedf62900f929fb63dc7c53a17c9b1a439cec2edfdf2880eb92e126455da8ef442a89372ff4a0d8d51b8b356c8ec696
|
||||||
|
Loading…
Reference in New Issue
Block a user