Update all OCaml dependencies for RPM 4.16.

This commit is contained in:
Richard W.M. Jones 2020-04-02 14:05:59 +01:00
parent 7b0bed3cda
commit cdd002da17

View File

@ -6,7 +6,7 @@
Name: ocaml-menhir
Version: 20200211
Release: 1%{?dist}
Release: 2%{?dist}
Summary: LR(1) parser generator for OCaml
# The generator is GPLv2
@ -158,6 +158,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%endif
%changelog
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 20200211-2
- Update all OCaml dependencies for RPM 4.16.
* Wed Mar 25 2020 Jerry James <loganjerry@gmail.com> - 20200211-1
- Version 20200211
- Dune is now used to build the package