diff --git a/.gitignore b/.gitignore index ae21461..9edd96a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /GraphViz-2.14.tgz /GraphViz-2.16.tgz /GraphViz-2.18.tgz +/GraphViz-2.19.tgz diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec index b6c7643..49ab83b 100644 --- a/perl-GraphViz.spec +++ b/perl-GraphViz.spec @@ -1,6 +1,6 @@ Name: perl-GraphViz -Version: 2.18 -Release: 3%{?dist} +Version: 2.19 +Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool License: Artistic 2.0 Group: Development/Libraries @@ -10,6 +10,10 @@ BuildArch: noarch BuildRequires: graphviz-devel +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl BuildRequires: perl(Carp) >= 1.01 BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) @@ -29,8 +33,9 @@ BuildRequires: perl(vars) BuildRequires: perl(warnings) BuildRequires: perl(XML::Twig) >= 3.38 BuildRequires: perl(XML::XPath) >= 1.13 +BuildRequires: sed # optional test -BuildRequires: perl(Test::Pod) >= 1.45 +BuildRequires: perl(Test::Pod) >= 1.48 # not autodetected Requires: graphviz @@ -71,6 +76,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Nov 13 2015 Jitka Plesnikova - 2.19-1 +- 2.19 bump + * Thu Jun 18 2015 Fedora Release Engineering - 2.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 8be93ea..2f4be81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd507325c0bbfcc168a034abaf60a12b GraphViz-2.18.tgz +a394f6a0366e6561af45b4c2d00688df GraphViz-2.19.tgz