commit 695fefa0b9bbf3a3d01f1c7bd455fbe467f88da3
Author: Paul Howarth <p...@city-fan.org>
Date:   Wed Jul 3 10:09:15 2013 +0100

    Update to 1.12
    
    - New upstream release 1.12
      - Change text in README referring to licence to match text in body of 
source,
        since it was in conflict with the Artistic Licence V 2.0
      - Rename CHANGES to Changes as per CPAN::Changes::SPEC
      - Various spelling fixes in the docs

 perl-Tree-DAG_Node.spec |   25 ++++++++++++++++---------
 sources                 |    2 +-
 2 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec
index af905a6..aae4a51 100644
--- a/perl-Tree-DAG_Node.spec
+++ b/perl-Tree-DAG_Node.spec
@@ -1,5 +1,5 @@
 Name:           perl-Tree-DAG_Node
-Version:        1.11
+Version:        1.12
 Release:        1%{?dist}
 Summary:        Class for representing nodes in a tree
 Group:          Development/Libraries
@@ -14,13 +14,13 @@ BuildRequires:  perl(Test::Pod) >= 1.45
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
-This class encapsulates/makes/manipulates objects that represent nodes
-in a tree structure. The tree structure is not an object itself, but
-is emergent from the linkages you create between nodes.  This class
-provides the methods for making linkages that can be used to build up
-a tree, while preventing you from ever making any kinds of linkages
-which are not allowed in a tree (such as having a node be its own
-mother or ancestor, or having a node have two mothers).
+This class encapsulates/makes/manipulates objects that represent nodes in a
+tree structure. The tree structure is not an object itself, but is emergent
+from the linkages you create between nodes. This class provides the methods
+for making linkages that can be used to build up a tree, while preventing you
+from ever making any kinds of linkages that are not allowed in a tree (such as
+having a node be its own mother or ancestor, or having a node have two
+mothers).
 
 %prep
 %setup -q -n Tree-DAG_Node-%{version}
@@ -38,11 +38,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc CHANGES README
+%doc Changes README
 %{perl_vendorlib}/Tree/
 %{_mandir}/man3/Tree::DAG_Node.3pm*
 
 %changelog
+* Wed Jul  3 2013 Paul Howarth <p...@city-fan.org> - 1.12-1
+- Update to 1.12
+  - Change text in README referring to licence to match text in body of source,
+    since it was in conflict with the Artistic Licence V 2.0
+  - Rename CHANGES to Changes as per CPAN::Changes::SPEC
+  - Various spelling fixes in the docs
+
 * Mon Feb  4 2013 Paul Howarth <p...@city-fan.org> - 1.11-1
 - Update to 1.11
   - License clarified as Artistic 2.0 (CPAN RT#83088)
diff --git a/sources b/sources
index 4c4a67c..02cb7fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-362e63bef4711d286ad7542a5055013d  Tree-DAG_Node-1.11.tgz
+a6ad9e49800448b2823239276a4530b6  Tree-DAG_Node-1.12.tgz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to