Update to 1.56.0
This commit is contained in:
parent
453b5750f3
commit
8ff8f648c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.55.90.tar.xz
|
||||
/gjs-1.55.91.tar.xz
|
||||
/gjs-1.55.92.tar.xz
|
||||
/gjs-1.56.0.tar.xz
|
||||
|
7
gjs.spec
7
gjs.spec
@ -4,7 +4,7 @@
|
||||
%global mozjs60_version 60.4.0
|
||||
|
||||
Name: gjs
|
||||
Version: 1.55.92
|
||||
Version: 1.56.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
@ -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.55/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.56/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -99,6 +99,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 1.56.0-1
|
||||
- Update to 1.56.0
|
||||
|
||||
* Tue Mar 05 2019 Kalev Lember <klember@redhat.com> - 1.55.92-1
|
||||
- Update to 1.55.92
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.55.92.tar.xz) = ceb0b9fd978261faefb386f1774b4ce71888a717dbf3056ae88d0419443c2156dc6f4bc1f1863781de6e2fe788de186429dedf4bb6858add5968e07b626cb956
|
||||
SHA512 (gjs-1.56.0.tar.xz) = c39df41511f901078bd5a3caa0b08aa7c96efcf5303982169d7b051b211a410ff48d9e7e5ee7c0072d9439fa3e513649f7a72b7ff9eb715352ebea21d6977007
|
||||
|
Loading…
Reference in New Issue
Block a user