>From b627daf7b347ad9340a870a74af51ca39bd069d3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 28 Dec 2015 11:48:48 +0000
Subject: Update to 1.51

- New upstream release 1.51
  - Run samples as part of test suite to make sure no sample crashes
  - Properly define test requirements using newer MakeMaker
  - Fix shadows rendering on cumulative bar charts
    (https://github.com/ruz/GDGraph/pull/4)
---
 .gitignore        |  1 +
 perl-GDGraph.spec | 21 ++++++++++++++++++---
 sources           |  2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cd1f78..845a6b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /GDGraph-1.44.tar.gz
 /GDGraph-1.48.tar.gz
 /GDGraph-1.49.tar.gz
+/GDGraph-1.51.tar.gz
diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec
index 724de66..ee28c99 100644
--- a/perl-GDGraph.spec
+++ b/perl-GDGraph.spec
@@ -1,6 +1,6 @@
 Name:           perl-GDGraph
-Version:        1.49
-Release:        3%{?dist}
+Version:        1.51
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Graph generation package for Perl
 
@@ -10,7 +10,12 @@ URL:            http://search.cpan.org/dist/GDGraph/
 Source0:        
http://www.cpan.org/authors/id/R/RU/RUZ/GDGraph-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.58
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -20,14 +25,17 @@ BuildRequires:  perl(GD) >= 1.18
 BuildRequires:  perl(GD::Text) >= 0.80
 BuildRequires:  perl(GD::Text::Align)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:       perl(Data::Dumper)
 Requires:       perl(GD) >= 1.18
 Requires:       perl(GD::Text) >= 0.80
+Requires:       perl(Text::ParseWords)
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(GD\\)
@@ -68,6 +76,13 @@ make test
 
 
 %changelog
+* Mon Dec 28 2015 Paul Howarth <p...@city-fan.org> - 1:1.51-1
+- Update to 1.51
+  - Run samples as part of test suite to make sure no sample crashes
+  - Properly define test requirements using newer MakeMaker
+  - Fix shadows rendering on cumulative bar charts
+    (https://github.com/ruz/GDGraph/pull/4)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1:1.49-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 77ace02..87555c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bb270a30fea27491302b39b701b3d4e  GDGraph-1.49.tar.gz
+849374232b2b99a47f34cc77d16e073c  GDGraph-1.51.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-GDGraph.git/commit/?h=master&id=b627daf7b347ad9340a870a74af51ca39bd069d3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to