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