Hello community,
here is the log from the commit of package perl-MooseX-Params-Validate for
openSUSE:Factory checked in at 2015-04-16 14:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Params-Validate (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Params-Validate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Params-Validate"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Params-Validate/perl-MooseX-Params-Validate.changes
2013-06-06 13:25:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Params-Validate.new/perl-MooseX-Params-Validate.changes
2015-04-16 14:14:29.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Apr 14 20:34:07 UTC 2015 - [email protected]
+
+- updated to 0.21
+ see /usr/share/doc/packages/perl-MooseX-Params-Validate/Changes
+
+ 0.21 2015-02-08
+
+ - No code changes from 0.20.
+
+
+ 0.20 2015-01-01 (TRIAL RELEASE)
+
+ [BACKWARDS INCOMPATIBILITIES]
+
+ - The errors thrown by this module when a type constraint fails have
+ changed. They are now instances of the
+ MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint
+ class. When stringified, this class include the message generated by the
+ failing type constraint. While similar to the error message thrown by
+ Params::Validate itself, this message does not match that string exactly,
+ and may break code that relies on a regex against the error message. This
+ addresses RT #89378, requested by several people.
+
+
+ 0.19 2014-11-08
+
+ - Added support for the depends parameter. RT #98685. (Hans Staugaard)
+
+-------------------------------------------------------------------
Old:
----
MooseX-Params-Validate-0.18.tar.gz
New:
----
MooseX-Params-Validate-0.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Params-Validate.spec ++++++
--- /var/tmp/diff_new_pack.kjCERx/_old 2015-04-16 14:14:29.000000000 +0200
+++ /var/tmp/diff_new_pack.kjCERx/_new 2015-04-16 14:14:29.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Params-Validate
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-Params-Validate
-Version: 0.18
+Version: 0.21
Release: 0
%define cpan_name MooseX-Params-Validate
Summary: an extension of Params::Validate using Moose's types
@@ -30,19 +30,22 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::Caller)
-BuildRequires: perl(Moose) >= 0.58
+BuildRequires: perl(Moose) >= 2.1200
+BuildRequires: perl(Moose::Exception)
+BuildRequires: perl(Moose::Meta::TypeConstraint::Role)
BuildRequires: perl(Moose::Role)
+BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::TypeConstraints)
-BuildRequires: perl(Params::Validate) >= 0.88
+BuildRequires: perl(Params::Validate) >= 1.15
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Fatal)
-BuildRequires: perl(Test::More) >= 0.88
-#BuildRequires: perl(MooseX::Params::Validate)
-#BuildRequires: perl(Roles::Blah)
+BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Devel::Caller)
-Requires: perl(Moose) >= 0.58
+Requires: perl(Moose) >= 2.1200
+Requires: perl(Moose::Exception)
+Requires: perl(Moose::Util)
Requires: perl(Moose::Util::TypeConstraints)
-Requires: perl(Params::Validate) >= 0.88
+Requires: perl(Params::Validate) >= 1.15
Requires: perl(Sub::Exporter)
%{perl_requires}
@@ -71,6 +74,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
%changelog
++++++ MooseX-Params-Validate-0.18.tar.gz -> MooseX-Params-Validate-0.21.tar.gz
++++++
++++ 4338 lines of diff (skipped)