commit perl-MooseX-Params-Validate for openSUSE:Factory

2015-04-16 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Params-Validate.new/perl-MooseX-Params-Validate.changes
 2015-04-16 14:14:29.0 +0200
@@ -1,0 +2,29 @@
+Tue Apr 14 20:34:07 UTC 2015 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.kjCERx/_new  2015-04-16 14:14:29.0 +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)




commit perl-MooseX-Params-Validate for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Params-Validate for 
openSUSE:Factory checked in at 2013-06-06 13:25:45

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
  2012-01-04 07:27:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Params-Validate.new/perl-MooseX-Params-Validate.changes
 2013-06-06 13:25:46.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun  5 18:59:55 UTC 2013 - co...@suse.com
+
+- updated to 0.18
+- Fix broken prereq specification in 0.17. Reported by Justin Hunter.
+
+- Fix tests that broke with new hash randomization in 5.17.6. (Dagfinn
+  Ilmari Mannsåker)
+
+---

Old:

  MooseX-Params-Validate-0.16.tar.gz

New:

  MooseX-Params-Validate-0.18.tar.gz



Other differences:
--
++ perl-MooseX-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.LtpTdd/_old  2013-06-06 13:25:46.0 +0200
+++ /var/tmp/diff_new_pack.LtpTdd/_new  2013-06-06 13:25:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Params-Validate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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.16
+Version:0.18
 Release:0
 %define cpan_name MooseX-Params-Validate
 Summary:an extension of Params::Validate using Moose's types
@@ -31,16 +31,17 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::Caller)
 BuildRequires:  perl(Moose) >= 0.58
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Params::Validate) >= 0.88
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::Fatal) >= 0.001
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
 #BuildRequires: perl(MooseX::Params::Validate)
 #BuildRequires: perl(Roles::Blah)
 Requires:   perl(Devel::Caller)
 Requires:   perl(Moose) >= 0.58
+Requires:   perl(Moose::Util::TypeConstraints)
 Requires:   perl(Params::Validate) >= 0.88
 Requires:   perl(Sub::Exporter)
 %{perl_requires}
@@ -70,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ MooseX-Params-Validate-0.16.tar.gz -> MooseX-Params-Validate-0.18.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Params-Validate-0.16/ChangeLog 
new/MooseX-Params-Validate-0.18/ChangeLog
--- old/MooseX-Params-Validate-0.16/ChangeLog   2011-01-29 18:38:03.0 
+0100
+++ new/MooseX-Params-Validate-0.18/ChangeLog   1970-01-01 01:00:00.0 
+0100
@@ -1,97 +0,0 @@
-Revision history for Perl extension MooseX-Params-Validate
-
-0.16 2011-01-29
-- The validated_list and validated_hash functions now accept the values to
-  be validated as both a hash and a hash reference.
-
-0.15 2010-11-29
-- Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
-  validation calls (like allow_extra for Params::Validate).
-- Converted to Test::Fatal.
-
-0.14 2010-03-18
-- The validated_hash method failed when called on in an overloaded
-  stringify method. Patch by Ian Sillitoe. RT #52565.
-
-0.13 2009-11-29
-- Fix so that validated_hash does not try to coerce optional
-  parameters which are not present. Patch by Ian Sillitoe.
-
-- Same fix for pos_validated_list. (Dave Rolsky)
-
-0.12 2009-07-07
-- Using the subroutine name as a cache key for validation specs
-  broke in the face of method modifiers, which all appear to have
-  the same name. Now we use Devel::Caller to get the CV of the
-  caller and use its refaddr as the key, which will be unique in
-  all cases. Bug report by Jos Boumans. RT #46730.
-
-0.11 2009-07-07
-- The validation functions tried to coerce optional keys which
-  weren't present in the incoming parameters, leading to weird
-  errors. Based on a patch from Jos Boumans. RT #46344.
-
-- Allow other callbacks to be specified. Previously these were
-  silently thrown out. But we'd recommend just defining ty