From 10f3bd4ac38c98dfedfd5ac9390d438365bdb256 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 3 Apr 2020 17:26:41 +0100 Subject: [PATCH] Update all OCaml dependencies for RPM 4.16. --- ocaml-bisect-ppx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-bisect-ppx.spec b/ocaml-bisect-ppx.spec index 91a932f..ed1f6a5 100644 --- a/ocaml-bisect-ppx.spec +++ b/ocaml-bisect-ppx.spec @@ -19,7 +19,7 @@ Name: ocaml-%{srcname} Version: 1.4.1 -Release: 4.%{gitdate}.%{shorttag}%{?dist} +Release: 5.%{gitdate}.%{shorttag}%{?dist} Summary: Code coverage for OCaml and Reason License: MIT @@ -152,6 +152,9 @@ make test %{_libdir}/ocaml/%{upname}/runtime/*.mli %changelog +* Fri Apr 03 2020 Richard W.M. Jones - 1.4.1-5.20200106.b2661bf +- Update all OCaml dependencies for RPM 4.16. + * Wed Feb 26 2020 Richard W.M. Jones - 1.4.1-4.20200106.b2661bf - OCaml 4.10.0 final. - Disable the tests to avoid circular dependency.