From 0a0d2e0dccaf94e873062b7df51c3d57e9312e67 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 22 Feb 2021 16:23:16 -0700 Subject: [PATCH] Rebuild for ocaml-base 0.14.1. --- ocaml-parsexp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-parsexp.spec b/ocaml-parsexp.spec index 2304fe5..b537f70 100644 --- a/ocaml-parsexp.spec +++ b/ocaml-parsexp.spec @@ -6,7 +6,7 @@ Name: ocaml-%{srcname} Version: 0.14.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: S-expression parsing library License: MIT @@ -93,6 +93,9 @@ dune runtest %{_libdir}/ocaml/%{srcname}/*.mli %changelog +* Mon Feb 22 2021 Jerry James - 0.14.0-8 +- Rebuild for ocaml-base 0.14.1 + * Tue Feb 2 2021 Richard W.M. Jones - 0.14.0-7 - Bump and rebuild for updated ocaml-camomile dep (RHBZ#1923853).