From 43d17c1540cead52aeb9a3e8149e3d3a14b22c36 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 20 May 2020 10:25:25 -0600 Subject: [PATCH] Rebuild for coq 8.11.1. --- ocaml-menhir.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-menhir.spec b/ocaml-menhir.spec index 8074617..f402019 100644 --- a/ocaml-menhir.spec +++ b/ocaml-menhir.spec @@ -2,11 +2,11 @@ %global debug_package %{nil} %endif -%bcond_with coq +%bcond_without coq Name: ocaml-menhir Version: 20200211 -Release: 5%{?dist} +Release: 6%{?dist} Summary: LR(1) parser generator for OCaml # The generator is GPLv2 @@ -162,6 +162,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+ %endif %changelog +* Wed May 20 2020 Jerry James - 20200211-6 +- Rebuild for coq 8.11.1 + * Tue May 05 2020 Richard W.M. Jones - 20200211-5 - OCaml 4.11.0+dev2-2020-04-22 rebuild