[perl-Tree-DAG_Node] Update to 1.15

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 6 14:46:15 UTC 2013


commit bfb8d6176d7f4f9c2922fff04bc355a1a61db018
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 6 15:45:31 2013 +0100

    Update to 1.15
    
    - New upstream release 1.15
      - Replace Path::Tiny with File::Spec, because the former's list of
        dependencies is soooo long :-( (CPAN RT#88435)
      - Move t/pod.t to xt/author/pod.t
    - Explicitly run the author tests

 perl-Tree-DAG_Node.spec |   12 ++++++++++--
 sources                 |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec
index 3721793..5827c19 100644
--- a/perl-Tree-DAG_Node.spec
+++ b/perl-Tree-DAG_Node.spec
@@ -1,5 +1,5 @@
 Name:           perl-Tree-DAG_Node
-Version:        1.14
+Version:        1.15
 Release:        1%{?dist}
 Summary:        Class for representing nodes in a tree
 Group:          Development/Libraries
@@ -8,9 +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::Spec) >= 3.40
 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
@@ -41,6 +41,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 
 %check
 make test
+make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 
 %files
 %doc Changes README
@@ -48,6 +49,13 @@ make test
 %{_mandir}/man3/Tree::DAG_Node.3pm*
 
 %changelog
+* Fri Sep  6 2013 Paul Howarth <paul at city-fan.org> - 1.15-1
+- Update to 1.15
+  - Replace Path::Tiny with File::Spec, because the former's list of
+    dependencies is soooo long :-( (CPAN RT#88435)
+  - Move t/pod.t to xt/author/pod.t
+- Explicitly run the author tests
+
 * Thu Sep  5 2013 Paul Howarth <paul at city-fan.org> - 1.14-1
 - Update to 1.14
   - Document the copy() method
diff --git a/sources b/sources
index 7f4a934..2c7c01d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2120a943708159264d20c15bf49e52a  Tree-DAG_Node-1.14.tgz
+07214e6f12300a29d833b1da7979fb3f  Tree-DAG_Node-1.15.tgz


More information about the scm-commits mailing list