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