commit perl-Devel-Confess for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2017-03-28 15:20:43

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


Package is "perl-Devel-Confess"

Tue Mar 28 15:20:43 2017 rev:7 rq:460873 version:0.009004

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2016-11-20 18:19:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2017-03-28 15:20:43.670264733 +0200
@@ -1,0 +2,10 @@
+Tue Feb 21 06:23:37 UTC 2017 - co...@suse.com
+
+- updated to 0.009004
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.009004 - 2017-02-14
+- prevent handlers from recursing, such as if our handlers are wrapped by 
other
+  code.  IO::All for example will do this.
+
+---

Old:

  Devel-Confess-0.009003.tar.gz

New:

  Devel-Confess-0.009004.tar.gz



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.1mDf32/_old  2017-03-28 15:20:44.278178634 +0200
+++ /var/tmp/diff_new_pack.1mDf32/_new  2017-03-28 15:20:44.282178067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Confess
 #
-# 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-Confess
-Version:0.009003
+Version:0.009004
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Confess/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Devel-Confess-0.009003.tar.gz -> Devel-Confess-0.009004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009003/Changes 
new/Devel-Confess-0.009004/Changes
--- old/Devel-Confess-0.009003/Changes  2016-11-18 21:41:32.0 +0100
+++ new/Devel-Confess-0.009004/Changes  2017-02-14 01:00:22.0 +0100
@@ -1,5 +1,9 @@
 Release history for Devel-Confess
 
+0.009004 - 2017-02-14
+  - prevent handlers from recursing, such as if our handlers are wrapped by 
other
+code.  IO::All for example will do this.
+
 0.009003 - 2016-11-18
   - more complete prereq list
   - fix inf handling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009003/META.json 
new/Devel-Confess-0.009004/META.json
--- old/Devel-Confess-0.009003/META.json2016-11-18 21:41:43.0 
+0100
+++ new/Devel-Confess-0.009004/META.json2017-02-14 01:00:41.0 
+0100
@@ -69,6 +69,6 @@
  "web" : "https://github.com/haarg/Devel-Confess;
   }
},
-   "version" : "0.009003",
+   "version" : "0.009004",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009003/META.yml 
new/Devel-Confess-0.009004/META.yml
--- old/Devel-Confess-0.009003/META.yml 2016-11-18 21:41:42.0 +0100
+++ new/Devel-Confess-0.009004/META.yml 2017-02-14 01:00:41.0 +0100
@@ -30,5 +30,5 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Confess
   license: http://dev.perl.org/licenses/
   repository: git://github.com/haarg/Devel-Confess
-version: '0.009003'
+version: '0.009004'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009003/lib/Devel/Confess/Builtin.pm 
new/Devel-Confess-0.009004/lib/Devel/Confess/Builtin.pm
--- old/Devel-Confess-0.009003/lib/Devel/Confess/Builtin.pm 2016-11-18 
21:41:28.0 +0100
+++ new/Devel-Confess-0.009004/lib/Devel/Confess/Builtin.pm 2017-02-14 
01:00:18.0 +0100
@@ -3,7 +3,7 @@
 use warnings FATAL => 'all';
 no warnings 'once';
 
-our $VERSION = '0.009003';
+our $VERSION = '0.009004';
 $VERSION = eval $VERSION;
 
 use Devel::Confess::_Util ();
diff -urN '--exclude=CVS' 

commit perl-Devel-Confess for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2016-11-20 18:19:27

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


Package is "perl-Devel-Confess"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2016-09-26 12:36:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2016-11-20 18:19:28.0 +0100
@@ -1,0 +2,11 @@
+Sat Nov 19 06:21:29 UTC 2016 - co...@suse.com
+
+- updated to 0.009003
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.009003 - 2016-11-18
+- more complete prereq list
+- fix inf handling
+- work around UNIVERSAL::isa and UNIVERSAL::can
+
+---

Old:

  Devel-Confess-0.009002.tar.gz

New:

  Devel-Confess-0.009003.tar.gz



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.Fxnq5W/_old  2016-11-20 18:19:29.0 +0100
+++ /var/tmp/diff_new_pack.Fxnq5W/_new  2016-11-20 18:19:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Confess
-Version:0.009002
+Version:0.009003
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors

++ Devel-Confess-0.009002.tar.gz -> Devel-Confess-0.009003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009002/Changes 
new/Devel-Confess-0.009003/Changes
--- old/Devel-Confess-0.009002/Changes  2016-09-04 21:36:10.0 +0200
+++ new/Devel-Confess-0.009003/Changes  2016-11-18 21:41:32.0 +0100
@@ -1,5 +1,10 @@
 Release history for Devel-Confess
 
+0.009003 - 2016-11-18
+  - more complete prereq list
+  - fix inf handling
+  - work around UNIVERSAL::isa and UNIVERSAL::can
+
 0.009002 - 2016-09-04
   - fix test failures on perl 5.10.0
   - fix regex warnings in perl 5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009002/MANIFEST 
new/Devel-Confess-0.009003/MANIFEST
--- old/Devel-Confess-0.009002/MANIFEST 2016-09-04 21:36:21.0 +0200
+++ new/Devel-Confess-0.009003/MANIFEST 2016-11-18 21:41:43.0 +0100
@@ -25,6 +25,7 @@
 t/sig.t
 t/source.t
 t/threads.t
+t/universal.t
 xt/builtin.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009002/META.json 
new/Devel-Confess-0.009003/META.json
--- old/Devel-Confess-0.009002/META.json2016-09-04 21:36:21.0 
+0200
+++ new/Devel-Confess-0.009003/META.json2016-11-18 21:41:43.0 
+0100
@@ -4,7 +4,7 @@
   "haarg - Graham Knop (cpan:HAARG) "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -40,12 +40,16 @@
  "requires" : {
 "Carp" : "0",
 "Scalar::Util" : "0",
-"perl" : "v5.6.0"
+"perl" : "5.006"
  }
   },
   "test" : {
  "requires" : {
+"Cwd" : "0",
+"File::Spec" : "0",
 "File::Temp" : "0",
+"IPC::Open3" : "0",
+"Safe" : "0",
 "Test::More" : "0"
  }
   }
@@ -65,6 +69,6 @@
  "web" : "https://github.com/haarg/Devel-Confess;
   }
},
-   "version" : "0.009002",
+   "version" : "0.009003",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.009002/META.yml 
new/Devel-Confess-0.009003/META.yml
--- old/Devel-Confess-0.009002/META.yml 2016-09-04 21:36:21.0 +0200
+++ new/Devel-Confess-0.009003/META.yml 2016-11-18 21:41:42.0 +0100
@@ -3,12 +3,16 @@
 author:
   - 'haarg - Graham Knop (cpan:HAARG) '
 build_requires:
+  Cwd: '0'
+  File::Spec: '0'
   File::Temp: '0'
+  IPC::Open3: '0'
+  Safe: '0'
   Test::More: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 

commit perl-Devel-Confess for openSUSE:Factory

2016-09-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2016-09-26 12:36:31

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


Package is "perl-Devel-Confess"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2015-06-30 10:18:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2016-09-26 12:36:32.0 +0200
@@ -1,0 +2,34 @@
+Mon Sep  5 05:15:10 UTC 2016 - co...@suse.com
+
+- updated to 0.009002
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.009002 - 2016-09-04
+- fix test failures on perl 5.10.0
+- fix regex warnings in perl 5.6
+- work around threads issue in Carp in Safe compartments
+- don't skip dump test on Carp versions that use Carp::Heavy
+- test diagnostic and formatting improvements
+- avoid triggering overloads when checking for exception existence
+
+---
+Sat Aug 20 05:15:09 UTC 2016 - co...@suse.com
+
+- updated to 0.009001
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.009001 - 2016-08-19
+- fix handling of infinite options (dump, source, evalsource)
+- fix evalsource test by running with the debugger
+  
+  0.009000 - 2016-08-18
+- documentation fixes and improvements
+- more accurate handling of existing %SIG handlers
+- updated option parsing to allow setting specific values, such as 
color=force
+- stop relying on . being in @INC in tests
+- source option now accepts a number of lines of context to show
+- added evalsource option, which shows the source only of string evals
+- fix adding redundant trace information when errors are rethrown
+- improved warning messages when source option can't find source to display
+
+---

Old:

  Devel-Confess-0.008000.tar.gz

New:

  Devel-Confess-0.009002.tar.gz



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.Z6uKRR/_old  2016-09-26 12:36:33.0 +0200
+++ /var/tmp/diff_new_pack.Z6uKRR/_new  2016-09-26 12:36:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Confess
 #
-# 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-Confess
-Version:0.008000
+Version:0.009002
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors
@@ -34,13 +34,13 @@
 
 %description
 This module is meant as a debugging aid. It can be used to make a script
-complain loudly with stack backtraces when warn()ing or die()ing. Unlike
-other similar modules (e.g. the Carp::Always manpage), it includes stack
-traces even when exception objects are thrown.
-
-The stack traces are generated using the Carp manpage, and will look work
-for all types of errors. the Carp manpage's 'carp' and 'confess' functions
-will also be made to include stack traces.
+complain loudly with stack backtraces when 'warn()'ing or 'die()'ing.
+Unlike other similar modules (e.g. Carp::Always), stack traces will also be
+included when exception objects are thrown.
+
+The stack traces are generated using Carp, and will work for all types of
+errors. Carp's 'carp' and 'croak' functions will also be made to include
+stack traces.
 
   # it works for explicit die's and warn's
   $ perl -d:Confess -e 'sub f { die "arghh" }; sub g { f }; g'
@@ -55,11 +55,16 @@
   main::f(undef) called at -e line 2
   main::g() called at -e line 2
 
-Internally, this is implemented with '$SIG{__WARN__}' and '$SIG{__DIE__}'
+Internally, this is implemented with $SIG{__WARN__} and $SIG{__DIE__}
 hooks.
 
 Stack traces are also included if raw non-object references are thrown.
 
+This module is compatible with all perl versions back to 5.6.2, without
+additional prerequisites. It contains workarounds for a number of bugs in
+the perl interpreter, some of which effect comparatively simpler modules,
+like Carp::Always.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Devel-Confess-0.008000.tar.gz -> Devel-Confess-0.009002.tar.gz ++
 1863 lines of diff (skipped)




commit perl-Devel-Confess for openSUSE:Factory

2015-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2015-06-30 10:18:20

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


Package is perl-Devel-Confess

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2015-04-18 10:40:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2015-06-30 10:18:23.0 +0200
@@ -1,0 +2,16 @@
+Sat Jun 27 08:29:54 UTC 2015 - co...@suse.com
+
+- updated to 0.008000
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.008000 - 2015-06-26
+- if dump option is used, bare references and objects without stringify
+  overloads will be dumpered when being output to the screen
+- stack trace properly attached to bare references are rethrown and will be
+  output to the screen
+- avoid Test::More in threads test to limit code run as much as possible
+- other test cleanups
+- fix DEBUGGING detection in newer perls
+- protect tests against DEVEL_CONFESS_OPTIONS set in environment
+
+---

Old:

  Devel-Confess-0.007012.tar.gz

New:

  Devel-Confess-0.008000.tar.gz



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.vWgjBa/_old  2015-06-30 10:18:24.0 +0200
+++ /var/tmp/diff_new_pack.vWgjBa/_new  2015-06-30 10:18:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Confess
-Version:0.007012
+Version:0.008000
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors
@@ -43,13 +43,13 @@
 will also be made to include stack traces.
 
   # it works for explicit die's and warn's
-  $ perl -MDevel::Confess -e 'sub f { die arghh }; sub g { f }; g'
+  $ perl -d:Confess -e 'sub f { die arghh }; sub g { f }; g'
   arghh at -e line 1.
   main::f() called at -e line 1
   main::g() called at -e line 1
 
   # it works for interpreter-thrown failures
-  $ perl -MDevel::Confess -w -e 'sub f { $a = shift; @a = @$a };' \
+  $ perl -d:Confess -w -e 'sub f { $a = shift; @a = @$a };' \
 -e 'sub g { f(undef) }; g'
   Use of uninitialized value $a in array dereference at -e line 1.
   main::f(undef) called at -e line 2

++ Devel-Confess-0.007012.tar.gz - Devel-Confess-0.008000.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007012/Changes 
new/Devel-Confess-0.008000/Changes
--- old/Devel-Confess-0.007012/Changes  2015-03-30 22:56:43.0 +0200
+++ new/Devel-Confess-0.008000/Changes  2015-06-26 08:53:47.0 +0200
@@ -1,5 +1,15 @@
 Release history for Devel-Confess
 
+0.008000 - 2015-06-26
+  - if dump option is used, bare references and objects without stringify
+overloads will be dumpered when being output to the screen
+  - stack trace properly attached to bare references are rethrown and will be
+output to the screen
+  - avoid Test::More in threads test to limit code run as much as possible
+  - other test cleanups
+  - fix DEBUGGING detection in newer perls
+  - protect tests against DEVEL_CONFESS_OPTIONS set in environment
+
 0.007012 - 2015-03-30
   - avoid re-throwing errors during END on debugging perls
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007012/MANIFEST 
new/Devel-Confess-0.008000/MANIFEST
--- old/Devel-Confess-0.007012/MANIFEST 2015-03-30 22:57:07.0 +0200
+++ new/Devel-Confess-0.008000/MANIFEST 2015-06-26 08:54:08.0 +0200
@@ -14,6 +14,7 @@
 t/global-destruct.t
 t/leak.t
 t/lib/capture.pm
+t/lib/test.pm
 t/lib/threads_check.pm
 t/names.t
 t/safe.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007012/META.json 
new/Devel-Confess-0.008000/META.json
--- old/Devel-Confess-0.007012/META.json2015-03-30 22:57:07.0 
+0200
+++ new/Devel-Confess-0.008000/META.json2015-06-26 08:54:08.0 
+0200
@@ -4,7 +4,7 @@
   haarg - Graham Knop (cpan:HAARG) ha...@haarg.org
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
+   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001,
license : [
   perl_5
],
@@ -65,5 +65,5 @@
  web : https://github.com/haarg/Devel-Confess;
   }
},
-   version : 0.007012
+   version : 

commit perl-Devel-Confess for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2015-04-18 10:40:14

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


Package is perl-Devel-Confess

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2015-02-08 11:43:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2015-04-18 10:40:16.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 16 20:03:13 UTC 2015 - co...@suse.com
+
+- updated to 0.007012
+   see /usr/share/doc/packages/perl-Devel-Confess/Changes
+
+  0.007012 - 2015-03-30
+- avoid re-throwing errors during END on debugging perls
+
+---

Old:

  Devel-Confess-0.007011.tar.gz

New:

  Devel-Confess-0.007012.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.CVcZOQ/_old  2015-04-18 10:40:17.0 +0200
+++ /var/tmp/diff_new_pack.CVcZOQ/_new  2015-04-18 10:40:17.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Devel-Confess
-Version:0.007011
+Version:0.007012
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Confess/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Devel-Confess-0.007011.tar.gz - Devel-Confess-0.007012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/Changes 
new/Devel-Confess-0.007012/Changes
--- old/Devel-Confess-0.007011/Changes  2015-02-03 17:04:01.0 +0100
+++ new/Devel-Confess-0.007012/Changes  2015-03-30 22:56:43.0 +0200
@@ -1,5 +1,8 @@
 Release history for Devel-Confess
 
+0.007012 - 2015-03-30
+  - avoid re-throwing errors during END on debugging perls
+
 0.007011 - 2015-02-03
   - avoid triggering overloads when CLONEing
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/MANIFEST 
new/Devel-Confess-0.007012/MANIFEST
--- old/Devel-Confess-0.007011/MANIFEST 2015-02-03 17:04:24.0 +0100
+++ new/Devel-Confess-0.007012/MANIFEST 2015-03-30 22:57:07.0 +0200
@@ -10,6 +10,7 @@
 t/confess.t
 t/devel.t
 t/dump.t
+t/end-debugging.t
 t/global-destruct.t
 t/leak.t
 t/lib/capture.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/META.json 
new/Devel-Confess-0.007012/META.json
--- old/Devel-Confess-0.007011/META.json2015-02-03 17:04:24.0 
+0100
+++ new/Devel-Confess-0.007012/META.json2015-03-30 22:57:07.0 
+0200
@@ -4,7 +4,7 @@
   haarg - Graham Knop (cpan:HAARG) ha...@haarg.org
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.142690,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -65,5 +65,5 @@
  web : https://github.com/haarg/Devel-Confess;
   }
},
-   version : 0.007011
+   version : 0.007012
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/META.yml 
new/Devel-Confess-0.007012/META.yml
--- old/Devel-Confess-0.007011/META.yml 2015-02-03 17:04:24.0 +0100
+++ new/Devel-Confess-0.007012/META.yml 2015-03-30 22:57:07.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Confess
   license: http://dev.perl.org/licenses/
   repository: git://github.com/haarg/Devel-Confess
-version: '0.007011'
+version: '0.007012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007011/lib/Devel/Confess/Builtin.pm 

commit perl-Devel-Confess for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Confess for 
openSUSE:Factory checked in at 2015-02-08 11:42:59

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


Package is perl-Devel-Confess

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Confess/perl-Devel-Confess.changes
2014-09-17 17:26:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Confess.new/perl-Devel-Confess.changes   
2015-02-08 11:43:00.0 +0100
@@ -1,0 +2,41 @@
+Sat Feb  7 16:23:04 UTC 2015 - co...@suse.com
+
+- updated to 0.007011
+   - avoid triggering overloads when CLONEing
+ 
+ 0.007010 - 2015-01-29
+   - fix incorrect version check that prevented using better names option
+   - fix removing hooks when unimport called
+   - fix stringifying refs in stack trace inside a Safe compartment on old perl
+   - avoid updating stored refaddrs when they haven't changed
+   - less noise when checking for broken threads
+   - prevent leaking namespaces even in broken threads
+   - fix version check for broken threads
+ 
+ 0.007009 - 2015-01-23
+   - prevent segfaults on perl 5.10.0 and 5.8.9 with threads
+   - fix leaking exception objects if another is thrown or a thread created
+ 
+ 0.007008 - 2015-01-20
+   - don't attempt threading tests if threading is broken
+ 
+ 0.007007 - 2015-01-19
+   - fatal warnings in destructors can cause segfaults, so disable them
+   - protect against losing information during global destruction and then
+ triggering our own errors
+   - improve stack trace formatting when generated during global destruction
+ 
+ 0.007006 - 2015-01-08
+   - don't delete packages that exceptions are currently blessed as
+   - protect tests against other loaded modules effecting hooks
+   - add test for warning passing fix from 0.007005
+ 
+ 0.007005 - 2014-12-16
+   - fix how we pass options on to other warn/die handlers (RT#100951)
+   - minor pod cleanups
+   - improve diagnostics for bad options in DEVEL_CONFESS_OPTIONS
+ 
+ 0.007004 - 2014-09-22
+   - make sure unwanted debugging flags are disabled as early as possible,
+
+---

Old:

  Devel-Confess-0.007003.tar.gz

New:

  Devel-Confess-0.007011.tar.gz



Other differences:
--
++ perl-Devel-Confess.spec ++
--- /var/tmp/diff_new_pack.97QrS8/_old  2015-02-08 11:43:01.0 +0100
+++ /var/tmp/diff_new_pack.97QrS8/_new  2015-02-08 11:43:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Confess
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-Devel-Confess
-Version:0.007003
+Version:0.007011
 Release:0
 %define cpan_name Devel-Confess
 Summary:Include stack traces on all warnings and errors

++ Devel-Confess-0.007003.tar.gz - Devel-Confess-0.007011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Confess-0.007003/Changes 
new/Devel-Confess-0.007011/Changes
--- old/Devel-Confess-0.007003/Changes  2014-07-26 22:32:36.0 +0200
+++ new/Devel-Confess-0.007011/Changes  2015-02-03 17:04:01.0 +0100
@@ -1,5 +1,44 @@
 Release history for Devel-Confess
 
+0.007011 - 2015-02-03
+  - avoid triggering overloads when CLONEing
+
+0.007010 - 2015-01-29
+  - fix incorrect version check that prevented using better names option
+  - fix removing hooks when unimport called
+  - fix stringifying refs in stack trace inside a Safe compartment on old perl
+  - avoid updating stored refaddrs when they haven't changed
+  - less noise when checking for broken threads
+  - prevent leaking namespaces even in broken threads
+  - fix version check for broken threads
+
+0.007009 - 2015-01-23
+  - prevent segfaults on perl 5.10.0 and 5.8.9 with threads
+  - fix leaking exception objects if another is thrown or a thread created
+
+0.007008 - 2015-01-20
+  - don't attempt threading tests if threading is broken
+
+0.007007 - 2015-01-19
+  - fatal warnings in destructors can cause segfaults, so disable them
+  - protect against losing information during global destruction and then
+triggering our own errors
+  - improve stack trace formatting when generated during global destruction
+
+0.007006 - 2015-01-08
+  - don't delete packages that exceptions are currently blessed as
+  - protect tests against other loaded modules effecting hooks
+  - add