Rebuild for readline 8.0

This commit is contained in:
Igor Gnatenko 2019-02-17 09:30:51 +01:00
parent 44b31ba543
commit 4b22c2f4ca
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: mozjs%{major}
Version: 60.4.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: SpiderMonkey JavaScript library
License: MPLv2.0 and MPLv1.1 and BSD and GPLv2+ and GPLv3+ and LGPLv2+ and AFL and ASL 2.0
@ -177,6 +177,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
%{_includedir}/mozjs-%{major}/
%changelog
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 60.4.0-4
- Rebuild for readline 8.0
* Thu Feb 14 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 60.4.0-3
- Build aarch64 with -O0 because of rhbz#1676292