[perl-Chart: 4/5] Update to 2.4.2 (merge with master)

Paul Howarth pghmcfc at fedoraproject.org
Wed Jun 1 15:51:24 UTC 2011


commit f103aa5e931fcc5435cb1b2fea156886e00a8eea
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jun 1 16:36:34 2011 +0100

    Update to 2.4.2 (merge with master)

 .gitignore      |    1 +
 perl-Chart.spec |   30 +++++++++++++++++++++++++-----
 sources         |    2 +-
 3 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d00acc3..bc598c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Chart-2.4.1.tar.gz
+/Chart-2.4.2.tar.gz
diff --git a/perl-Chart.spec b/perl-Chart.spec
index e9e4af1..9a61f4b 100644
--- a/perl-Chart.spec
+++ b/perl-Chart.spec
@@ -1,7 +1,7 @@
 Name:           perl-Chart
-Version:        2.4.1
-Release:        8%{?dist}
-Summary:        Perl module for producing many types of charts
+Version:        2.4.2
+Release:        3%{?dist}
+Summary:        Series of charting modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Chart/
@@ -9,12 +9,13 @@ Source0:        http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.ta
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-#BuildRequires:  perl(GD) >= 1.20
 BuildRequires:  perl(GD)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-%{summary}.
+This module is an attempt to build a general purpose graphing module that
+is easily modified and expanded.  Chart uses Lincoln Stein's GD module for
+all of its graphics primitives calls.
 
 %prep
 %setup -q -n Chart-%{version}
@@ -36,6 +37,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
+rm -rf t/{mountain.t,mountain_2.t}
 make test
 
 %clean
@@ -48,6 +50,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Chart.3*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Dec 15 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.4.2-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun Dec 12 2010 Steven Pritchard <steve at kspei.com> 2.4.2-1
+- Update to 2.4.2.
+- Improve Summary and description.
+- Use PERL_INSTALL_ROOT instead of DESTDIR while installing.
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.4.1-10
+- Mass rebuild with perl-5.12.0
+- remove two tests failing
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 2.4.1-9
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index e866e60..1b823dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e7a80badfb8bf6e29b21879689bcc2f  Chart-2.4.1.tar.gz
+a75183d33b58f77e2e717165b93dbf79  Chart-2.4.2.tar.gz



More information about the perl-devel mailing list