Hello community,
here is the log from the commit of package perl-Devel-StackTrace for
openSUSE:Factory checked in at 2016-03-16 10:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-StackTrace (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-StackTrace"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes
2015-04-18 10:39:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
2016-03-16 10:34:19.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Mar 8 10:08:56 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Devel-StackTrace-2.00.tar.gz
New:
----
Devel-StackTrace-2.01.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-StackTrace.spec ++++++
--- /var/tmp/diff_new_pack.g1qHSD/_old 2016-03-16 10:34:20.000000000 +0100
+++ /var/tmp/diff_new_pack.g1qHSD/_new 2016-03-16 10:34:20.000000000 +0100
@@ -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 @@
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}
++++++ Devel-StackTrace-2.00.tar.gz -> Devel-StackTrace-2.01.tar.gz ++++++
++++ 3486 lines of diff (skipped)