Hello community, here is the log from the commit of package perl-Error for openSUSE:Factory checked in at 2012-02-16 16:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Error (Old) and /work/SRC/openSUSE:Factory/.perl-Error.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Error", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Error/perl-Error.changes 2011-11-21 12:39:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Error.new/perl-Error.changes 2012-02-16 16:21:56.000000000 +0100 @@ -1,0 +2,9 @@ +Mon Feb 13 02:36:29 UTC 2012 - [email protected] + +- update to 0.17017 + - Bleadperl broke Error.pm's tests - + - https://rt.cpan.org/Ticket/Display.html?id=74770 + - Applied a patch to check for optional trailing periods. + - Thanks to ANDK for the report and RURBAN for the patch + +------------------------------------------------------------------- Old: ---- Error-0.17016.tar.gz New: ---- Error-0.17017.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Error.spec ++++++ --- /var/tmp/diff_new_pack.xL6tda/_old 2012-02-16 16:21:57.000000000 +0100 +++ /var/tmp/diff_new_pack.xL6tda/_new 2012-02-16 16:21:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Error # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,26 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %bcond_with pod Name: perl-Error -%define cpan_name Error -Summary: Error/exception handling in an OO-ish way -Version: 0.17016 +Version: 0.17017 Release: 7 License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl +%define cpan_name Error +Summary: Error/exception handling in an OO-ish way Url: http://search.cpan.org/dist/Error/ +Group: Development/Libraries/Perl #Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17016.tar.gz Source: %{cpan_name}-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl(Module::Build) BuildRequires: perl-macros +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%{perl_requires} %if %{with pod} BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 @@ -53,26 +52,22 @@ Errors in the class 'Error' should not be thrown directly, but the user should throw errors from a sub-class of 'Error'. -Authors: --------- - Graham Barr <[email protected]> - %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-) ++++++ Error-0.17016.tar.gz -> Error-0.17017.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/ChangeLog new/Error-0.17017/ChangeLog --- old/Error-0.17016/ChangeLog 2009-12-18 23:06:52.000000000 +0100 +++ new/Error-0.17017/ChangeLog 2012-02-11 12:01:59.000000000 +0100 @@ -1,3 +1,10 @@ +Feb 11 2012 <[email protected]> (Shlomi Fish) + + - Bleadperl broke Error.pm's tests - + - https://rt.cpan.org/Ticket/Display.html?id=74770 + - Applied a patch to check for optional trailing periods. + - Thanks to ANDK for the report and RURBAN for the patch + Dec 19 2009 <[email protected]> (Shlomi Fish) Error.pm #0.17016 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/MANIFEST new/Error-0.17017/MANIFEST --- old/Error-0.17016/MANIFEST 2009-12-18 23:06:52.000000000 +0100 +++ new/Error-0.17017/MANIFEST 2012-02-11 12:01:59.000000000 +0100 @@ -30,3 +30,4 @@ t/lib/MyDie.pm t/pod-coverage.t t/pod.t +META.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/META.json new/Error-0.17017/META.json --- old/Error-0.17016/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Error-0.17017/META.json 2012-02-11 12:01:59.000000000 +0100 @@ -0,0 +1,55 @@ +{ + "abstract" : "Error/exception handling in an OO-ish way", + "author" : [ + "Shlomi Fish <[email protected]>" + ], + "dynamic_config" : 1, + "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.113640", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Error", + "prereqs" : { + "configure" : { + "requires" : { + "Module::Build" : "0.38" + } + }, + "runtime" : { + "requires" : { + "Scalar::Util" : 0, + "perl" : "v5.6.0", + "warnings" : 0 + } + } + }, + "provides" : { + "Error" : { + "file" : "lib/Error.pm", + "version" : "0.17017" + }, + "Error::Simple" : { + "file" : "lib/Error.pm", + "version" : 0 + }, + "Error::WarnDie" : { + "file" : "lib/Error.pm", + "version" : 0 + }, + "Error::subs" : { + "file" : "lib/Error.pm", + "version" : 0 + } + }, + "release_status" : "stable", + "resources" : { + "license" : [ + "http://dev.perl.org/licenses/" + ] + }, + "version" : "0.17017" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/META.yml new/Error-0.17017/META.yml --- old/Error-0.17016/META.yml 2009-12-18 23:06:52.000000000 +0100 +++ new/Error-0.17017/META.yml 2012-02-11 12:01:59.000000000 +0100 @@ -1,29 +1,34 @@ --- -name: Error -version: 0.17016 +abstract: 'Error/exception handling in an OO-ish way' author: - 'Shlomi Fish <[email protected]>' -abstract: Error/exception handling in an OO-ish way -license: perl -resources: - license: http://dev.perl.org/licenses/ -requires: - Scalar::Util: 0 - perl: v5.6.0 - warnings: 0 +build_requires: {} configure_requires: - Module::Build: 0.35 + Module::Build: 0.38 +dynamic_config: 1 +generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.113640' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Error provides: Error: file: lib/Error.pm - version: 0.17016 + version: 0.17017 Error::Simple: file: lib/Error.pm + version: 0 Error::WarnDie: file: lib/Error.pm + version: 0 Error::subs: file: lib/Error.pm -generated_by: Module::Build version 0.35 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: 0 +requires: + Scalar::Util: 0 + perl: v5.6.0 + warnings: 0 +resources: + license: http://dev.perl.org/licenses/ +version: 0.17017 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/lib/Error.pm new/Error-0.17017/lib/Error.pm --- old/Error-0.17016/lib/Error.pm 2009-12-18 23:06:52.000000000 +0100 +++ new/Error-0.17017/lib/Error.pm 2012-02-11 12:01:59.000000000 +0100 @@ -15,7 +15,7 @@ use vars qw($VERSION); use 5.004; -$VERSION = "0.17016"; +$VERSION = "0.17017"; use overload ( '""' => 'stringify', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Error-0.17016/t/08warndie.t new/Error-0.17017/t/08warndie.t --- old/Error-0.17016/t/08warndie.t 2009-12-18 23:06:52.000000000 +0100 +++ new/Error-0.17017/t/08warndie.t 2012-02-11 12:01:59.000000000 +0100 @@ -74,7 +74,7 @@ }; my ( $linea, $lineb ) = ( $line + 2, $line + 3 ); -like( $s, qr/^A warning at $file line $linea: +like( $s, qr/^A warning at $file line $linea\.?: \tmain::__ANON__\(\) called at $file line $linekid \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb $/, "warn \\n-terminated STDERR" ); @@ -86,7 +86,7 @@ }; ( $linea, $lineb ) = ( $line + 2, $line + 3 ); -like( $s, qr/^A warning at $file line $linea: +like( $s, qr/^A warning at $file line $linea\.?: \tmain::__ANON__\(\) called at $file line $linekid \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb $/, "warn unterminated STDERR" ); @@ -166,7 +166,7 @@ }; $linea = $line + 2; -like( $s, qr/^My custom warning here: A warning at $file line $linea. +like( $s, qr/^My custom warning here: A warning at $file line $linea\.? $/, "Custom warn test STDERR" ); is( $felloffcode, 1, "Custom warn test felloffcode" ); @@ -176,7 +176,7 @@ }; $linea = $line + 2; -like( $s, qr/^My custom death here: An error at $file line $linea. +like( $s, qr/^My custom death here: An error at $file line $linea\.? /, "Custom die test STDERR" ); is( $felloffcode, 0, "Custom die test felloffcode" ); @@ -189,7 +189,7 @@ }; ( $linea, $lineb ) = ( $line + 2, $line + 3 ); -like( $s, qr/^My custom warning here: A warning at $file line $linea: +like( $s, qr/^My custom warning here: A warning at $file line $linea\.?: \tmain::__ANON__\(\) called at $file line $linekid \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb $/, "Custom warn STDERR" ); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
