commit 85f79f0783b8377acf7c6bf08c3e8232b6a21081 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Sep 9 10:29:11 2013 +0100 Update to 1.16 - New upstream release 1.16 - Merge patch (slightly modified by me) from Tom Molesworth (CPAN RT#88501): - Remove 'use open qw(:std :utf8);' because of its global effect - Replace Perl6::Slurp with File::Slurp, using the latter's binmode option for the encoding - Fix docs where I'd erroneously said File::Slurp didn't support utf8 perl-Tree-DAG_Node.spec | 13 ++++++++++--- sources | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) --- diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec index 5827c19..c1686b0 100644 --- a/perl-Tree-DAG_Node.spec +++ b/perl-Tree-DAG_Node.spec @@ -1,5 +1,5 @@ Name: perl-Tree-DAG_Node -Version: 1.15 +Version: 1.16 Release: 1%{?dist} Summary: Class for representing nodes in a tree Group: Development/Libraries @@ -8,10 +8,9 @@ URL: http://search.cpan.org/dist/Tree-DAG_Node/ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-%{version}.tgz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Slurp) >= 9999.19 BuildRequires: perl(File::Spec) >= 3.40 BuildRequires: perl(File::Temp) >= 0.19 -BuildRequires: perl(open) -BuildRequires: perl(Perl6::Slurp) >= 0.051003 BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Pod) >= 1.45 @@ -49,6 +48,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Tree::DAG_Node.3pm* %changelog +* Mon Sep 9 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.16-1 +- Update to 1.16 + - Merge patch (slightly modified by me) from Tom Molesworth (CPAN RT#88501): + - Remove 'use open qw(:std :utf8);' because of its global effect + - Replace Perl6::Slurp with File::Slurp, using the latter's binmode option + for the encoding + - Fix docs where I'd erroneously said File::Slurp didn't support utf8 + * Fri Sep 6 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.15-1 - Update to 1.15 - Replace Path::Tiny with File::Spec, because the former's list of diff --git a/sources b/sources index 2c7c01d..795be28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07214e6f12300a29d833b1da7979fb3f Tree-DAG_Node-1.15.tgz +d44a70df0914827cd04513ae30dd7a00 Tree-DAG_Node-1.16.tgz -- 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