From 9a9f0ff416803095e61878fe4c6eee8d059c2da9 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 21 Feb 2021 09:23:25 -0700 Subject: [PATCH] Rebuild for ocaml-base 0.14.1. --- ocaml-time-now.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-time-now.spec b/ocaml-time-now.spec index e46846d..e96e6a0 100644 --- a/ocaml-time-now.spec +++ b/ocaml-time-now.spec @@ -3,7 +3,7 @@ Name: ocaml-%{srcname} Version: 0.14.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Get the current time in OCaml License: MIT @@ -95,6 +95,9 @@ dune runtest %{_libdir}/ocaml/%{upname}/*.mli %changelog +* Sat Feb 20 2021 Jerry James - 0.14.0-6 +- Rebuild for ocaml-base 0.14.1 + * Tue Feb 2 2021 Richard W.M. Jones - 0.14.0-5 - Bump and rebuild for updated ocaml Dynlink dependency.