From 18a3e99eaac5160be20d87177b0048bc098bc6ca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 4 Oct 2021 20:35:25 +0100 Subject: [PATCH] Revert "Build bootstrap version without menhir" I thought that would disable menhir, in fact it enables it. This reverts commit 39c2970231490195fae9ff9e904c62e93e8edde0. --- ocaml-dune.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index fff1d25..ab74060 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -2,7 +2,7 @@ # Since menhir now requires dune to build, but dune needs menhir only for the # tests, build in bootstrap mode to skip the tests and the need for menhir. -%bcond_with menhir +%bcond_without menhir Name: ocaml-%{libname} Version: 2.9.1 @@ -212,9 +212,6 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ * Mon Oct 04 2021 Richard W.M. Jones - 2.9.1-3 - OCaml 4.13.1 build -* Mon Oct 04 2021 Richard W.M. Jones - 2.9.1-2 -- Build bootstrap version without menhir - * Wed Sep 8 2021 Jerry James - 2.9.1-1 - Version 2.9.1