Hello community, here is the log from the commit of package perl-Carp-Always for openSUSE:Factory checked in at 2013-06-06 13:08:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Carp-Always (Old) and /work/SRC/openSUSE:Factory/.perl-Carp-Always.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Carp-Always" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Carp-Always/perl-Carp-Always.changes 2011-10-27 11:22:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new/perl-Carp-Always.changes 2013-06-06 13:08:59.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jun 3 11:53:36 UTC 2013 - [email protected] + +- updated to 0.12 + - fix failing t/pod.t due to bad encoding (CPAN #77656) + - fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg] + - Test::Base is required in BUILD (otherwise we haven't tested anything) + +------------------------------------------------------------------- Old: ---- Carp-Always-0.10.tar.gz New: ---- Carp-Always-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Carp-Always.spec ++++++ --- /var/tmp/diff_new_pack.K99UZs/_old 2013-06-06 13:09:00.000000000 +0200 +++ /var/tmp/diff_new_pack.K99UZs/_new 2013-06-06 13:09:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Carp-Always # -# 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,29 +16,24 @@ # - Name: perl-Carp-Always -Version: 0.10 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 0.12 +Release: 0 %define cpan_name Carp-Always Summary: Warns and dies noisily with stack backtraces -Url: http://search.cpan.org/dist/Carp-Always/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Carp-Always/ Source: http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Carp) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) -#BuildRequires: perl(Test::Base) -Requires: perl(Carp) -Requires: perl(Test::More) -Recommends: perl(Test::Base) -Recommends: perl(Test::Pod) -Recommends: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Base) +# MANUAL BEGIN +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +# MANUAL END %{perl_requires} %description ++++++ Carp-Always-0.10.tar.gz -> Carp-Always-0.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/Changes new/Carp-Always-0.12/Changes --- old/Carp-Always-0.10/Changes 2011-08-19 16:37:36.000000000 +0200 +++ new/Carp-Always-0.12/Changes 2012-08-21 16:19:52.000000000 +0200 @@ -2,6 +2,13 @@ $Id: Changes 1480 2007-07-30 14:35:04Z me $ +0.12 Tue Aug 21 2012 + - fix failing t/pod.t due to bad encoding (CPAN #77656) + +0.11 Wed Apr 18 2011 + - fix test failure with Carp 1.25+ RT#75320 [thanks ANDK and greeneg] + - Test::Base is required in BUILD (otherwise we haven't tested anything) + 0.10 Fri Aug 19 2011 - fix typo in POD RT#68793 (also reported by Kai Moonbourn) - Carp::Always ate part of errors like 'foo at bar' RT#57385 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/MANIFEST new/Carp-Always-0.12/MANIFEST --- old/Carp-Always-0.10/MANIFEST 2007-07-30 16:47:14.000000000 +0200 +++ new/Carp-Always-0.12/MANIFEST 2012-08-21 16:29:20.000000000 +0200 @@ -11,3 +11,4 @@ lib/Carp/Always.pm META.yml Module meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/META.json new/Carp-Always-0.12/META.json --- old/Carp-Always-0.10/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Carp-Always-0.12/META.json 2012-08-21 16:29:20.000000000 +0200 @@ -0,0 +1,51 @@ +{ + "abstract" : "Warns and dies noisily with stack backtraces", + "author" : [ + "Adriano R. Ferreira <[email protected]>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.113640", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Carp-Always", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "Test::Base" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "recommends" : { + "Test::Pod" : 0, + "Test::Pod::Coverage" : 0 + }, + "requires" : { + "Carp" : 0, + "Test::More" : 0 + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "url" : "http://github.com/aferreira/cpan-Carp-Always" + } + }, + "version" : "0.12" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/META.yml new/Carp-Always-0.12/META.yml --- old/Carp-Always-0.10/META.yml 2011-08-19 16:39:22.000000000 +0200 +++ new/Carp-Always-0.12/META.yml 2012-08-21 16:29:20.000000000 +0200 @@ -1,29 +1,28 @@ ---- #YAML:1.0 -name: Carp-Always -version: 0.10 -abstract: Warns and dies noisily with stack backtraces +--- +abstract: 'Warns and dies noisily with stack backtraces' author: - - Adriano R. Ferreira <[email protected]> -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Adriano R. Ferreira <[email protected]>' build_requires: - ExtUtils::MakeMaker: 0 -requires: - Carp: 0 - Test::More: 0 -resources: - repository: http://github.com/aferreira/cpan-Carp-Always -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + Test::Base: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.113640' +license: perl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Carp-Always +no_index: + directory: + - t + - inc recommends: - Test::Base: 0 - Test::Pod: 0 - Test::Pod::Coverage: 0 + Test::Pod: 0 + Test::Pod::Coverage: 0 +requires: + Carp: 0 + Test::More: 0 +resources: + repository: http://github.com/aferreira/cpan-Carp-Always +version: 0.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/Makefile.PL new/Carp-Always-0.12/Makefile.PL --- old/Carp-Always-0.10/Makefile.PL 2011-08-19 16:34:25.000000000 +0200 +++ new/Carp-Always-0.12/Makefile.PL 2012-04-18 15:22:47.000000000 +0200 @@ -24,12 +24,16 @@ # optional tests 'Test::Pod' => 0, 'Test::Pod::Coverage' => 0, - 'Test::Base' => 0, }, resources => { repository => 'http://github.com/aferreira/cpan-Carp-Always', } }, - ) :()) + ) : ()), + ($EUMM_VERSION >= 6.5501 ? ( + BUILD_REQUIRES => { + 'Test::Base' => 0, # gotta test the minimum + }, + ) : ()), ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/README new/Carp-Always-0.12/README --- old/Carp-Always-0.10/README 2007-07-30 16:44:46.000000000 +0200 +++ new/Carp-Always-0.12/README 2012-04-18 15:28:57.000000000 +0200 @@ -1,4 +1,4 @@ -Carp-Always version 0.09 +Carp-Always version 0.11 ======================== Carp::Always can be used to make a script complain loudly @@ -37,7 +37,7 @@ COPYRIGHT AND LICENCE -Copyright (C) 2005-2007 by Ferreira +Copyright (C) 2005-2012 by Ferreira This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/lib/Carp/Always.pm new/Carp-Always-0.12/lib/Carp/Always.pm --- old/Carp-Always-0.10/lib/Carp/Always.pm 2011-08-19 16:37:49.000000000 +0200 +++ new/Carp-Always-0.12/lib/Carp/Always.pm 2012-08-21 16:26:29.000000000 +0200 @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.10'; +our $VERSION = '0.12'; use Carp qw(verbose); # makes carp() cluck and croak() confess @@ -43,6 +43,8 @@ 1; __END__ +=encoding utf8 + =head1 NAME Carp::Always - Warns and dies noisily with stack backtraces @@ -95,8 +97,8 @@ =head1 ACKNOWLEDGMENTS This module was born as a reaction to a release -of L<Acme::JavaTrace> by S�bastien Aperghis-Tramoni. -S�bastien also has a newer module called +of L<Acme::JavaTrace> by Sébastien Aperghis-Tramoni. +Sébastien also has a newer module called L<Devel::SimpleTrace> with the same code and fewer flame comments on docs. The pruning of the uselessly long docs of this module were prodded by Michael Schwern. @@ -163,7 +165,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 2005-2011 by Adriano R. Ferreira +Copyright (C) 2005-2012 by Adriano R. Ferreira This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carp-Always-0.10/t/010simple.t new/Carp-Always-0.12/t/010simple.t --- old/Carp-Always-0.10/t/010simple.t 2011-08-19 16:19:51.000000000 +0200 +++ new/Carp-Always-0.12/t/010simple.t 2012-04-18 15:10:08.000000000 +0200 @@ -9,6 +9,7 @@ } use Test::Base; +use Carp; my $OUTFILE = 'test-block.pl'; my $PERL5OPTS = '-Mblib -MCarp::Always'; @@ -27,7 +28,11 @@ return $output; } -filters { perl => 'exec_perl_stderr' }; +sub fixup_stderr { + s/\.$//m if $Carp::VERSION < '1.25'; +} + +filters { perl => 'exec_perl_stderr', stderr => 'fixup_stderr' }; run_is_deeply 'perl', 'stderr'; __END__ @@ -53,7 +58,7 @@ A::g(); --- stderr -Beware! at test-block.pl line 1 +Beware! at test-block.pl line 1. A::f() called at test-block.pl line 2 A::g() called at test-block.pl line 3 @@ -81,7 +86,7 @@ A::g(); --- stderr -Can't use an undefined value as an ARRAY reference at test-block.pl line 1 +Can't use an undefined value as an ARRAY reference at test-block.pl line 1. A::f() called at test-block.pl line 2 A::g() called at test-block.pl line 3 @@ -91,7 +96,7 @@ die "foo at bar" --- stderr -foo at bar at test-block.pl line 1 +foo at bar at test-block.pl line 1. === exception objects -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
