diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 8087520..5d4b8d0 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -5,15 +5,13 @@ Name: ocaml-cppo Version: 0.9.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Equivalent of the C preprocessor for OCaml programs License: BSD URL: http://mjambon.com/cppo.html Source0: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz -ExclusiveArch: %{ocaml_arches} - BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib %if !%{opt} @@ -67,6 +65,9 @@ make test %changelog +* Thu Apr 24 2014 Jaromir Capik - 0.9.3-3 +- Removing ExclusiveArch + * Mon Jan 27 2014 Michel Salim - 0.9.3-2 - Incorporate review feedback