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