From cb939630506bb972f5c2092ce06b16b980f937d1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 28 May 2015 15:37:59 +0200 Subject: [PATCH] 2.18 bump --- .gitignore | 1 + perl-GraphViz.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6966934..ae21461 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /GraphViz-2.14.tgz /GraphViz-2.16.tgz +/GraphViz-2.18.tgz diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec index c25c470..67e441b 100644 --- a/perl-GraphViz.spec +++ b/perl-GraphViz.spec @@ -1,8 +1,8 @@ Name: perl-GraphViz -Version: 2.16 +Version: 2.18 Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool -License: GPL+ or Artistic +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/GraphViz/ Source0: http://www.cpan.org/authors/id/R/RS/RSAVAGE/GraphViz-%{version}.tgz @@ -23,7 +23,7 @@ BuildRequires: perl(LWP::Simple) >= 6 BuildRequires: perl(Parse::RecDescent) >= 1.965001 BuildRequires: perl(Pod::Usage) >= 1.16 BuildRequires: perl(strict) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 1.001014 BuildRequires: perl(Time::HiRes) >= 1.51 BuildRequires: perl(vars) BuildRequires: perl(warnings) @@ -65,11 +65,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \; make test %files +%license LICENSE %doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Thu May 28 2015 Jitka Plesnikova - 2.18-1 +- 2.18 bump + * Wed Nov 12 2014 Jitka Plesnikova - 2.16-1 - 2.16 bump - Modernize spec file diff --git a/sources b/sources index edd9d3d..8be93ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45954ab14ed5e5d2af0d7edaf982c927 GraphViz-2.16.tgz +cd507325c0bbfcc168a034abaf60a12b GraphViz-2.18.tgz