Hello community, here is the log from the commit of package perl-Log-Any for openSUSE:Factory checked in at Wed Aug 24 14:03:07 CEST 2011.
-------- --- perl-Log-Any/perl-Log-Any.changes 2011-05-31 16:29:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Log-Any/perl-Log-Any.changes 2011-08-23 17:31:17.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Aug 23 15:29:53 UTC 2011 - [email protected] + +- update to 0.13 + * Fixes + - Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall +- fix deps + * 'ExtUtils::MakeMaker' => '6.30' +- rebase noprovides patch + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Log-Any-0.12.tar.gz New: ---- Log-Any-0.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Log-Any.spec ++++++ --- /var/tmp/diff_new_pack.Wy57MF/_old 2011-08-24 13:49:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Wy57MF/_new 2011-08-24 13:49:23.000000000 +0200 @@ -18,8 +18,8 @@ Name: perl-Log-Any -Version: 0.12 -Release: 3 +Version: 0.13 +Release: 1 License: GPL+ or Artistic %define cpan_name Log-Any Summary: Bringing loggers and listeners together @@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(Test::More) %{perl_requires} @@ -63,6 +63,7 @@ %install %perl_make_install %perl_process_packlist +find %{buildroot} -name "*.orig" -exec rm -f {} \; %perl_gen_filelist %clean ++++++ Log-Any-0.12.tar.gz -> Log-Any-0.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/Changes new/Log-Any-0.13/Changes --- old/Log-Any-0.12/Changes 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/Changes 2011-08-02 15:25:43.000000000 +0200 @@ -2,6 +2,11 @@ ** denotes an incompatible change +0.13 Aug 2, 2011 + +* Fixes + - Fix typo in lib/Log/Any/Adapter/Test.pm - RT #69850 - Stephen Thirlwall + 0.12 Mar 23, 2011 * Fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/META.json new/Log-Any-0.13/META.json --- old/Log-Any-0.12/META.json 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/META.json 2011-08-02 15:25:43.000000000 +0200 @@ -4,7 +4,7 @@ "Jonathan Swartz <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400", + "generated_by" : "Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.102400", "license" : [ "perl_5" ], @@ -21,7 +21,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "6.31" + "ExtUtils::MakeMaker" : "6.30" } }, "test" : { @@ -42,6 +42,6 @@ "web" : "https://github.com/jonswar/perl-log-any" } }, - "version" : "0.12" + "version" : "0.13" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/META.yml new/Log-Any-0.13/META.yml --- old/Log-Any-0.12/META.yml 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/META.yml 2011-08-02 15:25:43.000000000 +0200 @@ -5,9 +5,9 @@ build_requires: Test::More: 0 configure_requires: - ExtUtils::MakeMaker: 6.31 + ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400' +generated_by: 'Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.102400' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,4 @@ resources: bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Any repository: git://github.com/jonswar/perl-log-any.git -version: 0.12 +version: 0.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/Makefile.PL new/Log-Any-0.13/Makefile.PL --- old/Log-Any-0.12/Makefile.PL 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/Makefile.PL 2011-08-02 15:25:43.000000000 +0200 @@ -4,7 +4,7 @@ -use ExtUtils::MakeMaker 6.31; +use ExtUtils::MakeMaker 6.30; @@ -15,14 +15,14 @@ 'Test::More' => '0' }, 'CONFIGURE_REQUIRES' => { - 'ExtUtils::MakeMaker' => '6.31' + 'ExtUtils::MakeMaker' => '6.30' }, 'DISTNAME' => 'Log-Any', 'EXE_FILES' => [], 'LICENSE' => 'perl', 'NAME' => 'Log::Any', 'PREREQ_PM' => {}, - 'VERSION' => '0.12', + 'VERSION' => '0.13', 'test' => { 'TESTS' => 't/*.t' } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/README new/Log-Any-0.13/README --- old/Log-Any-0.12/README 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/README 2011-08-02 15:25:43.000000000 +0200 @@ -2,7 +2,7 @@ Log::Any -- Bringing loggers and listeners together VERSION - version 0.12 + version 0.13 SYNOPSIS In a CPAN or other module: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/lib/Log/Any/Adapter/Core.pm new/Log-Any-0.13/lib/Log/Any/Adapter/Core.pm --- old/Log-Any-0.12/lib/Log/Any/Adapter/Core.pm 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/lib/Log/Any/Adapter/Core.pm 2011-08-02 15:25:43.000000000 +0200 @@ -1,6 +1,6 @@ package Log::Any::Adapter::Core; BEGIN { - $Log::Any::Adapter::Core::VERSION = '0.12'; + $Log::Any::Adapter::Core::VERSION = '0.13'; } use strict; use warnings; @@ -64,7 +64,7 @@ =head1 VERSION -version 0.12 +version 0.13 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/lib/Log/Any/Adapter/Null.pm new/Log-Any-0.13/lib/Log/Any/Adapter/Null.pm --- old/Log-Any-0.12/lib/Log/Any/Adapter/Null.pm 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/lib/Log/Any/Adapter/Null.pm 2011-08-02 15:25:43.000000000 +0200 @@ -1,6 +1,6 @@ package Log::Any::Adapter::Null; BEGIN { - $Log::Any::Adapter::Null::VERSION = '0.12'; + $Log::Any::Adapter::Null::VERSION = '0.13'; } use Log::Any; use strict; @@ -41,7 +41,7 @@ =head1 VERSION -version 0.12 +version 0.13 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/lib/Log/Any/Adapter/Test.pm new/Log-Any-0.13/lib/Log/Any/Adapter/Test.pm --- old/Log-Any-0.12/lib/Log/Any/Adapter/Test.pm 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/lib/Log/Any/Adapter/Test.pm 2011-08-02 15:25:43.000000000 +0200 @@ -1,6 +1,6 @@ package Log::Any::Adapter::Test; BEGIN { - $Log::Any::Adapter::Test::VERSION = '0.12'; + $Log::Any::Adapter::Test::VERSION = '0.13'; } use Data::Dumper; use Log::Any; @@ -79,7 +79,7 @@ $test_name ||= "log does not contain '$regex'"; my $found = - first_index( sub { $_->{message} =~ /$regex/ }, @{ $self->msgs } ); + _first_index( sub { $_->{message} =~ /$regex/ }, @{ $self->msgs } ); if ( $found != -1 ) { $tb->ok( 0, $test_name ); $tb->diag( "found message matching $regex: " . $self->msgs->[$found] ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/lib/Log/Any/Test.pm new/Log-Any-0.13/lib/Log/Any/Test.pm --- old/Log-Any-0.12/lib/Log/Any/Test.pm 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/lib/Log/Any/Test.pm 2011-08-02 15:25:43.000000000 +0200 @@ -1,6 +1,6 @@ package Log::Any::Test; BEGIN { - $Log::Any::Test::VERSION = '0.12'; + $Log::Any::Test::VERSION = '0.13'; } use strict; use warnings; @@ -9,7 +9,7 @@ # package Log::Any::Adapter; BEGIN { - $Log::Any::Adapter::VERSION = '0.12'; + $Log::Any::Adapter::VERSION = '0.13'; } use Log::Any::Adapter::Test; use strict; @@ -37,7 +37,7 @@ =head1 VERSION -version 0.12 +version 0.13 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Log-Any-0.12/lib/Log/Any.pm new/Log-Any-0.13/lib/Log/Any.pm --- old/Log-Any-0.12/lib/Log/Any.pm 2011-03-23 22:53:09.000000000 +0100 +++ new/Log-Any-0.13/lib/Log/Any.pm 2011-08-02 15:25:43.000000000 +0200 @@ -105,7 +105,7 @@ =head1 VERSION -version 0.12 +version 0.13 =head1 SYNOPSIS ++++++ noprovides.diff ++++++ --- /var/tmp/diff_new_pack.Wy57MF/_old 2011-08-24 13:49:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Wy57MF/_new 2011-08-24 13:49:23.000000000 +0200 @@ -1,8 +1,7 @@ -Index: Log-Any-0.12/lib/Log/Any/Test.pm -=================================================================== ---- Log-Any-0.12.orig/lib/Log/Any/Test.pm 2011-03-23 22:53:09.000000000 +0100 -+++ Log-Any-0.12/lib/Log/Any/Test.pm 2011-04-07 20:19:32.091581388 +0200 -@@ -7,7 +7,8 @@ use warnings; +diff -ruN Log-Any-0.13-orig/lib/Log/Any/Test.pm Log-Any-0.13/lib/Log/Any/Test.pm +--- Log-Any-0.13-orig/lib/Log/Any/Test.pm 2011-08-02 15:25:43.000000000 +0200 ++++ Log-Any-0.13/lib/Log/Any/Test.pm 2011-08-23 17:28:54.000000000 +0200 +@@ -7,7 +7,8 @@ # 'use Log::Any::Test' just defines a test version of Log::Any::Adapter. # @@ -10,5 +9,5 @@ +package + Log::Any::Adapter; BEGIN { - $Log::Any::Adapter::VERSION = '0.12'; + $Log::Any::Adapter::VERSION = '0.13'; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
