From efb30521f9ec993fc5c6219e73687c3331cd22ae Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 15 Apr 2014 13:41:23 +0100 Subject: [PATCH] Remove ocaml_arches macro (RHBZ#1087794). --- ocaml-ocamlgraph.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocaml-ocamlgraph.spec b/ocaml-ocamlgraph.spec index 1675b61..0f0fb89 100644 --- a/ocaml-ocamlgraph.spec +++ b/ocaml-ocamlgraph.spec @@ -6,7 +6,7 @@ Name: ocaml-ocamlgraph Version: 1.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml library for arc and node graphs License: LGPLv2 with exceptions @@ -24,8 +24,6 @@ BuildRequires: ocaml-findlib BuildRequires: ocaml-lablgtk-devel BuildRequires: ocaml-ocamldoc -ExclusiveArch: %{ocaml_arches} - %global __requires_exclude ocaml\\\(Sig\\\) %global libname %(sed -e 's/^ocaml-//' <<< %{name}) @@ -153,6 +151,9 @@ install -m 0755 -p view_graph/viewgraph.byte \ %changelog +* Tue Apr 15 2014 Richard W.M. Jones - 1.8.4-2 +- Remove ocaml_arches macro (RHBZ#1087794). + * Wed Feb 26 2014 Jerry James - 1.8.4-1 - New upstream release, 1.8.4+dev, where the "+dev" refers to a bug fix that was applied immediately after the 1.8.4 release