Hello community, here is the log from the commit of package perl-Class-Base for openSUSE:Factory checked in at 2013-06-05 17:48:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Class-Base (Old) and /work/SRC/openSUSE:Factory/.perl-Class-Base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Base" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Class-Base/perl-Class-Base.changes 2012-02-14 19:04:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Class-Base.new/perl-Class-Base.changes 2013-06-05 17:48:15.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 3 12:00:23 UTC 2013 - [email protected] + +- updated to 0.05 + * Silencing a warning by chromatic RT 75286 + * Linking to source repository + +------------------------------------------------------------------- Old: ---- Class-Base-0.04.tar.gz New: ---- Class-Base-0.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Class-Base.spec ++++++ --- /var/tmp/diff_new_pack.Hgw5PB/_old 2013-06-05 17:48:16.000000000 +0200 +++ /var/tmp/diff_new_pack.Hgw5PB/_new 2013-06-05 17:48:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Base # -# Copyright (c) 2012 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 @@ -17,7 +17,7 @@ Name: perl-Class-Base -Version: 0.04 +Version: 0.05 Release: 0 %define cpan_name Class-Base Summary: useful base class for deriving other modules ++++++ Class-Base-0.04.tar.gz -> Class-Base-0.05.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Base-0.04/Changes new/Class-Base-0.05/Changes --- old/Class-Base-0.04/Changes 2012-02-06 20:19:11.000000000 +0100 +++ new/Class-Base-0.05/Changes 2012-05-16 09:18:44.000000000 +0200 @@ -11,6 +11,14 @@ #======================================================================== #------------------------------------------------------------------------ +# Version 0.05 2012/05/16 +#------------------------------------------------------------------------ + +* Silencing a warning by chromatic RT 75286 + +* Linking to source repository + +#------------------------------------------------------------------------ # Version 0.04 2012/02/06 #------------------------------------------------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Base-0.04/META.json new/Class-Base-0.05/META.json --- old/Class-Base-0.04/META.json 2012-02-06 20:19:55.000000000 +0100 +++ new/Class-Base-0.05/META.json 2012-05-16 09:20:31.000000000 +0200 @@ -4,7 +4,7 @@ "Andy Wardley <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621", + "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150", "license" : [ "unknown" ], @@ -37,5 +37,10 @@ } }, "release_status" : "stable", - "version" : "0.04" + "resources" : { + "repository" : { + "url" : "https://github.com/szabgab/Class-Base" + } + }, + "version" : "0.05" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Base-0.04/META.yml new/Class-Base-0.05/META.yml --- old/Class-Base-0.04/META.yml 2012-02-06 20:19:55.000000000 +0100 +++ new/Class-Base-0.05/META.yml 2012-05-16 09:20:31.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112621' +generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,6 @@ - inc requires: Test::More: 0.47 -version: 0.04 +resources: + repository: https://github.com/szabgab/Class-Base +version: 0.05 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Base-0.04/Makefile.PL new/Class-Base-0.05/Makefile.PL --- old/Class-Base-0.04/Makefile.PL 2012-02-06 20:12:07.000000000 +0100 +++ new/Class-Base-0.05/Makefile.PL 2012-05-16 09:16:21.000000000 +0200 @@ -6,6 +6,11 @@ 'PREREQ_PM' => { 'Test::More' => 0.47, }, + META_MERGE => { + resources => { + repository => 'https://github.com/szabgab/Class-Base', + }, + }, ); if ($ExtUtils::MakeMaker::VERSION >= 5.43) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Base-0.04/lib/Class/Base.pm new/Class-Base-0.05/lib/Class/Base.pm --- old/Class-Base-0.04/lib/Class/Base.pm 2012-02-06 20:17:46.000000000 +0100 +++ new/Class-Base-0.05/lib/Class/Base.pm 2012-05-16 09:17:35.000000000 +0200 @@ -22,7 +22,7 @@ use strict; -our $VERSION = '0.04'; +our $VERSION = '0.05'; #------------------------------------------------------------------------ @@ -48,7 +48,7 @@ ? $config->{ debug } : defined $config->{ DEBUG } ? $config->{ DEBUG } - : ( ${"$class\::DEBUG"} || 0 ); + : ( do { local $^W; ${"$class\::DEBUG"} } || 0 ); my $self = bless { _ID => $config->{ id } || $config->{ ID } || $class, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
