|
|
@ -1,10 +1,10 @@
|
|
|
|
%global codate 20161031
|
|
|
|
%global codate 20170124
|
|
|
|
%global cohash a0ceaf5
|
|
|
|
%global cohash 4006739
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mujs
|
|
|
|
Name: mujs
|
|
|
|
Version: 0
|
|
|
|
Version: 0
|
|
|
|
Release: 7.%{checkout}%{?dist}
|
|
|
|
Release: 8.%{checkout}%{?dist}
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mujs.com/
|
|
|
|
URL: http://mujs.com/
|
|
|
@ -54,6 +54,11 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 14 2017 Petr Šabata <contyk@redhat.com> - 0-8.20170124git4006739
|
|
|
|
|
|
|
|
- Include the latest upstream Fixes
|
|
|
|
|
|
|
|
- Fixes CVE-2016-10132, CVE-2016-10133, CVE-2016-10141, CVE-2017-5627 and
|
|
|
|
|
|
|
|
CVE-2017-5628
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20161031gita0ceaf5
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20161031gita0ceaf5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|