Accepting request 492404 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/492404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2017-05-03 13:57:15 +00:00 committed by Git OBS Bridge
commit 66d2b662f4
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Apr 30 06:24:58 UTC 2017 - coolo@suse.com
- updated to 1.27
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.27 2017-04-29
- When more than one required parameters are missing, the list of missing
parameters in the error message is sorted by name. Patch by E. Choroba. GH
#14.
-------------------------------------------------------------------
Fri Oct 7 06:15:14 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Params-Validate
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Params-Validate
Version: 1.26
Version: 1.27
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Params-Validate/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -63,6 +63,7 @@ certain methods, or applying validation callbacks to arguments.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md LICENSE README.md TODO
%doc Changes CONTRIBUTING.md README.md TODO
%license LICENSE
%changelog