Update to 1.48.0
This commit is contained in:
parent
30faeaff7a
commit
91cb588e7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.47.90.tar.xz
|
||||
/gjs-1.47.91.tar.xz
|
||||
/gjs-1.47.92.tar.xz
|
||||
/gjs-1.48.0.tar.xz
|
||||
|
7
gjs.spec
7
gjs.spec
@ -4,7 +4,7 @@
|
||||
%global mozjs38_version 38.8.0-4
|
||||
|
||||
Name: gjs
|
||||
Version: 1.47.92
|
||||
Version: 1.48.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
@ -15,7 +15,7 @@ Summary: Javascript Bindings for GNOME
|
||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||
URL: https://wiki.gnome.org/Projects/Gjs
|
||||
#VCS: git://git.gnome.org/gjs
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.47/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.48/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -100,6 +100,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.48.0-1
|
||||
- Update to 1.48.0
|
||||
|
||||
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1.47.92-1
|
||||
- Update to 1.47.92
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.47.92.tar.xz) = aaeb94c0c5eca1830892922eb741306a8d1f6138f1b265a40b7d9faa7d69b1c51aef516805b548303c6e5becd93439b525cacc33e9bcf090294723f829534a79
|
||||
SHA512 (gjs-1.48.0.tar.xz) = 8bafd9789297e8fef04cbd59ea3445af379823041bbc6c20bec25306d05c13f974c65bd6bcdcf7862ae15abd86191c9af802cd8a3b582d8f843d355df760c5fd
|
||||
|
Loading…
Reference in New Issue
Block a user