diff --git a/Devel-StackTrace-2.00.tar.gz b/Devel-StackTrace-2.00.tar.gz deleted file mode 100644 index 81a179b..0000000 --- a/Devel-StackTrace-2.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1debe7273099a60e1386e0da5edbed7334db3cf3ed8e3b4106b087100b8ec5e4 -size 30012 diff --git a/Devel-StackTrace-2.01.tar.gz b/Devel-StackTrace-2.01.tar.gz new file mode 100644 index 0000000..6df2d43 --- /dev/null +++ b/Devel-StackTrace-2.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055d35b5dbe62b88af7a15b347f7759cacb376dda345e0bd092a549384c30c13 +size 33728 diff --git a/perl-Devel-StackTrace.changes b/perl-Devel-StackTrace.changes index 627ab9a..3dc3a1d 100644 --- a/perl-Devel-StackTrace.changes +++ b/perl-Devel-StackTrace.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 8 10:08:56 UTC 2016 - coolo@suse.com + +- updated to 2.01 + see /usr/share/doc/packages/perl-Devel-StackTrace/Changes + + 2.01 2016-03-02 + + - Fixed the frames method when it is called with arguments. Previously this + did not work if it was called before the method was called as a + reader. Fixed by Mark Fowler. PR #8. + ------------------------------------------------------------------- Thu Apr 16 17:25:42 UTC 2015 - coolo@suse.com diff --git a/perl-Devel-StackTrace.spec b/perl-Devel-StackTrace.spec index 4d7f8e3..6e88525 100644 --- a/perl-Devel-StackTrace.spec +++ b/perl-Devel-StackTrace.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-StackTrace # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-Devel-StackTrace -Version: 2.00 +Version: 2.01 Release: 0 %define cpan_name Devel-StackTrace Summary: An object representing a stack trace @@ -30,22 +30,21 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::More) >= 0.96 %{perl_requires} %description The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace> -and the Devel::StackTrace::Frame manpage. These objects encapsulate the -information that can retrieved via Perl's 'caller()' function, as well as -providing a simple interface to this data. +and Devel::StackTrace::Frame. These objects encapsulate the information +that can retrieved via Perl's 'caller()' function, as well as providing a +simple interface to this data. The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame' objects, one for each level of the stack. The frames contain all the data available from 'caller()'. -This code was created to support my the Exception::Class::Base manpage -class (part of the Exception::Class manpage) but may be useful in other -contexts. +This code was created to support my Exception::Class::Base class (part of +Exception::Class) but may be useful in other contexts. %prep %setup -q -n %{cpan_name}-%{version}