|
|
@ -1,10 +1,10 @@
|
|
|
|
%global codate 20150929
|
|
|
|
%global codate 20160921
|
|
|
|
%global cohash 0827611
|
|
|
|
%global cohash 5c337af
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
%global checkout %{codate}git%{cohash}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mujs
|
|
|
|
Name: mujs
|
|
|
|
Version: 0
|
|
|
|
Version: 0
|
|
|
|
Release: 2.%{checkout}%{?dist}
|
|
|
|
Release: 5.%{checkout}%{?dist}
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
Summary: An embeddable Javascript interpreter
|
|
|
|
License: AGPLv3+
|
|
|
|
License: AGPLv3+
|
|
|
|
URL: http://mujs.com/
|
|
|
|
URL: http://mujs.com/
|
|
|
@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
%{_libdir}/lib%{name}.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 29 2016 Petr Šabata <contyk@redhat.com> - 0-5.20160921git5c337af
|
|
|
|
|
|
|
|
- Update to the upstream master HEAD
|
|
|
|
|
|
|
|
- Fixes CVE-2016-7563 and CVE-2016-7564
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-2.20150929git0827611
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-2.20150929git0827611
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|