[perl-Tree-DAG_Node] Update to 1.22

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 26 16:31:16 UTC 2014


commit e1a136accb238ccbe450447528b6d35052f6d92a
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 26 16:29:07 2014 +0000

    Update to 1.22
    
    - New upstream release 1.22
      - Switch from File::Slurp to File::Slurp::Tiny (CPAN RT#92976)

 perl-Tree-DAG_Node.spec |    8 ++++++--
 sources                 |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec
index f95550a..03d0436 100644
--- a/perl-Tree-DAG_Node.spec
+++ b/perl-Tree-DAG_Node.spec
@@ -1,5 +1,5 @@
 Name:           perl-Tree-DAG_Node
-Version:        1.20
+Version:        1.22
 Release:        1%{?dist}
 Summary:        Class for representing nodes in a tree
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ 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::Slurp::Tiny)
 BuildRequires:  perl(File::Spec) >= 3.40
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(strict)
@@ -48,6 +48,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Tree::DAG_Node.3pm*
 
 %changelog
+* Wed Feb 26 2014 Paul Howarth <paul at city-fan.org> - 1.22-1
+- Update to 1.22
+  - Switch from File::Slurp to File::Slurp::Tiny (CPAN RT#92976)
+
 * Fri Jan 31 2014 Paul Howarth <paul at city-fan.org> - 1.20-1
 - Update to 1.20
   - Bump File::Temp version requirement back up to 0.19, as that's the version
diff --git a/sources b/sources
index 9bdf42c..9ccf65a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbba6fee2814e13e4ac97d28078d8594  Tree-DAG_Node-1.20.tgz
+71ab3d930767e2c849b51d805965977b  Tree-DAG_Node-1.22.tgz


More information about the scm-commits mailing list