Update to 1.47.92
This commit is contained in:
parent
1a5cb7e3cc
commit
30faeaff7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.47.4.tar.xz
|
||||
/gjs-1.47.90.tar.xz
|
||||
/gjs-1.47.91.tar.xz
|
||||
/gjs-1.47.92.tar.xz
|
||||
|
8
gjs.spec
8
gjs.spec
@ -4,7 +4,7 @@
|
||||
%global mozjs38_version 38.8.0-4
|
||||
|
||||
Name: gjs
|
||||
Version: 1.47.91
|
||||
Version: 1.47.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
@ -59,9 +59,6 @@ the functionality of the installed gjs package.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# Work around https://bugzilla.gnome.org/show_bug.cgi?id=779412
|
||||
export ac_cv_path_JS_INTERP=/usr/bin/true
|
||||
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||
%configure --disable-static --enable-installed-tests)
|
||||
|
||||
@ -103,6 +100,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1.47.92-1
|
||||
- Update to 1.47.92
|
||||
|
||||
* Wed Mar 01 2017 Kalev Lember <klember@redhat.com> - 1.47.91-1
|
||||
- Update to 1.47.91
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.47.91.tar.xz) = f5d572e71bd59d6e638e439d757514a8a14fc95c72ab57e8297461c66642b7fb94c5af676c69a0fc4687c0c8d867e083daab936111ac59622ef3187a3f9cf15b
|
||||
SHA512 (gjs-1.47.92.tar.xz) = aaeb94c0c5eca1830892922eb741306a8d1f6138f1b265a40b7d9faa7d69b1c51aef516805b548303c6e5becd93439b525cacc33e9bcf090294723f829534a79
|
||||
|
Loading…
Reference in New Issue
Block a user