commit deec92484c75146dfba8674819ed0fbdb0f4cedd Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Thu Sep 5 10:37:02 2013 +0100 Update to 1.14 - New upstream release 1.14 - Document the copy() method - Patch the copy() method so it respects the {no_attribute_copy => 1} option - Add method read_tree(), for text files; it uses Perl6::Slurp, which supports utf8 - Add methods read_attributes() and string2hashref($s) for use by read_tree() - Add t/read.tree.t to test read_tree() - Add t/tree.utf8.attributes.txt, in utf8, for use by t/read.tree.t - Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for use by t/read.tree.t - Make Perl 5.8.1 a pre-req so we have access to the utf8 pragma perl-Tree-DAG_Node.spec | 22 ++++++++++++++++++++-- sources | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) --- diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec index f41a435..3721793 100644 --- a/perl-Tree-DAG_Node.spec +++ b/perl-Tree-DAG_Node.spec @@ -1,5 +1,5 @@ Name: perl-Tree-DAG_Node -Version: 1.13 +Version: 1.14 Release: 1%{?dist} Summary: Class for representing nodes in a tree Group: Development/Libraries @@ -8,9 +8,14 @@ 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(Test) +BuildRequires: perl(File::Temp) >= 0.19 +BuildRequires: perl(open) +BuildRequires: perl(Path::Tiny) >= 0.025 +BuildRequires: perl(Perl6::Slurp) >= 0.051003 +BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Pod) >= 1.45 +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -43,6 +48,19 @@ make test %{_mandir}/man3/Tree::DAG_Node.3pm* %changelog +* Thu Sep 5 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.14-1 +- Update to 1.14 + - Document the copy() method + - Patch the copy() method so it respects the {no_attribute_copy => 1} option + - Add method read_tree(), for text files; it uses Perl6::Slurp, which + supports utf8 + - Add methods read_attributes() and string2hashref($s) for use by read_tree() + - Add t/read.tree.t to test read_tree() + - Add t/tree.utf8.attributes.txt, in utf8, for use by t/read.tree.t + - Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for use by + t/read.tree.t + - Make Perl 5.8.1 a pre-req so we have access to the utf8 pragma + * Mon Aug 12 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.13-1 - Update to 1.13 - Change the values accepted for the no_attributes option from undef and 1 diff --git a/sources b/sources index f675f93..7f4a934 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f8a4ff5c44e190cd9db68a9155c2cc5 Tree-DAG_Node-1.13.tgz +b2120a943708159264d20c15bf49e52a Tree-DAG_Node-1.14.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