OCaml 4.12.0 build

This commit is contained in:
Richard W.M. Jones 2021-03-02 11:03:47 +00:00
parent eec8b4195c
commit 69ac2d4c20
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
Name: ocaml-menhir Name: ocaml-menhir
Version: 20201216 Version: 20201216
Release: 1%{?dist} Release: 2%{?dist}
Summary: LR(1) parser generator for OCaml Summary: LR(1) parser generator for OCaml
# The generator is GPLv2 # The generator is GPLv2
@ -160,6 +160,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%endif %endif
%changelog %changelog
* Tue Mar 2 11:03:46 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 20201216-2
- OCaml 4.12.0 build
* Wed Feb 24 2021 Jerry James <loganjerry@gmail.com> - 20201216-1 * Wed Feb 24 2021 Jerry James <loganjerry@gmail.com> - 20201216-1
- Version 20201216 - Version 20201216
- Some applications of menhir require menhirLib.ml, so install it - Some applications of menhir require menhirLib.ml, so install it