- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
4fe5c5378e
commit
97b34f78f1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d
|
|
||||||
size 32851
|
|
3
Tree-Simple-1.22.tar.gz
Normal file
3
Tree-Simple-1.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a9cdfc4131401346fff9a933fc525b7292ca8661940db2f452c637038e359e1
|
||||||
|
size 44597
|
@@ -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
|
Wed Dec 1 09:44:40 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Tree-Simple
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,23 +15,21 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Tree-Simple
|
Name: perl-Tree-Simple
|
||||||
%define real_name Tree-Simple
|
%define real_name Tree-Simple
|
||||||
Summary: A simple tree object t
|
Summary: A simple tree object t
|
||||||
Url: http://search.cpan.org/perldoc?Tree::Simple
|
License: Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
Url: http://search.cpan.org/perldoc?Tree::Simple
|
||||||
Version: 1.18
|
Version: 1.22
|
||||||
Release: 1
|
Release: 0
|
||||||
Source: %{real_name}-%{version}.tar.gz
|
Source: %{real_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: perl-Test-Memory-Cycle
|
|
||||||
BuildRequires: perl-Test-Exception
|
BuildRequires: perl-Test-Exception
|
||||||
|
BuildRequires: perl-Test-Memory-Cycle
|
||||||
BuildRequires: perl-Test-Pod
|
BuildRequires: perl-Test-Pod
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
BuildRequires: perl-Test-Pod-Coverage
|
||||||
|
BuildRequires: perl-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user