Update to 1.49.2
This commit is contained in:
parent
ad268f12a6
commit
13be05ed1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.48.1.tar.xz
|
||||
/gjs-1.48.2.tar.xz
|
||||
/gjs-1.48.3.tar.xz
|
||||
/gjs-1.49.2.tar.xz
|
||||
|
9
gjs.spec
9
gjs.spec
@ -4,8 +4,8 @@
|
||||
%global mozjs38_version 38.8.0-4
|
||||
|
||||
Name: gjs
|
||||
Version: 1.48.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.49.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -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.48/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.49/%{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
|
||||
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 1.49.2-1
|
||||
- Update to 1.49.2
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.48.3.tar.xz) = 6fdfb4fb17336f94a077e0d1a5a98c88437a2d3cc361677672e10d36dc220b46f2554cfe6fc3c71e644ea63ff38d5e638c667e3f5f85db7332cdf4ae6326f27f
|
||||
SHA512 (gjs-1.49.2.tar.xz) = 741c7bbac144f1b1748038a6177040528d4519a90a2a73ae920f46816b9c74dd859c6e0f3aceae53521dd5010b39aabc495e58aeefe27e226d846786d1c03ec9
|
||||
|
Loading…
Reference in New Issue
Block a user