Hello community,
here is the log from the commit of package perl-MooseX-Role-Parameterized for
openSUSE:Factory checked in at 2016-08-09 22:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Role-Parameterized (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Role-Parameterized.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Role-Parameterized"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Parameterized/perl-MooseX-Role-Parameterized.changes
2015-04-16 14:14:38.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Parameterized.new/perl-MooseX-Role-Parameterized.changes
2016-08-09 22:15:21.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Aug 7 05:57:53 UTC 2016 - [email protected]
+
+- updated to 1.09
+ see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
+
+ 1.09 2016-08-07 01:20:31Z
+ - Give 'anonymous' generated roles names that are similar to the original
+ parameterized role so debug output is easier to read
+
+-------------------------------------------------------------------
Old:
----
MooseX-Role-Parameterized-1.08.tar.gz
New:
----
MooseX-Role-Parameterized-1.09.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Role-Parameterized.spec ++++++
--- /var/tmp/diff_new_pack.kvS3yw/_old 2016-08-09 22:15:21.000000000 +0200
+++ /var/tmp/diff_new_pack.kvS3yw/_new 2016-08-09 22:15:21.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Role-Parameterized
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,11 +17,11 @@
Name: perl-MooseX-Role-Parameterized
-Version: 1.08
+Version: 1.09
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name MooseX-Role-Parameterized
-Summary: Roles with Composition Parameters
+Summary: Moose roles with composition parameters
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Role-Parameterized/
@@ -31,9 +31,10 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(CPAN::Meta::Check) >= 0.007
+BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Requirements)
-BuildRequires: perl(Module::Build::Tiny) >= 0.037
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose) >= 2.0300
BuildRequires: perl(Moose::Exporter)
@@ -47,7 +48,7 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::autoclean)
-BuildRequires: perl(namespace::clean)
+BuildRequires: perl(namespace::clean) >= 0.19
Requires: perl(Module::Runtime)
Requires: perl(Moose) >= 2.0300
Requires: perl(Moose::Exporter)
@@ -55,33 +56,33 @@
Requires: perl(Moose::Role)
Requires: perl(Moose::Util)
Requires: perl(namespace::autoclean)
-Requires: perl(namespace::clean)
+Requires: perl(namespace::clean) >= 0.19
%{perl_requires}
%description
Your parameterized role consists of two new things: parameter declarations
and a 'role' block.
-Parameters are declared using the the /parameter manpage keyword which very
-much resembles the Moose/has manpage. You can use any option that the
-Moose/has manpage accepts. The default value for the 'is' option is 'ro' as
-that's a very common case. Use 'is => 'bare'' if you want no accessor.
-These parameters will get their values when the consuming class (or role)
-uses the Moose/with manpage. A parameter object will be constructed with
-these values, and passed to the 'role' block.
-
-The 'role' block then uses the usual the Moose::Role manpage keywords to
-build up a role. You can shift off the parameter object to inspect what the
-consuming class provided as parameters. You use the parameters to customize
-your role however you wish.
+Parameters are declared using the parameter keyword which very much
+resembles Moose/has. You can use any option that Moose/has accepts. The
+default value for the 'is' option is 'ro' as that's a very common case. Use
+'is => 'bare'' if you want no accessor. These parameters will get their
+values when the consuming class (or role) uses Moose/with. A parameter
+object will be constructed with these values, and passed to the 'role'
+block.
+
+The 'role' block then uses the usual Moose::Role keywords to build up a
+role. You can shift off the parameter object to inspect what the consuming
+class provided as parameters. You use the parameters to customize your role
+however you wish.
There are many possible implementations for parameterized roles (hopefully
with a consistent enough API); I believe this to be the easiest and most
flexible design. Coincidentally, Pugs originally had an eerily similar
design.
-See the MooseX::Role::Parameterized::Extending manpage for some tips on how
-to extend this module.
+See MooseX::Role::Parameterized::Extending for some tips on how to extend
+this module.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ MooseX-Role-Parameterized-1.08.tar.gz ->
MooseX-Role-Parameterized-1.09.tar.gz ++++++
++++ 4334 lines of diff (skipped)