commit decc5add0a98de016b48aeafe4304ec7e9b3841c Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Oct 21 13:35:49 2014 +0100 Update to 1.23 - New upstream release 1.23 - Change output format when using node2string(), which is called by tree2string(); indentation that used to be '|---' is now '|--- ', which makes the difference between node names ''/'-', '1'/'-1', etc. much clearer - Classify buildreqs by usage perl-Tree-DAG_Node.spec | 22 +++++++++++++++++----- sources | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) --- diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec index ff8a41d..1580db3 100644 --- a/perl-Tree-DAG_Node.spec +++ b/perl-Tree-DAG_Node.spec @@ -1,20 +1,25 @@ Name: perl-Tree-DAG_Node -Version: 1.22 -Release: 3%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Class for representing nodes in a tree Group: Development/Libraries License: Artistic 2.0 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 +# Module Build --------------------------------------------------------------- +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(File::Slurp::Tiny) +# Module Runtime ------------------------------------------------------------- +BuildRequires: perl(File::Slurp::Tiny) >= 0.003 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Test Suite ----------------------------------------------------------------- BuildRequires: perl(File::Spec) >= 3.40 BuildRequires: perl(File::Temp) >= 0.19 -BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Pod) >= 1.45 -BuildRequires: perl(warnings) +# Runtime -------------------------------------------------------------------- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -48,6 +53,13 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Tree::DAG_Node.3pm* %changelog +* Tue Oct 21 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.23-1 +- Update to 1.23 + - Change output format when using node2string(), which is called by + tree2string(); indentation that used to be '|---' is now '|--- ', which + makes the difference between node names ''/'-', '1'/'-1', etc. much clearer +- Classify buildreqs by usage + * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1.22-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 9ccf65a..119ea20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71ab3d930767e2c849b51d805965977b Tree-DAG_Node-1.22.tgz +9ffd06427ed6d173c0dd2d2e10a18e56 Tree-DAG_Node-1.23.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