Update to 1.55.1
This commit is contained in:
parent
83472445fe
commit
d894132ab9
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.52.3.tar.xz
|
||||
/gjs-1.54.0.tar.xz
|
||||
/gjs-1.54.1.tar.xz
|
||||
/gjs-1.55.1.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -4,8 +4,8 @@
|
||||
%global mozjs60_version 60.2.2
|
||||
|
||||
Name: gjs
|
||||
Version: 1.54.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.55.1
|
||||
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.54/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.55/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -98,6 +98,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Oct 09 2018 Kalev Lember <klember@redhat.com> - 1.55.1-1
|
||||
- Update to 1.55.1
|
||||
|
||||
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 1.54.1-2
|
||||
- Rebuilt against mozjs60 60.2.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.54.1.tar.xz) = a6c77aecdd74b23f91aafb5ac65a0c72052d1efd7a00e248deab7bc339db1f85b7b3373dc6c4e8b67f47f4712563151ef74dca34a988edfca50eb379b2483a9d
|
||||
SHA512 (gjs-1.55.1.tar.xz) = 0f0b2c67d8a16e3ba10a463431cba69ef63057a27c29c093e0ba8ce48633983b50a8871a2dee77c4112ada62f82932ab3759b8fac6cbc48b03a856a76f22a376
|
||||
|
Loading…
Reference in New Issue
Block a user