Update all OCaml dependencies for RPM 4.16.

This commit is contained in:
Richard W.M. Jones 2020-04-04 07:55:25 +01:00
parent f828f03458
commit a17cb6cd77

View File

@ -11,7 +11,7 @@
Name: ocaml-%{srcname}
Version: 2.2.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Unit test framework for OCaml
License: MIT
@ -204,6 +204,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
%changelog
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-4
- Update all OCaml dependencies for RPM 4.16.
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-3
- OCaml 4.10.0 final.
- Make -doc subpackage optional, disabled for now.