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
This commit is contained in:
P. Janouch 2016-03-29 11:16:55 +00:00 committed by Git OBS Bridge
parent ab0a611f55
commit fb8565d0e2
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0df8bc8543a75b25ea355a12cf2ef0bb9c85c6083988839adb0e5f98f8bf33b5
size 125866

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd5a4def2991e9fe26ec2f12410a40eefb7e036733cf78deb540eb8e4dd09d79
size 129865

View File

@ -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

View File

@ -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