Rebuild for ocaml-base 0.14.1.

This commit is contained in:
Jerry James 2021-02-20 20:52:03 -07:00
parent ecfcbd2e5e
commit 56b8c3ae03
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: ocaml-%{srcname}
Version: 0.14.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: OCaml definition of [@@cold] attribute
License: MIT
@ -87,6 +87,9 @@ dune runtest
%{_libdir}/ocaml/%{upname}/*.mli
%changelog
* Sat Feb 20 2021 Jerry James <loganjerry@gmail.com> - 0.14.0-7
- Rebuild for ocaml-base 0.14.1
* Wed Feb 3 2021 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-6
- Bump and rebuild for updated ocaml Dynlink dependency.