Hello community,
here is the log from the commit of package perl-MooseX-Types-Structured for
openSUSE:Factory checked in at 2016-01-05 21:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Structured (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Structured.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Types-Structured"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Structured/perl-MooseX-Types-Structured.changes
2015-08-27 08:56:23.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Structured.new/perl-MooseX-Types-Structured.changes
2016-01-05 21:55:12.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Jan 2 09:58:11 UTC 2016 - [email protected]
+
+- updated to 0.35
+ see /usr/share/doc/packages/perl-MooseX-Types-Structured/Changes
+
+ 0.35 2015-12-27 00:32:49Z
+ - avoid spaces in slurpy type constraint names (ilmari, PR#1)
+
+-------------------------------------------------------------------
Old:
----
MooseX-Types-Structured-0.34.tar.gz
New:
----
MooseX-Types-Structured-0.35.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Types-Structured.spec ++++++
--- /var/tmp/diff_new_pack.sznwte/_old 2016-01-05 21:55:13.000000000 +0100
+++ /var/tmp/diff_new_pack.sznwte/_new 2016-01-05 21:55:13.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Structured
#
-# 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,7 +17,7 @@
Name: perl-MooseX-Types-Structured
-Version: 0.34
+Version: 0.35
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name MooseX-Types-Structured
@@ -33,7 +33,8 @@
BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(Devel::PartialDump) >= 0.13
-BuildRequires: perl(Module::Build::Tiny) >= 0.007
+BuildRequires: perl(JSON::PP) >= 2.27300
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Meta::TypeCoercion)
BuildRequires: perl(Moose::Meta::TypeConstraint)
@@ -48,6 +49,7 @@
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::clean) >= 0.19
Requires: perl(Devel::PartialDump) >= 0.13
+Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Moose)
Requires: perl(Moose::Meta::TypeCoercion)
Requires: perl(Moose::Meta::TypeConstraint)
@@ -59,19 +61,19 @@
%{perl_requires}
%description
-A structured type constraint is a standard container the Moose manpage type
-constraint, such as an 'ArrayRef' or 'HashRef', which has been enhanced to
-allow you to explicitly name all the allowed type constraints inside the
-structure. The generalized form is:
+A structured type constraint is a standard container Moose type constraint,
+such as an 'ArrayRef' or 'HashRef', which has been enhanced to allow you to
+explicitly name all the allowed type constraints inside the structure. The
+generalized form is:
TypeConstraint[@TypeParameters or %TypeParameters]
-Where 'TypeParameters' is an array reference or hash references of the
-Moose::Meta::TypeConstraint manpage objects.
+Where 'TypeParameters' is an array reference or hash references of
+Moose::Meta::TypeConstraint objects.
This type library enables structured type constraints. It is built on top
-of the the MooseX::Types manpage library system, so you should review the
-documentation for that if you are not familiar with it.
+of the MooseX::Types library system, so you should review the documentation
+for that if you are not familiar with it.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ MooseX-Types-Structured-0.34.tar.gz ->
MooseX-Types-Structured-0.35.tar.gz ++++++
++++ 1889 lines of diff (skipped)