From 3ceb8b32a7bd53f4080f9c190b451a1a8c9272c0 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 2 Nov 2020 17:19:21 -0700 Subject: [PATCH] Rebuild for ocaml-fmt 0.8.9. --- ocaml-alcotest.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-alcotest.spec b/ocaml-alcotest.spec index 92948fc..43bad0c 100644 --- a/ocaml-alcotest.spec +++ b/ocaml-alcotest.spec @@ -12,7 +12,7 @@ Name: ocaml-%{srcname} Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight and colorful test framework for OCaml License: ISC @@ -118,6 +118,9 @@ dune runtest -j 1 -p alcotest %{_libdir}/ocaml/%{srcname}/engine/*.mli %changelog +* Mon Nov 2 2020 Jerry James - 1.2.3-2 +- Rebuild for ocaml-fmt 0.8.9 + * Sun Sep 13 2020 Dan Čermák - 1.2.3-1 - New upstream release 1.2.3 (rhbz#1876739)