Author: pghmcfc Update of /cvs/pkgs/rpms/perl-RRD-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27937 Modified Files: perl-RRD-Simple.spec Added Files: RRD-Simple-1.44-pod.patch Log Message: * Wed Mar 3 2010 Paul Howarth <paul@xxxxxxxxxxxx> - 1.44-5 - Change buildreq perl(Test::Deep) to a build conflict until upstream fixes failing t/32exported_function_interface.t (#464964, CPAN RT#46193) - Fix broken POD (CPAN RT#50868) RRD-Simple-1.44-pod.patch: Simple.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- NEW FILE RRD-Simple-1.44-pod.patch --- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=50868 --- RRD-Simple-1.44/lib/RRD/Simple.pm 2008-01-24 18:25:50.000000000 +0000 +++ RRD-Simple-1.44/lib/RRD/Simple.pm 2010-03-03 12:22:21.204308186 +0000 @@ -2153,9 +2153,8 @@ L<http://perlgirl.org.uk> If you like this software, why not show your appreciation by sending the -author something nice from her -L<Amazon wishlist|http://www.amazon.co.uk/gp/registry/1VZXC59ESWYK0?sort=priority>? -( http://www.amazon.co.uk/gp/registry/1VZXC59ESWYK0?sort=priority ) +author something nice from her Amazon wishlist +(L<http://www.amazon.co.uk/gp/registry/1VZXC59ESWYK0?sort=priority>)? =head1 COPYRIGHT Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-RRD-Simple/devel/perl-RRD-Simple.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-RRD-Simple.spec 7 Dec 2009 05:50:01 -0000 1.12 +++ perl-RRD-Simple.spec 3 Mar 2010 12:33:17 -0000 1.13 @@ -1,17 +1,18 @@ Name: perl-RRD-Simple Version: 1.44 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple interface to create and store data in RRD files Group: Development/Libraries License: ASL 2.0 URL: http://search.cpan.org/dist/RRD-Simple Source0: http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/RRD-Simple-%{version}.tar.gz +Patch0: RRD-Simple-1.44-pod.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Module::Build), perl(Test::Deep) +BuildRequires: perl(Module::Build) BuildRequires: perl(RRDs) BuildRequires: perl(Test::More) @@ -19,6 +20,9 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod) +# https://rt.cpan.org/Public/Bug/Display.html?id=46193 +BuildConflicts: perl(Test::Deep) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,6 +38,9 @@ if you do not need to, nor want to, both %prep %setup -q -n RRD-Simple-%{version} +# fix broken POD (CPAN RT#50868) +%patch0 -p1 + # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh @@ -84,6 +91,11 @@ rm -rf %{buildroot} %changelog +* Wed Mar 3 2010 Paul Howarth <paul@xxxxxxxxxxxx> - 1.44-5 +- Change buildreq perl(Test::Deep) to a build conflict until upstream fixes + failing t/32exported_function_interface.t (#464964, CPAN RT#46193) +- Fix broken POD (CPAN RT#50868) + * Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 1.44-4 - rebuild against perl 5.10.1 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel