From 70fadca40c19c0c8b24f3b3e3781d700b811cfc4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 30 May 2015 01:59:44 +0100 Subject: [PATCH] Fix mono directive orders --- graphviz.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 79f5719..66bd5c6 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,8 +1,8 @@ # Necessary conditionals -%ifarch %mono_arches -%global SHARP 0 -%else +%ifarch %{mono_arches} %global SHARP 1 +%else +%global SHARP 0 %endif %global OCAML 1 @@ -47,7 +47,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.38.0 -Release: 23%{?dist} +Release: 24%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -555,6 +555,9 @@ rm -rf %{buildroot} %changelog +* Fri May 29 2015 Peter Robinson 2.38.0-24 +- Fix mono directive orders + * Mon May 18 2015 Peter Robinson 2.38.0-23 - Rebuild (mono4)