commit 241e54e09c60dd40d07c930e764e3e3c50ffa73b Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Sep 16 15:38:41 2013 +0100 Update to 1.17 - New upstream release 1.17 - Write test temp files in :raw mode as well as utf-8, for MS Windows users - Take the opportunity to change all utf8 to utf-8, as per the docs for Encode, except for 'use warnings qw(FATAL utf8);', which doesn't accept utf-8 :-( perl-Tree-DAG_Node.spec | 8 +++++++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec index c1686b0..e848ab8 100644 --- a/perl-Tree-DAG_Node.spec +++ b/perl-Tree-DAG_Node.spec @@ -1,5 +1,5 @@ Name: perl-Tree-DAG_Node -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: Class for representing nodes in a tree Group: Development/Libraries @@ -48,6 +48,12 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Tree::DAG_Node.3pm* %changelog +* Mon Sep 16 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 1.17-1 +- Update to 1.17 + - Write test temp files in :raw mode as well as utf-8, for MS Windows users + - Take the opportunity to change all utf8 to utf-8, as per the docs for Encode, + except for 'use warnings qw(FATAL utf8);', which doesn't accept utf-8 :-( + * 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): diff --git a/sources b/sources index 795be28..4011a08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d44a70df0914827cd04513ae30dd7a00 Tree-DAG_Node-1.16.tgz +cbbfacf2680279379bb7291f7f25a5aa Tree-DAG_Node-1.17.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