[perl-GDGraph] Update to 1.49

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 12 08:46:49 UTC 2015


commit 4bc6be3c76f2f72477e08466d7cda44e9281ae9c
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 12 08:45:43 2015 +0000

    Update to 1.49
    
    - New upstream release 1.49
      - Fix to Z-axis color filling in 3D pie charts (Debian Bug #489184)
      - Bump ExtUtils::MakeMaker dependency
      - Tiny improvement in the code of the samples
    - Include Dustismo_Sans.ttf with documentation as it's used by the samples

 .gitignore        |  2 ++
 perl-GDGraph.spec | 24 ++++++++++++++++--------
 sources           |  2 +-
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c7e332..8cd1f78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+/GDGraph-1.44.tar.gz
 /GDGraph-1.48.tar.gz
+/GDGraph-1.49.tar.gz
diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec
index 9459023..29d9953 100644
--- a/perl-GDGraph.spec
+++ b/perl-GDGraph.spec
@@ -1,16 +1,16 @@
 Name:           perl-GDGraph
-Version:        1.48
-Release:        3%{?dist}
+Version:        1.49
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Graph generation package for Perl
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic
+License:        (GPL+ or Artistic) and GPLv2+
 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)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.58
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -52,8 +52,7 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 
 %check
@@ -61,12 +60,21 @@ make test
 
 
 %files
-%doc CHANGES README samples/
+# Dustismo_Sans.ttf is GPLv2+, everything else is GPL+ or Artistic
+%license Dustismo.LICENSE
+%doc CHANGES README Dustismo_Sans.ttf samples/
 %{perl_vendorlib}/GD/
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Mar 12 2015 Paul Howarth <paul at city-fan.org> - 1:1.49-1
+- Update to 1.49
+  - Fix to Z-axis color filling in 3D pie charts (Debian Bug #489184)
+  - Bump ExtUtils::MakeMaker dependency
+  - Tiny improvement in the code of the samples
+- Include Dustismo_Sans.ttf with documentation as it's used by the samples
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1:1.48-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 85f7867..77ace02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c9e4feb4246200d96b9faa8024b0bf0  GDGraph-1.48.tar.gz
+8bb270a30fea27491302b39b701b3d4e  GDGraph-1.49.tar.gz


More information about the scm-commits mailing list