commit perl-Tree-DAG_Node for openSUSE:Factory

2018-02-23 Thread root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2018-02-23 15:29:17

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is "perl-Tree-DAG_Node"

Fri Feb 23 15:29:17 2018 rev:26 rq:578711 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2018-02-13 10:28:59.865970590 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2018-02-23 15:29:18.223594197 +0100
@@ -1,0 +2,19 @@
+Wed Feb 21 12:03:12 UTC 2018 - pmonrealgonza...@suse.com
+
+- Cleaned the spec file with spec-cleaner
+
+---
+Wed Feb 21 11:56:34 UTC 2018 - pmonrealgonza...@suse.com
+
+- updated to 1.31
+
+ 1.31  2018-02-14T09:08:00
+  - Clarify licence issue by changing the reference in the
+DAG_Node.pm file from Artistic V 2 to Perl, so it now
+matches what I preemptively put in Makefile.PL and the
+LICENSE file.
+  - Sean Burke has kindly agreed to this change.
+$thanx x $many to Gregor Herrmann (Debian Perl Group) for
+reporting this via github.
+
+---

Old:

  Tree-DAG_Node-1.30.tgz

New:

  Tree-DAG_Node-1.31.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.yEYFCa/_old  2018-02-23 15:29:19.335554023 +0100
+++ /var/tmp/diff_new_pack.yEYFCa/_new  2018-02-23 15:29:19.339553878 +0100
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Tree-DAG_Node
 Name:   perl-Tree-DAG_Node
-Version:1.30
+Version:1.31
 Release:0
-%define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Tree-DAG_Node/
 Source0:
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
 Source1:cpanspec.yml
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Slurp::Tiny) >= 0.003
@@ -35,6 +33,7 @@
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(Test::More) >= 1.001002
 Requires:   perl(File::Slurp::Tiny) >= 0.003
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -50,11 +49,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install

++ Tree-DAG_Node-1.30.tgz -> Tree-DAG_Node-1.31.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.30/Changelog.ini 
new/Tree-DAG_Node-1.31/Changelog.ini
--- old/Tree-DAG_Node-1.30/Changelog.ini2018-01-26 05:42:26.0 
+0100
+++ new/Tree-DAG_Node-1.31/Changelog.ini2018-02-13 23:16:43.0 
+0100
@@ -3,6 +3,15 @@
 Changelog.Creator=Module::Metadata::Changes V 2.12
 Changelog.Parser=Config::IniFiles V 2.94
 
+[V 1.31]
+Date=2018-02-14T09:08:00
+Comments= 

commit perl-Tree-DAG_Node for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2017-10-09 19:46:11

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is "perl-Tree-DAG_Node"

Mon Oct  9 19:46:11 2017 rev:24 rq:532537 version:1.29

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2014-03-19 09:05:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2017-10-09 19:48:16.327449497 +0200
@@ -1,0 +2,6 @@
+Sun Oct  8 08:18:46 UTC 2017 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini
+
+---

Old:

  Tree-DAG_Node-1.22.tgz

New:

  Tree-DAG_Node-1.29.tgz
  cpanspec.yml



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.j9wDeK/_old  2017-10-09 19:48:16.887424886 +0200
+++ /var/tmp/diff_new_pack.j9wDeK/_new  2017-10-09 19:48:16.891424710 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.22
+Version:1.29
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Tree-DAG_Node/
-Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+Source0:
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,11 +33,8 @@
 BuildRequires:  perl(File::Slurp::Tiny) >= 0.003
 BuildRequires:  perl(File::Spec) >= 3.4
 BuildRequires:  perl(File::Temp) >= 0.19
-BuildRequires:  perl(Module::Build) >= 0.38
-BuildRequires:  perl(Test::More) >= 0.98
+BuildRequires:  perl(Test::More) >= 1.001014
 Requires:   perl(File::Slurp::Tiny) >= 0.003
-Requires:   perl(File::Spec) >= 3.4
-Requires:   perl(File::Temp) >= 0.19
 %{perl_requires}
 
 %description
@@ -48,85 +46,24 @@
 (such as having a node be its own mother or ancestor, or having a node have
 two mothers).
 
-This is what I mean by a "tree structure", a bit redundantly stated:
-
-* o A tree is a special case of an acyclic directed graph
-
-* o A tree is a network of nodes where there's exactly one root node
-
-  Also, the only primary relationship between nodes is the mother-daughter
-  relationship.
-
-* o No node can be its own mother, or its mother's mother, etc
-
-* o Each node in the tree has exactly one parent
-
-  Except for the root of course, which is parentless.
-
-* o Each node can have any number (0 .. N) daughter nodes
-
-  A given node's daughter nodes constitute an _ordered_ list.
-
-  However, you are free to consider this ordering irrelevant. Some
-  applications do need daughters to be ordered, so I chose to consider this
-  the general case.
-
-* o A node can appear in only one tree, and only once in that tree
-
-  Notably (notable because it doesn't follow from the two above points), a
-  node cannot appear twice in its mother's daughter list.
-
-* o There's an idea of up versus down
-
-  Up means towards to the root, and down means away from the root (and
-  towards the leaves).
-
-* o There's an idea of left versus right
-
-  Left is toward the start (index 0) of a given node's daughter list, and
-  right is toward the end of a given node's daughter list.
-
-Trees as described above have various applications, among them:
-representing syntactic constituency, in formal linguistics; representing
-contingencies in a game tree; representing abstract syntax in the parsing
-of any computer language -- whether in expression trees for programming
-languages, or constituency in the parse of a markup language document.
-(Some of these might not use the fact that daughters are ordered.)
-
-(Note: B-Trees are a very special case of the above kinds of trees, and are
-best treated with their own class. Check CPAN for modules encapsulating
-B-Trees; or if you actually want a database, and for some reason ended up
-looking here, go look at the AnyDBM_File manpage.)
-
-Many base classes are not usable except as such -- but 'Tree::DAG_Node' 

commit perl-Tree-DAG_Node for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2014-03-19 09:05:56

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-10-21 15:15:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2014-03-19 09:05:57.0 +0100
@@ -1,0 +2,17 @@
+Fri Mar 14 06:09:54 UTC 2014 - co...@suse.com
+
+- updated to 1.22
+- t/read.tree.t was still using File::Slurp :-(.
+ 
+ 1.21  Thu Feb 13 11:14:00 2014
+- Switch from File::Slurp to File::Slurp::Tiny, on the advice of Karen 
Etheridge. See RT#92976.
+ 
+ 1.20  Fri Jan 31 09:46:00 2014
+- After a private email from Paul Howarth (yea!) I see I need 
File::Temp V 0.19 because that's
+the version which introduced the newdir() method, as used in 
the test suite. Sorry for the churn.
+ 
+ 1.19  Thu Jan 30 09:24:00 2014
+- Set pre-req File::Temp version # to 0 (back from 0.2301). See D A 
Golden's blog entry:
+
http://www.dagolden.com/index.php/2293/why-installing-distzilla-is-slow-and-what-you-can-do-about-it/.
+
+---

Old:

  Tree-DAG_Node-1.18.tgz

New:

  Tree-DAG_Node-1.22.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.GbIWIS/_old  2014-03-19 09:05:58.0 +0100
+++ /var/tmp/diff_new_pack.GbIWIS/_new  2014-03-19 09:05:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.18
+Version:1.22
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -29,15 +29,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Slurp) = .19
+BuildRequires:  perl(File::Slurp::Tiny) = 0.003
 BuildRequires:  perl(File::Spec) = 3.4
-BuildRequires:  perl(File::Temp) = 0.2301
+BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
-#BuildRequires: perl(Tree::DAG_Node)
-Requires:   perl(File::Slurp) = .19
+Requires:   perl(File::Slurp::Tiny) = 0.003
 Requires:   perl(File::Spec) = 3.4
-Requires:   perl(File::Temp) = 0.2301
+Requires:   perl(File::Temp) = 0.19
 %{perl_requires}
 
 %description

++ Tree-DAG_Node-1.18.tgz - Tree-DAG_Node-1.22.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.18/Build.PL 
new/Tree-DAG_Node-1.22/Build.PL
--- old/Tree-DAG_Node-1.18/Build.PL 2013-09-19 06:36:07.0 +0200
+++ new/Tree-DAG_Node-1.22/Build.PL 2014-02-13 05:43:32.0 +0100
@@ -1,6 +1,8 @@
 use strict;
 use warnings;
 
+use 5.008_001; # For the utf-8 stuff.
+
 use Module::Build;
 
 Module::Build - new
@@ -20,11 +22,10 @@
},
requires =
{
-   'File::Spec'  = 3.40,
-   'File::Temp'  = 0.2301,
-   'perl'= '5.008001', # For the utf-8 stuff.
-   'File::Slurp' = .19,
-   'strict'  = 0,
-   'warnings'= 0,
+   'File::Spec'= 3.40,
+   'File::Temp'= 0.19,
+   'File::Slurp::Tiny' = 0.003,
+   'strict'= 0,
+   'warnings'  = 0,
},
 ) - create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.18/Changelog.ini 
new/Tree-DAG_Node-1.22/Changelog.ini
--- old/Tree-DAG_Node-1.18/Changelog.ini2013-09-19 06:36:07.0 
+0200
+++ new/Tree-DAG_Node-1.22/Changelog.ini2014-02-13 05:43:32.0 
+0100
@@ -1,7 +1,29 @@
 [Module]
 Name=Tree::DAG_Node
 Changelog.Creator=Module::Metadata::Changes V 2.05
-Changelog.Parser=Config::IniFiles V 2.78
+Changelog.Parser=Config::IniFiles V 2.82
+
+[V 1.22]
+Date=2014-02-13T13:14:00
+Comments=- t/read.tree.t was still using File::Slurp :-(.
+
+[V 1.21]
+Date=2014-02-13T11:14:00
+Comments=- Switch from File::Slurp to File::Slurp::Tiny, on the 

commit perl-Tree-DAG_Node for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-10-21 15:14:59

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-07-30 18:46:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-10-21 15:15:00.0 +0200
@@ -1,0 +2,42 @@
+Fri Oct  4 09:12:08 UTC 2013 - co...@suse.com
+
+- updated to 1.18
+- No changes, code or otherwise, except for the version # in the *.pm, 
this file, and Changelog.ini.
+- Somehow a corrupted version got uploaded to search.cpan.org, so I've 
just changed the version #.
+The file on MetaCPAN was fine.
+- Thanx to Rob (Sisyphus) for reporting this.
+ 
+ 1.17  Mon Sep 16 15:24:00 2013
+- Write test temp files in :raw mode as well as utf-8, for MS Windows 
users.
+- Take the opportunity to change all utf8 to utf-8, as per the docs 
for Encode,
+except for 'use warnings  qw(FATAL utf8);', which doesn't 
accept utf-8 :-(.
+ 
+ 1.16  Mon Sep  9 09;26:00 2013
+- Accept a patch (slightly modified by me) from Tom Molesworth (see 
RT#88501):
+Remove 'use open qw(:std :utf8);' because of its global effect.
+Replace Perl6::Slurp with File::Slurp, using the latter's 
binmode option for the encoding.
+Fix docs where I'd erroneously said File::Slurp didn't support 
utf8.
+ 
+ 1.15  Fri Sep  6 11:10:00 2013
+- Replace Path::Tiny with File::Spec, because the former's list of 
dependencies is s long :-(.
+Changed files: t/read.tree.t, Build.PL and Makefile.PL.
+See: RT#88435 for an explanation.
+- Move t/pod.t to xt/author/pod.t.
+ 
+ 1.14  Wed Sep  4 13:44:00 2013
+- Document the copy() method.
+- Patch the copy() method so it respects the {no_attribute_copy = 1} 
option.
+- Add method read_tree(), for text files. It uses Perl6::Slurp (which 
supports utf8).
+- Add methods read_attributes() and string2hashref($s) for use by 
read_tree().
+- Add t/read.tree.t to test read_tree().
+- Add t/tree.utf8.attrbiutes.txt, in utf8, for use by t/read.tree.t.
+- Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for 
use by t/read.tree.t.
+- Make Perl V 5.8.1 a pre-req so we have access to the utf8 pragma.
+ 
+ 1.13  Mon Aug 12 17:16:00 2013
+- 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 behaviour.
+This makes it easier to pass 0 or 1 from the command line, 
since there is no default value available.
+
+
+---

Old:

  Tree-DAG_Node-1.12.tgz

New:

  Tree-DAG_Node-1.18.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.K69Z4i/_old  2013-10-21 15:15:01.0 +0200
+++ /var/tmp/diff_new_pack.K69Z4i/_new  2013-10-21 15:15:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.12
+Version:1.18
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -29,9 +29,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp) = .19
+BuildRequires:  perl(File::Spec) = 3.4
+BuildRequires:  perl(File::Temp) = 0.2301
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
 #BuildRequires: perl(Tree::DAG_Node)
+Requires:   perl(File::Slurp) = .19
+Requires:   perl(File::Spec) = 3.4
+Requires:   perl(File::Temp) = 0.2301
 %{perl_requires}
 
 %description
@@ -122,6 +128,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog.ini Changes README scripts
+%doc Changelog.ini Changes README scripts xt
 
 %changelog

++ Tree-DAG_Node-1.12.tgz - Tree-DAG_Node-1.18.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.12/Build.PL 
new/Tree-DAG_Node-1.18/Build.PL
--- old/Tree-DAG_Node-1.12/Build.PL 2013-07-03 08:43:17.0 +0200
+++ new/Tree-DAG_Node-1.18/Build.PL 2013-09-19 06:36:07.0 +0200
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Module::Build;
 
 Module::Build - new
@@ -8,16 +11,20 @@
dist_author= 'Sean M. 

commit perl-Tree-DAG_Node for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-07-30 18:46:31

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-06-06 14:00:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-07-30 18:46:33.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 27 11:58:09 UTC 2013 - co...@suse.com
+
+- updated 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.
+  This was requested by Petr Pisar who packages stuff for Red Hat.
+  - Rename CHANGES to Changes as per CPAN::Changes::SPEC.
+  - Various spelling fixes in the docs, as kindly reported by 
dsteinbrunner.
+
+---

Old:

  Tree-DAG_Node-1.11.tgz

New:

  Tree-DAG_Node-1.12.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.KFSA1Q/_old  2013-07-30 18:46:34.0 +0200
+++ /var/tmp/diff_new_pack.KFSA1Q/_new  2013-07-30 18:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -122,6 +122,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog.ini CHANGES README scripts
+%doc Changelog.ini Changes README scripts
 
 %changelog

++ Tree-DAG_Node-1.11.tgz - Tree-DAG_Node-1.12.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.11/CHANGES 
new/Tree-DAG_Node-1.12/CHANGES
--- old/Tree-DAG_Node-1.11/CHANGES  2013-02-04 00:00:42.0 +0100
+++ new/Tree-DAG_Node-1.12/CHANGES  1970-01-01 01:00:00.0 +0100
@@ -1,103 +0,0 @@
-Revision history for Perl module Tree::DAG_Node.
-
-1.11  Mon Feb  4 09:50:00 2013
-   - Correct the date (2012 - 2013) in this file used for V 1.10.
-   - Correct the text at LTree::DAG_Node/AUTHOR so it refers to Artistic 
License 2.0,
-   which now matches what it says in Build.PL and Makefile.PL. 
Resolves RT#83088.
-
-1.10  Fri Feb  1 08:53:00 2013
-   - Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod 
in Build.PL and Makefile.PL.
-   This means Test::Pod is not used at all if it is not installed. 
As per RT#83077.
-
-1.09  Thu Nov  8 12:38:00 2012
-   - No code changes.
-   - Oops. The changes in V 1.08 we made in the other 10 distros, but not 
in this one. My apologies.
-
-1.08  Thu Nov  8 12:38:00 2012
-   - No code changes.
-   - For pre-reqs such as strict, warnings, etc, which ship with Perl, set 
the version # to 0.
-   Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
-
-1.07  Thu Nov  1 12:47:00 2012
-   - New maintainer: Ron Savage
-   - Pre-emptive apologies for any changes which are not back-compat. No 
such problems are expected, but the
-   introduction of new methods may disconcert some viewers.
-   - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
-   - Fix RT#79506. reported by Ron Savage.
-   - Rename ChangeLog to CHANGES, and add Changelog.ini.
-   - Replace all uses of cyclicity_fault() and Carp::croak with die.
-   - Remove unused methods: decommission_root(), cyclicity_allowed(), 
cyclicity_fault(), inaugurate_root(),
-   no_cyclicity() and _update_links(). OK - cyclicity_fault() was 
called once. It just died.
-   - Add methods: format_node(), hashref2string(), is_root(), 
node2string(), tree2string().
-   tree2string($opts, $node) - unlike draw_ascii_tree() - can 
optionally print the tree starting at any node.
-   Override format_node(), hashref2string(), and node2string() if 
desired.
-   - Reformat the POD big-time.
-   - Add Build.PL.
-   - Re-write Makefile.PL.
-   - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our 
...'.
-   - Rename t/00_about_verbose.t to t/about.perl.t.
-   - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into 
an infinite loop.
-   - Add t/cut.and.paste.subtrees.t.Warning: Some trees get into 
an infinite loop.
-   - Document the options (discouraged by Sean) supported in the call to 
new($hashref).
-
-1.06  Sun Dec  2 12:00:00 1998
-   - New maintainer: 

commit perl-Tree-DAG_Node for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-06-06 14:00:18

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2011-11-21 12:49:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-06-06 14:00:20.0 +0200
@@ -1,0 +2,35 @@
+Tue Jun  4 15:24:17 UTC 2013 - co...@suse.com
+
+- updated to 1.11
+   - Correct the date (2012 - 2013) in this file used for V 1.10.
+   - Correct the text at LTree::DAG_Node/AUTHOR so it refers to Artistic 
License 2.0,
+   which now matches what it says in Build.PL and Makefile.PL. 
Resolves RT#83088.
+
+   - Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod 
in Build.PL and Makefile.PL.
+   This means Test::Pod is not used at all if it is not installed. 
As per RT#83077.
+
+   - For pre-reqs such as strict, warnings, etc, which ship with Perl, set 
the version # to 0.
+   Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
+
+   - New maintainer: Ron Savage
+   - Pre-emptive apologies for any changes which are not back-compat. No 
such problems are expected, but the
+   introduction of new methods may disconcert some viewers.
+   - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
+   - Fix RT#79506. reported by Ron Savage.
+   - Rename ChangeLog to CHANGES, and add Changelog.ini.
+   - Replace all uses of cyclicity_fault() and Carp::croak with die.
+   - Remove unused methods: decommission_root(), cyclicity_allowed(), 
cyclicity_fault(), inaugurate_root(),
+   no_cyclicity() and _update_links(). OK - cyclicity_fault() was 
called once. It just died.
+   - Add methods: format_node(), hashref2string(), is_root(), 
node2string(), tree2string().
+   tree2string($opts, $node) - unlike draw_ascii_tree() - can 
optionally print the tree starting at any node.
+   Override format_node(), hashref2string(), and node2string() if 
desired.
+   - Reformat the POD big-time.
+   - Add Build.PL.
+   - Re-write Makefile.PL.
+   - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our 
...'.
+   - Rename t/00_about_verbose.t to t/about.perl.t.
+   - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into 
an infinite loop.
+   - Add t/cut.and.paste.subtrees.t.Warning: Some trees get into 
an infinite loop.
+   - Document the options (discouraged by Sean) supported in the call to 
new($hashref).
+
+---

Old:

  Tree-DAG_Node-1.06.tar.gz

New:

  Tree-DAG_Node-1.11.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.1Ont2u/_old  2013-06-06 14:00:21.0 +0200
+++ /var/tmp/diff_new_pack.1Ont2u/_new  2013-06-06 14:00:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,63 +15,113 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Tree-DAG_Node
-Version:1.06 
-Release:51
-AutoReqProv:on
+Version:1.11
+Release:0
+%define cpan_name Tree-DAG_Node
+Summary:An N-ary tree
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-License:Artistic-1.0
-Url:http://cpan.org/modules/by-module/Tree/
-Summary:Tree::DAG_Node - (super)class for representing nodes in a tree
-Source: Tree-DAG_Node-%{version}.tar.gz 
+Url:http://search.cpan.org/dist/Tree-DAG_Node/
+Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Test::More) = 0.98
+#BuildRequires: perl(Tree::DAG_Node)
+%{perl_requires}
 
 %description
-This class encapsulates/makes/manipulates objects that represent nodes
-in a tree structure. The tree structure is not an object itself, but is

commit perl-Tree-DAG_Node for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2011-12-06 18:49:16

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.T3p7j0/_old  2011-12-06 19:22:22.0 +0100
+++ /var/tmp/diff_new_pack.T3p7j0/_new  2011-12-06 19:22:22.0 +0100
@@ -23,7 +23,7 @@
 Release:51
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic
+License:Artistic-1.0
 Url:http://cpan.org/modules/by-module/Tree/
 Summary:Tree::DAG_Node - (super)class for representing nodes in a tree
 Source: Tree-DAG_Node-%{version}.tar.gz 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Tree-DAG_Node for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2011-11-21 12:49:41

Comparing /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new (New)


Package is perl-Tree-DAG_Node, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2011-09-23 12:39:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2011-11-21 12:49:42.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:07:57 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Tree-DAG_Node-1.06.tar.bz2

New:

  Tree-DAG_Node-1.06.tar.gz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.AFLGtB/_old  2011-11-21 12:49:46.0 +0100
+++ /var/tmp/diff_new_pack.AFLGtB/_new  2011-11-21 12:49:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Tree-DAG_Node (Version 1.06 )
+# spec file for package perl-Tree-DAG_Node
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:Artistic
 Url:http://cpan.org/modules/by-module/Tree/
 Summary:Tree::DAG_Node - (super)class for representing nodes in a tree
-Source: Tree-DAG_Node-%{version}.tar.bz2 
+Source: Tree-DAG_Node-%{version}.tar.gz 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org