From 97b34f78f17ac928e21c3211ac7f111bec4fd63791514b0b70fa08b4a9f7d4fd Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 14 Oct 2013 17:48:41 +0000 Subject: [PATCH] - update to 1.22: + Metadata fixes in Build.PL and correct bugtracker queue in Makefile.PL. Thanx to dsteinbrunner (via github). + Merge source from https://github.com/stevan/tree-simple. + Add bugtracker and license to Build.PL and Makefile.PL. + Maintenance now by Ron Savage. + Rectify datestamp format in this file. + Make Simple.pm and Visitor.pm have the same version #. + Reformat Build.PL and Makefile.PL. + Move t/pod* into xt/author/. + Minor doc patches. + Add t/17_Tree_Simple_width_test.t. This code was attached to RT#40407, to demonstrate a bug in keeping a running total of the width (leaf count) of a tree during node additions to leaves. + Add t/21_Tree_Simple_Visitor_test.t. This code was attached to RT#30032, to demonstrate a bug in including the root in a traversal after calling $visitor -> includeTruck(1). + RT#30032: Adopt patch from Moses Amaro. With thanx. + RT#38607: Reject. Suppressing deep recursion warnings should not normally be done. Sub-class! + RT#40407: Adopt patch from David Cryer. With thanx. + RT#84797: Reject. Changing the return value of setUID could break any amount of code. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-Simple?expand=0&rev=7 --- Tree-Simple-1.18.tar.gz | 3 --- Tree-Simple-1.22.tar.gz | 3 +++ perl-Tree-Simple.changes | 27 +++++++++++++++++++++++++++ perl-Tree-Simple.spec | 16 +++++++--------- 4 files changed, 37 insertions(+), 12 deletions(-) delete mode 100644 Tree-Simple-1.18.tar.gz create mode 100644 Tree-Simple-1.22.tar.gz diff --git a/Tree-Simple-1.18.tar.gz b/Tree-Simple-1.18.tar.gz deleted file mode 100644 index 70bcd3b..0000000 --- a/Tree-Simple-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d -size 32851 diff --git a/Tree-Simple-1.22.tar.gz b/Tree-Simple-1.22.tar.gz new file mode 100644 index 0000000..7e8f5f2 --- /dev/null +++ b/Tree-Simple-1.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9cdfc4131401346fff9a933fc525b7292ca8661940db2f452c637038e359e1 +size 44597 diff --git a/perl-Tree-Simple.changes b/perl-Tree-Simple.changes index 5d1f79d..58f0260 100644 --- a/perl-Tree-Simple.changes +++ b/perl-Tree-Simple.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Oct 14 17:45:49 UTC 2013 - lars@linux-schulserver.de + +- update to 1.22: + + Metadata fixes in Build.PL and correct bugtracker queue in + Makefile.PL. Thanx to dsteinbrunner (via github). + + Merge source from https://github.com/stevan/tree-simple. + + Add bugtracker and license to Build.PL and Makefile.PL. + + Maintenance now by Ron Savage. + + Rectify datestamp format in this file. + + Make Simple.pm and Visitor.pm have the same version #. + + Reformat Build.PL and Makefile.PL. + + Move t/pod* into xt/author/. + + Minor doc patches. + + Add t/17_Tree_Simple_width_test.t. This code was attached to + RT#40407, to demonstrate a bug in keeping a running total of + the width (leaf count) of a tree during node additions to leaves. + + Add t/21_Tree_Simple_Visitor_test.t. This code was attached to + RT#30032, to demonstrate a bug in including the root in a + traversal after calling $visitor -> includeTruck(1). + + RT#30032: Adopt patch from Moses Amaro. With thanx. + + RT#38607: Reject. Suppressing deep recursion warnings should + not normally be done. Sub-class! + + RT#40407: Adopt patch from David Cryer. With thanx. + + RT#84797: Reject. Changing the return value of setUID could + break any amount of code. + ------------------------------------------------------------------- Wed Dec 1 09:44:40 UTC 2010 - coolo@novell.com diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec index c3f5991..bdecff2 100644 --- a/perl-Tree-Simple.spec +++ b/perl-Tree-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tree-Simple # -# 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,23 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Tree-Simple %define real_name Tree-Simple Summary: A simple tree object t -Url: http://search.cpan.org/perldoc?Tree::Simple +License: Artistic-1.0 Group: Development/Libraries/Perl -License: Artistic License -Version: 1.18 -Release: 1 +Url: http://search.cpan.org/perldoc?Tree::Simple +Version: 1.22 +Release: 0 Source: %{real_name}-%{version}.tar.gz -BuildRequires: perl-macros -BuildRequires: perl-Test-Memory-Cycle BuildRequires: perl-Test-Exception +BuildRequires: perl-Test-Memory-Cycle BuildRequires: perl-Test-Pod BuildRequires: perl-Test-Pod-Coverage +BuildRequires: perl-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires}