From c5e415b766738cc66b26c3040a3813e19718ec6d Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sat, 20 Feb 2021 22:13:10 -0700 Subject: [PATCH] Rebuild for ocaml-base 0.14.1. --- ocaml-ppx-assert.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-ppx-assert.spec b/ocaml-ppx-assert.spec index 5dbd46c..9bf5611 100644 --- a/ocaml-ppx-assert.spec +++ b/ocaml-ppx-assert.spec @@ -7,7 +7,7 @@ Name: ocaml-%{srcname} Version: 0.14.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Assert-like extension nodes that raise useful errors on failure License: MIT @@ -104,6 +104,9 @@ dune runtest %{_libdir}/ocaml/%{upname}/*/*.mli %changelog +* Sat Feb 20 2021 Jerry James - 0.14.0-7 +- Rebuild for ocaml-base 0.14.1 + * Wed Feb 3 2021 Richard W.M. Jones - 0.14.0-6 - Bump and rebuild for updated ocaml Dynlink dependency.