[perl-Tree-DAG_Node] Update to 1.13

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 12 14:37:57 UTC 2013


commit 139be3e492fe053dd265e8f2ffffcba05496bc3f
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 12 15:37:16 2013 +0100

    Update to 1.13
    
    - New upstream release 1.13
      - Change the values accepted for the no_attributes option from undef and 1
        to 0 and 1; if undef is used, it becomes 0, so pre-existing code will not
        change behavior, whilst this makes it easier to pass 0 or 1 from the
        command line

 perl-Tree-DAG_Node.spec |   11 +++++++++--
 sources                 |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec
index 00aef47..f41a435 100644
--- a/perl-Tree-DAG_Node.spec
+++ b/perl-Tree-DAG_Node.spec
@@ -1,6 +1,6 @@
 Name:           perl-Tree-DAG_Node
-Version:        1.12
-Release:        3%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        Class for representing nodes in a tree
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -43,6 +43,13 @@ make test
 %{_mandir}/man3/Tree::DAG_Node.3pm*
 
 %changelog
+* Mon Aug 12 2013 Paul Howarth <paul at city-fan.org> - 1.13-1
+- Update to 1.13
+  - Change the values accepted for the no_attributes option from undef and 1
+    to 0 and 1; if undef is used, it becomes 0, so pre-existing code will not
+    change behavior, whilst this makes it easier to pass 0 or 1 from the
+    command line
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 02cb7fc..f675f93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6ad9e49800448b2823239276a4530b6  Tree-DAG_Node-1.12.tgz
+4f8a4ff5c44e190cd9db68a9155c2cc5  Tree-DAG_Node-1.13.tgz



More information about the perl-devel mailing list