diff --git a/ocaml-bisect-ppx.spec b/ocaml-bisect-ppx.spec index 91a932f..d2b961d 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: 4.%{gitdate}.%{shorttag}%{?dist}.1 Summary: Code coverage for OCaml and Reason License: MIT @@ -152,6 +152,9 @@ make test %{_libdir}/ocaml/%{upname}/runtime/*.mli %changelog +* Fri Feb 28 2020 Richard W.M. Jones - 1.4.1-4.20200106.b2661bf.1 +- OCaml 4.10.0 final (Fedora 32). + * 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.