commit perl-Devel-StackTrace for openSUSE:Factory

2019-05-28 Thread root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2019-05-28 09:39:56

Comparing /work/SRC/openSUSE:Factory/perl-Devel-StackTrace (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148 (New)


Package is "perl-Devel-StackTrace"

Tue May 28 09:39:56 2019 rev:20 rq:705413 version:2.04

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes  
2017-11-23 09:37:39.307311278 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new.5148/perl-Devel-StackTrace.changes
2019-05-28 09:39:58.093911549 +0200
@@ -1,0 +2,15 @@
+Sat May 25 05:05:57 UTC 2019 - Stephan Kulow 
+
+- updated to 2.04
+   see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
+
+  2.04   2019-05-24
+  
+  - Add a partial workaround for "Bizarre copy" errors (GH #11) that come when
+attempting to look at arguments in the call stack. This is only a partial
+fix as there are cases that can lead to a SEGV. Ultimately this needs to be
+fixed in the Perl core. See
+https://rt.perl.org/Public/Bug/Display.html?id=131046 for relevant
+discussion. Fixed by pali. GH #21.
+
+---

Old:

  Devel-StackTrace-2.03.tar.gz

New:

  Devel-StackTrace-2.04.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.mGfBA2/_old  2019-05-28 09:39:58.941911270 +0200
+++ /var/tmp/diff_new_pack.mGfBA2/_new  2019-05-28 09:39:58.941911270 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Devel-StackTrace
-Version:2.03
+Version:2.04
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Devel-StackTrace/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -50,11 +50,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 test
 
 %install
 %perl_make_install
@@ -63,7 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
 %license LICENSE
 
 %changelog

++ Devel-StackTrace-2.03.tar.gz -> Devel-StackTrace-2.04.tar.gz ++
 1902 lines of diff (skipped)




commit perl-Devel-StackTrace for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2017-11-23 09:37:36

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


Package is "perl-Devel-StackTrace"

Thu Nov 23 09:37:36 2017 rev:19 rq:543840 version:2.03

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes  
2016-12-10 18:30:01.474635313 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2017-11-23 09:37:39.307311278 +0100
@@ -1,0 +2,14 @@
+Sun Nov 19 06:16:22 UTC 2017 - co...@suse.com
+
+- updated to 2.03
+   see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
+
+  2.03   2017-11-18
+  
+  - If all frames in the trace were skipped (via skip_frames, frame_filter,
+ignore_*, etc.), then the stringified stack trace would be an empty
+string. Now this has been changed to always return the message given to the
+constructor or the string "Trace begun". Fixes GH #15, reported by Karen
+Etheridge.
+
+---

Old:

  Devel-StackTrace-2.02.tar.gz

New:

  Devel-StackTrace-2.03.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.A0cFeE/_old  2017-11-23 09:37:39.939288220 +0100
+++ /var/tmp/diff_new_pack.A0cFeE/_new  2017-11-23 09:37:39.943288074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# Copyright (c) 2016 SUSE LINUX 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,14 @@
 
 
 Name:   perl-Devel-StackTrace
-Version:2.02
+Version:2.03
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-StackTrace/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,6 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE README.md
+%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%license LICENSE
 
 %changelog

++ Devel-StackTrace-2.02.tar.gz -> Devel-StackTrace-2.03.tar.gz ++
 1787 lines of diff (skipped)




commit perl-Devel-StackTrace for openSUSE:Factory

2016-03-16 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2016-03-16 10:34:19.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar  8 10:08:56 UTC 2016 - co...@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.
+
+---

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.0 +0100
+++ /var/tmp/diff_new_pack.g1qHSD/_new  2016-03-16 10:34:20.0 +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)




commit perl-Devel-StackTrace for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2015-04-18 10:39:31

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  
2014-09-19 22:27:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2015-04-18 10:39:32.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr 16 17:25:42 UTC 2015 - co...@suse.com
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
+
+  2.00   2014-11-01
+  
+  [BACKWARDS INCOMPATIBILITIES]
+  
+  - The no_refs constructor parameter is now deprecated, and has been replace 
by
+a new unsafe_ref_capture parameter that defaults to false, meaning no
+references are captured by default. Capturing references by default caused
+too many issues that couldn't be worked around, including running DESTROY
+blocks multiple times on captured objects in the worst case.
+  
+  - Removed support for the long-deprecated no_object_refs constructor 
parameter
+(deprecated in 2002!).
+
+---

Old:

  Devel-StackTrace-1.34.tar.gz

New:

  Devel-StackTrace-2.00.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.8g8Qfc/_old  2015-04-18 10:39:32.0 +0200
+++ /var/tmp/diff_new_pack.8g8Qfc/_new  2015-04-18 10:39:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-Devel-StackTrace
-Version:1.34
+Version:2.00
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-StackTrace/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -63,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 
 %changelog

++ Devel-StackTrace-1.34.tar.gz - Devel-StackTrace-2.00.tar.gz ++
 2735 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-Devel-StackTrace for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2014-09-19 22:27:44

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  
2014-02-24 14:12:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2014-09-19 22:27:48.0 +0200
@@ -1,0 +2,19 @@
+Fri Sep 19 12:15:46 UTC 2014 - co...@suse.com
+
+- updated to 1.34
+ - Fixed use of // operator (my use, not Graham's) in previous release.
+ 
+ 
+ 1.33   2014-06-26
+ 
+ - Added a skip_frames option. This causes the stack trace to skip an arbitrary
+   number of frames. Patch by Graham Knopp. PR #5.
+ 
+ 
+ 1.32   2014-05-05
+ 
+ - Added a filter_frames_early option to filter frames before arguments are
+   stringified. Added by Dagfinn Ilmari Mannsåker. PR #4.
+ 
+
+---

Old:

  Devel-StackTrace-1.31.tar.gz

New:

  Devel-StackTrace-1.34.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.sRI2NG/_old  2014-09-19 22:27:49.0 +0200
+++ /var/tmp/diff_new_pack.sRI2NG/_new  2014-09-19 22:27:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-StackTrace
-Version:1.31
+Version:1.34
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace

++ Devel-StackTrace-1.31.tar.gz - Devel-StackTrace-1.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.31/Changes 
new/Devel-StackTrace-1.34/Changes
--- old/Devel-StackTrace-1.31/Changes   2014-01-16 23:35:53.0 +0100
+++ new/Devel-StackTrace-1.34/Changes   2014-06-26 23:49:42.0 +0200
@@ -1,3 +1,20 @@
+1.34   2014-06-26
+
+- Fixed use of // operator (my use, not Graham's) in previous release.
+
+
+1.33   2014-06-26
+
+- Added a skip_frames option. This causes the stack trace to skip an arbitrary
+  number of frames. Patch by Graham Knopp. PR #5.
+
+
+1.32   2014-05-05
+
+- Added a filter_frames_early option to filter frames before arguments are
+  stringified. Added by Dagfinn Ilmari Mannsåker. PR #4.
+
+
 1.31   2014-01-16
 
 - No code changes, just doc updates, including documenting the as_string()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.31/MANIFEST 
new/Devel-StackTrace-1.34/MANIFEST
--- old/Devel-StackTrace-1.31/MANIFEST  2014-01-16 23:35:53.0 +0100
+++ new/Devel-StackTrace-1.34/MANIFEST  2014-06-26 23:49:42.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.019.
 Changes
 INSTALL
 LICENSE
@@ -18,6 +18,8 @@
 t/05-back-compat.t
 t/06-dollar-at.t
 t/07-no-args.t
+t/08-filter-early.t
+t/09-skip-frames.t
 t/author-pod-spell.t
 t/release-cpan-changes.t
 t/release-eol.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.31/META.json 
new/Devel-StackTrace-1.34/META.json
--- old/Devel-StackTrace-1.31/META.json 2014-01-16 23:35:53.0 +0100
+++ new/Devel-StackTrace-1.34/META.json 2014-06-26 23:49:42.0 +0200
@@ -4,7 +4,7 @@
   Dave Rolsky auta...@urth.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 5.012, CPAN::Meta::Converter version 
2.120921,
+   generated_by : Dist::Zilla version 5.019, CPAN::Meta::Converter version 
2.120921,
license : [
   artistic_2
],
@@ -22,6 +22,8 @@
   develop : {
  requires : {
 Pod::Coverage::TrustPod : 0,
+Test::More : 0,
+Test::NoTabs : 0,
 Test::Pod : 1.41,
 Test::Pod::Coverage : 1.08
  }
@@ -60,10 +62,12 @@
  web : http://git.urth.org/Devel-StackTrace.git;
   }
},
-   version : 1.31,
+   version : 1.34,
x_authority : cpan:DROLSKY,
x_contributors : [
+  Dagfinn Ilmari Mannsåker ilm...@ilmari.org,
   David Cantrell da...@cantrell.org.uk,
+  Graham Knop ha...@haarg.org,
   Ricardo Signes r...@cpan.org,
   autarch devnull@localhost,
   convert-repo devnull@localhost,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.31/META.yml 
new/Devel-StackTrace-1.34/META.yml
--- old/Devel-StackTrace-1.31/META.yml  

commit perl-Devel-StackTrace for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2014-02-24 14:12:22

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  
2013-06-07 10:06:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2014-02-24 14:12:23.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 24 06:08:43 UTC 2014 - co...@suse.com
+
+- updated to 1.31
+ - No code changes, just doc updates, including documenting the as_string()
+   method in Devel::StackTrace::Frame. Requested by Skef. RT #91575.
+- remove Devel-StackTrace-1.27_Test_More.patch
+
+---

Old:

  Devel-StackTrace-1.27_Test_More.patch
  Devel-StackTrace-1.30.tar.gz

New:

  Devel-StackTrace-1.31.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.DrX9dC/_old  2014-02-24 14:12:24.0 +0100
+++ /var/tmp/diff_new_pack.DrX9dC/_new  2014-02-24 14:12:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# 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-Devel-StackTrace
-Version:1.30
+Version:1.31
 Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
@@ -30,24 +30,21 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(Devel::StackTrace)
-#BuildRequires: perl(Devel::StackTrace::Frame)
-#BuildRequires: perl(Test::Pod::Coverage) = 1.04
-#BuildRequires: perl(Test::Spelling)
 %{perl_requires}
 
 %description
-The Devel::StackTrace module contains two classes, Devel::StackTrace and
-Devel::StackTrace::Frame. The goal of this object is to encapsulate the
-information that can found through using the caller() function, as well as
+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.
 
-The Devel::StackTrace object contains a set of Devel::StackTrace::Frame
+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 Exception::Class) but may be useful in other contexts.
+class (part of the Exception::Class manpage) but may be useful in other
+contexts.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Devel-StackTrace-1.30.tar.gz - Devel-StackTrace-1.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.30/Changes 
new/Devel-StackTrace-1.31/Changes
--- old/Devel-StackTrace-1.30/Changes   2012-11-20 06:06:36.0 +0100
+++ new/Devel-StackTrace-1.31/Changes   2014-01-16 23:35:53.0 +0100
@@ -1,3 +1,9 @@
+1.31   2014-01-16
+
+- No code changes, just doc updates, including documenting the as_string()
+  method in Devel::StackTrace::Frame. Requested by Skef. RT #91575.
+
+
 1.30   2012-11-19
 
 - There was an eval which did not first localize $@ and $SIG{__DIE__}. This
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.30/LICENSE 
new/Devel-StackTrace-1.31/LICENSE
--- old/Devel-StackTrace-1.30/LICENSE   2012-11-20 06:06:36.0 +0100
+++ new/Devel-StackTrace-1.31/LICENSE   2014-01-16 23:35:53.0 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2012 by Dave Rolsky.
+This software is Copyright (c) 2014 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.30/MANIFEST 
new/Devel-StackTrace-1.31/MANIFEST
--- old/Devel-StackTrace-1.30/MANIFEST  2012-11-20 06:06:36.0 +0100
+++ new/Devel-StackTrace-1.31/MANIFEST  2014-01-16 23:35:53.0 +0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
 Changes
 INSTALL
 

commit perl-Devel-StackTrace for openSUSE:Factory

2013-06-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2013-06-07 10:06:21

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  
2011-11-21 12:39:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2013-06-07 10:06:22.0 +0200
@@ -1,0 +2,17 @@
+Tue Jun  4 08:33:17 UTC 2013 - co...@suse.com
+
+- updated to 1.30
+ - There was an eval which did not first localize $@ and $SIG{__DIE__}. This
+   broke Plack::Middleware::StackTrace (and possibly other tihngs).
+ 
+ - The Devel::StackTrace-frames() method is now read-write. This allows you to
+   do more complex filtering of frames than is easily possible with the
+   frame_filter argument to the constructor. Patch by David Cantrell.
+ 
+ - Allow arguments to a trace's as_string method, specifically max_arg_length
+   Patch by Ricardo Signes.
+ 
+ - Added a no_args option to the constructor in 1.26 but forgot to mention it
+   in Changes. Requested by Scott J. Miller. RT #71482.
+
+---

Old:

  Devel-StackTrace-1.27.tar.gz

New:

  Devel-StackTrace-1.30.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.9GX4N3/_old  2013-06-07 10:06:22.0 +0200
+++ /var/tmp/diff_new_pack.9GX4N3/_new  2013-06-07 10:06:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-StackTrace
 #
-# 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
@@ -16,31 +16,24 @@
 #
 
 
-
 Name:   perl-Devel-StackTrace
-Version:1.27
-Release:1
-License:Artistic-2.0
+Version:1.30
+Release:0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
-Url:http://search.cpan.org/dist/Devel-StackTrace/
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-Patch:  %{cpan_name}-1.27_Test_More.patch
-%if 0%{?sles_version} == 10
-BuildRequires:  perl(Test::More)
-%else
-BuildRequires:  perl(Test::More) = 0.88
-%endif
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Scalar::Util)
+Url:http://search.cpan.org/dist/Devel-StackTrace/
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:   perl(File::Spec)
-Requires:   perl(Scalar::Util)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+BuildRequires:  perl(Test::More) = 0.88
+#BuildRequires: perl(Devel::StackTrace)
+#BuildRequires: perl(Devel::StackTrace::Frame)
+#BuildRequires: perl(Test::Pod::Coverage) = 1.04
+#BuildRequires: perl(Test::Spelling)
 %{perl_requires}
 
 %description
@@ -58,13 +51,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} = 1120
-%patch -p1
-# disable failing test
-%{__mv} t/05-back-compat.t t/05-back-compat.tdis
-# fix MakeMaker deps
-%{__perl} -p -i -e 's|use ExtUtils::MakeMaker 6.31;|use ExtUtils::MakeMaker 
6.30;|' Makefile.PL
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -78,11 +64,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes LICENSE README SIGNATURE
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Devel-StackTrace-1.27.tar.gz - Devel-StackTrace-1.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-StackTrace-1.27/Changes 
new/Devel-StackTrace-1.30/Changes
--- old/Devel-StackTrace-1.27/Changes   2011-01-16 19:57:14.0 +0100
+++ new/Devel-StackTrace-1.30/Changes   2012-11-20 06:06:36.0 +0100
@@ -1,3 +1,25 @@
+1.30   2012-11-19
+
+- There was an eval which did not first localize $@ and $SIG{__DIE__}. This
+  broke Plack::Middleware::StackTrace (and possibly other tihngs).
+
+
+1.29   2012-11-16
+
+- The Devel::StackTrace-frames() method is now 

commit perl-Devel-StackTrace for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2011-12-06 18:40:31

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


Package is perl-Devel-StackTrace, Maintainer is 

Changes:




Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.AvRPP6/_old  2011-12-06 19:07:32.0 +0100
+++ /var/tmp/diff_new_pack.AvRPP6/_new  2011-12-06 19:07:32.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Devel-StackTrace
 Version:1.27
 Release:1
-License:Artistic 2.0
+License:Artistic-2.0
 %define cpan_name Devel-StackTrace
 Summary:An object representing a stack trace
 Url:http://search.cpan.org/dist/Devel-StackTrace/

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



commit perl-Devel-StackTrace for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-StackTrace for 
openSUSE:Factory checked in at 2011-11-21 12:39:13

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


Package is perl-Devel-StackTrace, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-StackTrace/perl-Devel-StackTrace.changes  
2011-09-23 12:36:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-StackTrace.new/perl-Devel-StackTrace.changes
 2011-11-21 12:39:16.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:14 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Devel-StackTrace-1.27.tar.bz2

New:

  Devel-StackTrace-1.27.tar.gz



Other differences:
--
++ perl-Devel-StackTrace.spec ++
--- /var/tmp/diff_new_pack.0fNieZ/_old  2011-11-21 12:39:17.0 +0100
+++ /var/tmp/diff_new_pack.0fNieZ/_new  2011-11-21 12:39:17.0 +0100
@@ -26,7 +26,7 @@
 Url:http://search.cpan.org/dist/Devel-StackTrace/
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 Patch:  %{cpan_name}-1.27_Test_More.patch
 %if 0%{?sles_version} == 10
 BuildRequires:  perl(Test::More)

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