Update to 1.51.90
This commit is contained in:
parent
f0722c060d
commit
44f7bf14e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.50.2.tar.xz
|
||||
/gjs-1.50.3.tar.xz
|
||||
/gjs-1.50.4.tar.xz
|
||||
/gjs-1.51.90.tar.xz
|
||||
|
12
gjs.spec
12
gjs.spec
@ -3,8 +3,8 @@
|
||||
%global gtk3_version 3.20
|
||||
|
||||
Name: gjs
|
||||
Version: 1.50.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.51.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -13,7 +13,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.50/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.51/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: chrpath
|
||||
@ -85,12 +85,18 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_includedir}/gjs-1.0
|
||||
%{_libdir}/pkgconfig/gjs-1.0.pc
|
||||
%{_libdir}/*.so
|
||||
%dir %{_datadir}/gjs-1.0
|
||||
%{_datadir}/gjs-1.0/lsan/
|
||||
%{_datadir}/gjs-1.0/valgrind/
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/gjs/installed-tests
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.51.90-1
|
||||
- Update to 1.51.90
|
||||
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.50.4-2
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.50.4.tar.xz) = d95aed6ec8001ccc5f70abad8e2c6dcee8d62f54500f19f5acb25096b398b03a932afeb226d27c0bd6c5c57d9685403f7b77b06ee7b861648402a9137446fcbb
|
||||
SHA512 (gjs-1.51.90.tar.xz) = 8a9400b2b512899b68dd7bc239921b4099f9efafd209b758bff1ff1b589ce0349d6bac04265ff9455b55166ff18099ae54eadc5708e4cf438ce223c6466928df
|
||||
|
Loading…
Reference in New Issue
Block a user