From d020f820992e3e479f03e459d5c005dd529f7035 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 16 Aug 2019 15:37:16 +0100 Subject: [PATCH] OCaml 4.08.1 (final) rebuild. --- ocaml-camomile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-camomile.spec b/ocaml-camomile.spec index d7b9ea2..4147f9c 100644 --- a/ocaml-camomile.spec +++ b/ocaml-camomile.spec @@ -3,7 +3,7 @@ Name: ocaml-camomile Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Unicode library for OCaml # Several files are MIT and UCD licensed, but the overall work is LGPLv2+ @@ -115,6 +115,9 @@ cp _build/install/default/lib/camomile/library/*.mli %{buildroot}%{_libdir}/ocam %changelog +* Fri Aug 16 2019 Richard W.M. Jones - 1.0.2-3 +- OCaml 4.08.1 (final) rebuild. + * Fri Aug 09 2019 Richard W.M. Jones - 1.0.2-2 - Reenable armv7 architecture now that nodynlink issue has been worked around. https://github.com/ocaml/dune/issues/2527