From fb8565d0e26086a99b1841a5183690deb25eab2f637e345a4c65e85f08e5ceff Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Tue, 29 Mar 2016 11:16:55 +0000
Subject: [PATCH] Accepting request 381051 from devel:languages:perl:autoupdate
automatic update
OBS-URL: https://build.opensuse.org/request/show/381051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=45
---
Params-Validate-1.22.tar.gz | 3 ---
Params-Validate-1.23.tar.gz | 3 +++
perl-Params-Validate.changes | 14 ++++++++++++++
perl-Params-Validate.spec | 6 ++----
4 files changed, 19 insertions(+), 7 deletions(-)
delete mode 100644 Params-Validate-1.22.tar.gz
create mode 100644 Params-Validate-1.23.tar.gz
diff --git a/Params-Validate-1.22.tar.gz b/Params-Validate-1.22.tar.gz
deleted file mode 100644
index 694bd84..0000000
--- a/Params-Validate-1.22.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5
-size 125866
diff --git a/Params-Validate-1.23.tar.gz b/Params-Validate-1.23.tar.gz
new file mode 100644
index 0000000..878e9b8
--- /dev/null
+++ b/Params-Validate-1.23.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dd5a4def2991e9fe26ec2f12410a40eefb7e036733cf78deb540eb8e4dd09d79
+size 129865
diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes
index 5582926..dc7560d 100644
--- a/perl-Params-Validate.changes
+++ b/perl-Params-Validate.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Tue Mar 29 09:55:50 UTC 2016 - coolo@suse.com
+
+- updated to 1.23
+ see /usr/share/doc/packages/perl-Params-Validate/Changes
+
+ 1.23 2016-03-26
+
+ - Fixed some Perl stack corruption bugs. Based on a proposed PR from Tony Cook
+ plus some additional changes. GH #8.
+
+ - Fixed tests with Carp 1.01 (shipped with Perl 5.8.3). Patch by Andreas
+ Koenig. RT #113318.
+
-------------------------------------------------------------------
Fri Feb 19 10:44:48 UTC 2016 - coolo@suse.com
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 9d0f308..adf9d51 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -17,7 +17,7 @@
Name: perl-Params-Validate
-Version: 1.22
+Version: 1.23
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters
@@ -29,13 +29,11 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
-Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Module::Implementation)
%{perl_requires}
@@ -65,6 +63,6 @@ certain methods, or applying validation callbacks to arguments.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README.md TODO
+%doc Changes CONTRIBUTING.md LICENSE README.md TODO
%changelog