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:
commit
66d2b662f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:821ac3cfa9715b94f60926faf316b9ff722785594b37036202371ad2303a72ed
|
|
||||||
size 136258
|
|
3
Params-Validate-1.27.tar.gz
Normal file
3
Params-Validate-1.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b414204242c5049c6652eff8fc270a3c39e2901ee8143ea7bbdaa6bf2d828ddc
|
||||||
|
size 137860
|
@ -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
|
Fri Oct 7 06:15:14 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Params-Validate
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Params-Validate
|
Name: perl-Params-Validate
|
||||||
Version: 1.26
|
Version: 1.27
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Params-Validate
|
%define cpan_name Params-Validate
|
||||||
Summary: Validate method/function parameters
|
Summary: Validate method/function parameters
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Params-Validate/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -63,6 +63,7 @@ certain methods, or applying validation callbacks to arguments.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING.md LICENSE README.md TODO
|
%doc Changes CONTRIBUTING.md README.md TODO
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user