Hello community, here is the log from the commit of package perl-Class-Load for openSUSE:Factory checked in at 2012-02-21 12:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Class-Load (Old) and /work/SRC/openSUSE:Factory/.perl-Class-Load.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Load", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Class-Load/perl-Class-Load.changes 2012-02-16 16:21:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Class-Load.new/perl-Class-Load.changes 2012-02-21 12:23:33.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 21 09:03:22 UTC 2012 - [email protected] + +- updated to 0.18 + - Require Package::Stash 0.14+. Fixes RT#75095. Reported by Zefram. + +------------------------------------------------------------------- Old: ---- Class-Load-0.17.tar.gz New: ---- Class-Load-0.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Class-Load.spec ++++++ --- /var/tmp/diff_new_pack.edque5/_old 2012-02-21 12:23:34.000000000 +0100 +++ /var/tmp/diff_new_pack.edque5/_new 2012-02-21 12:23:34.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-Class-Load -Version: 0.17 +Version: 0.18 Release: 0 %define cpan_name Class-Load Summary: a working (require "Class::Name") and more @@ -32,7 +32,7 @@ BuildRequires: perl(Data::OptList) BuildRequires: perl(Module::Implementation) >= 0.04 BuildRequires: perl(Module::Runtime) >= 0.012 -BuildRequires: perl(Package::Stash) +BuildRequires: perl(Package::Stash) >= 0.14 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) @@ -47,7 +47,7 @@ Requires: perl(Data::OptList) Requires: perl(Module::Implementation) >= 0.04 Requires: perl(Module::Runtime) >= 0.012 -Requires: perl(Package::Stash) +Requires: perl(Package::Stash) >= 0.14 Requires: perl(Try::Tiny) %{perl_requires} ++++++ Class-Load-0.17.tar.gz -> Class-Load-0.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/Changes new/Class-Load-0.18/Changes --- old/Class-Load-0.17/Changes 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/Changes 2012-02-18 21:51:26.000000000 +0100 @@ -1,3 +1,8 @@ +0.18 2012-02-18 + +- Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram. + + 0.17 2012-02-12 - A bug in Class::Load caused test failures when Module::Runtime 0.012 was diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/META.json new/Class-Load-0.18/META.json --- old/Class-Load-0.17/META.json 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/META.json 2012-02-18 21:51:26.000000000 +0100 @@ -26,7 +26,7 @@ "Exporter" : 0, "Module::Implementation" : "0.04", "Module::Runtime" : "0.012", - "Package::Stash" : 0, + "Package::Stash" : "0.14", "Scalar::Util" : 0, "Try::Tiny" : 0, "base" : 0, @@ -56,6 +56,6 @@ "web" : "https://github.com/autarch/class-load" } }, - "version" : "0.17" + "version" : "0.18" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/META.yml new/Class-Load-0.18/META.yml --- old/Class-Load-0.17/META.yml 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/META.yml 2012-02-18 21:51:26.000000000 +0100 @@ -23,7 +23,7 @@ Exporter: 0 Module::Implementation: 0.04 Module::Runtime: 0.012 - Package::Stash: 0 + Package::Stash: 0.14 Scalar::Util: 0 Try::Tiny: 0 base: 0 @@ -32,4 +32,4 @@ resources: bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Load repository: git://github.com/autarch/class-load.git -version: 0.17 +version: 0.18 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/Makefile.PL new/Class-Load-0.18/Makefile.PL --- old/Class-Load-0.17/Makefile.PL 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/Makefile.PL 2012-02-18 21:51:26.000000000 +0100 @@ -31,14 +31,14 @@ "Exporter" => 0, "Module::Implementation" => "0.04", "Module::Runtime" => "0.012", - "Package::Stash" => 0, + "Package::Stash" => "0.14", "Scalar::Util" => 0, "Try::Tiny" => 0, "base" => 0, "strict" => 0, "warnings" => 0 }, - "VERSION" => "0.17", + "VERSION" => "0.18", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/README new/Class-Load-0.18/README --- old/Class-Load-0.17/README 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/README 2012-02-18 21:51:26.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution Class-Load, -version 0.17: +version 0.18: a working (require "Class::Name") and more diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/dist.ini new/Class-Load-0.18/dist.ini --- old/Class-Load-0.17/dist.ini 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/dist.ini 2012-02-18 21:51:26.000000000 +0100 @@ -3,7 +3,7 @@ license = Perl_5 copyright_holder = Shawn M Moore -version = 0.17 +version = 0.18 [NextRelease] format = %-8v %{yyyy-MM-dd}d diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/lib/Class/Load/PP.pm new/Class-Load-0.18/lib/Class/Load/PP.pm --- old/Class-Load-0.17/lib/Class/Load/PP.pm 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/lib/Class/Load/PP.pm 2012-02-18 21:51:26.000000000 +0100 @@ -1,12 +1,12 @@ package Class::Load::PP; { - $Class::Load::PP::VERSION = '0.17'; + $Class::Load::PP::VERSION = '0.18'; } use strict; use warnings; use Module::Runtime 'is_module_name'; -use Package::Stash; +use Package::Stash 0.14; use Scalar::Util 'blessed', 'reftype'; use Try::Tiny; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Class-Load-0.17/lib/Class/Load.pm new/Class-Load-0.18/lib/Class/Load.pm --- old/Class-Load-0.17/lib/Class/Load.pm 2012-02-12 23:28:17.000000000 +0100 +++ new/Class-Load-0.18/lib/Class/Load.pm 2012-02-18 21:51:26.000000000 +0100 @@ -1,6 +1,6 @@ package Class::Load; { - $Class::Load::VERSION = '0.17'; + $Class::Load::VERSION = '0.18'; } use strict; use warnings; @@ -13,7 +13,6 @@ require_module use_module ); -use Package::Stash; use Try::Tiny; { @@ -210,7 +209,7 @@ =head1 VERSION -version 0.17 +version 0.18 =head1 SYNOPSIS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
