From 1d9ee95a3df08aaa67b3d8da427dec874d87a778 Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Wed, 4 Oct 2006 21:35:44 +0000 Subject: [PATCH] Bump-n-build --- graphviz.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 5f242b0..09e1bb8 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,8 @@ # $Id: graphviz.spec.in,v 1.68 2006/01/30 23:45:06 ellson Exp $ $Revision: 1.68 $ # graphviz.spec. Generated from graphviz.spec.in by configure. -# Keeping one conditional because I can't figure out what it's looking for! +# Io is disabled because it's not (yet?) found in Fedora. +# http://www.iolanguage.com/about/ # - Jima %define _IO 0 @@ -11,7 +12,7 @@ Summary: Graph Visualization Tools Name: graphviz Version: 2.8 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Multimedia License: CPL URL: http://www.graphviz.org/ @@ -277,6 +278,9 @@ rm -rf $RPM_BUILD_ROOT if ! test -x %{_bindir}/dot; then rm -f %{_libdir}/%{name}/config; fi %changelog +* Wed Oct 04 2006 Patrick "Jima" Laughton 2.8-5 +- Bump-n-build + * Thu Sep 14 2006 Patrick "Jima" Laughton - 2.8-4 - Fixing BZ#188148 & BZ#184171 - Dropped the unified spec file logic; it complicated matters unnecessarily