From 6b372395840aa7fee29a0cb837557cb38009544a Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 18 Apr 2014 14:28:29 -0600 Subject: [PATCH] Remove ocaml_arches macro (bz 1087794). --- ocaml-menhir.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocaml-menhir.spec b/ocaml-menhir.spec index ecdd935..cc56d77 100644 --- a/ocaml-menhir.spec +++ b/ocaml-menhir.spec @@ -7,7 +7,7 @@ Name: ocaml-menhir Version: 20130911 -Release: 2%{?dist} +Release: 3%{?dist} Summary: LR(1) parser generator for OCaml # The library is LGPLv2+ with a linking exception. @@ -21,8 +21,6 @@ Patch0: 0001-Makfile-use-menhir-ocamldep-instead-of-ocamldep.wra.patch BuildRequires: ocaml BuildRequires: ocaml-findlib -ExclusiveArch: %{ocaml_arches} - %description Menhir is a LR(1) parser generator for the Objective Caml programming language. That is, Menhir compiles LR(1) grammar specifications down to @@ -84,6 +82,9 @@ mv demos/ocamldep.wrapper $RPM_BUILD_ROOT%{_bindir}/menhir-ocamldep %{_libdir}/ocaml/menhirLib/ %changelog +* Fri Apr 18 2014 Jerry James - 20130911-3 +- Remove ocaml_arches macro (bz 1087794) + * Mon Sep 16 2013 Jerry James - 20130911-2 - Rebuild for OCaml 4.01.0