Hello community, here is the log from the commit of package perl-Moo for openSUSE:Factory checked in at 2013-07-29 17:49:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Moo (Old) and /work/SRC/openSUSE:Factory/.perl-Moo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Moo" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes 2013-06-28 11:53:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes 2013-07-29 17:49:53.000000000 +0200 @@ -1,0 +2,22 @@ +Fri Jul 26 05:35:29 UTC 2013 - co...@suse.com + +- updated to 1.003000 + - fix composing roles that require methods provided by the other (RT#82711) + - document optional use of Class::XSAccessor with caveats + - fix constructor generated when creating a class with + create_class_with_roles when the superclass constructor hasn't been + generated yet + - fix extending the constructor generator using Moo classes/roles + - non-lazy attribute defaults are used when applying a role to an object + - updated META files to list prerequisites in proper phases + - $Method::Generate::Accessor::CurrentAttribute hashref contains + information about attribute currently being processed (available + to exception objects thrown by "isa" and "coerce") + - properly die when composing a module that isn't a Role + - fix passing attribute parameters for traits when inflating to Moose + - fix inflating method modifiers applied to multiple methods + - fix documentation for Sub::Quote::capture_unroll + - add documentation noting Sub::Quote's use of strictures + - fix FOREIGNBUILDARGS not being called if no attributes created + +------------------------------------------------------------------- Old: ---- Moo-1.002000.tar.gz New: ---- Moo-1.003000.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Moo.spec ++++++ --- /var/tmp/diff_new_pack.jmkfyP/_old 2013-07-29 17:49:54.000000000 +0200 +++ /var/tmp/diff_new_pack.jmkfyP/_new 2013-07-29 17:49:54.000000000 +0200 @@ -17,29 +17,31 @@ Name: perl-Moo -Version: 1.002000 +Version: 1.003000 Release: 0 %define cpan_name Moo Summary: Minimalist Object Orientation (with Moose compatibility) License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Moo/ -Source: http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Method::Modifiers) >= 1.1 BuildRequires: perl(Devel::GlobalDestruction) >= 0.11 +BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(Module::Runtime) >= 0.012 -BuildRequires: perl(Role::Tiny) >= 1.002004 +BuildRequires: perl(Role::Tiny) >= 1.003000 BuildRequires: perl(Test::Fatal) >= 0.003 -BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(strictures) >= 1.004003 Requires: perl(Class::Method::Modifiers) >= 1.1 Requires: perl(Devel::GlobalDestruction) >= 0.11 +Requires: perl(Dist::CheckConflicts) >= 0.02 Requires: perl(Module::Runtime) >= 0.012 -Requires: perl(Role::Tiny) >= 1.002004 +Requires: perl(Role::Tiny) >= 1.003000 Requires: perl(strictures) >= 1.004003 %{perl_requires} ++++++ Moo-1.002000.tar.gz -> Moo-1.003000.tar.gz ++++++ ++++ 2294 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org