From 6702651bc2f40bd712c70002f49b1f22e1be0625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 7 Nov 2019 14:46:05 +0100 Subject: [PATCH] Remove a useless build dependency on graphviz-devel --- perl-GraphViz.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec index c3641e0..228f481 100644 --- a/perl-GraphViz.spec +++ b/perl-GraphViz.spec @@ -3,7 +3,7 @@ Name: perl-GraphViz Version: 2.24 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic URL: https://metacpan.org/release/GraphViz @@ -15,7 +15,6 @@ BuildRequires: coreutils BuildRequires: findutils # graphviz for the "dot" tool BuildRequires: graphviz -BuildRequires: graphviz-devel BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter @@ -99,6 +98,9 @@ make test %endif %changelog +* Thu Nov 07 2019 Petr Pisar - 2.24-12 +- Remove a useless build dependency on graphviz-devel + * Thu Nov 07 2019 Petr Pisar - 2.24-11 - Modernize a spec file - Correct dependencies