From 40e1b3edc72387aaf52955a6d0b3869230cc29768ec10e5fad94b0cd56be9ba6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 2 May 2017 06:28:47 +0000 Subject: [PATCH] Accepting request 492206 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/492206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=53 --- Params-Validate-1.26.tar.gz | 3 --- Params-Validate-1.27.tar.gz | 3 +++ perl-Params-Validate.changes | 12 ++++++++++++ perl-Params-Validate.spec | 9 +++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 Params-Validate-1.26.tar.gz create mode 100644 Params-Validate-1.27.tar.gz diff --git a/Params-Validate-1.26.tar.gz b/Params-Validate-1.26.tar.gz deleted file mode 100644 index 6811d05..0000000 --- a/Params-Validate-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:821ac3cfa9715b94f60926faf316b9ff722785594b37036202371ad2303a72ed -size 136258 diff --git a/Params-Validate-1.27.tar.gz b/Params-Validate-1.27.tar.gz new file mode 100644 index 0000000..7d5dbd0 --- /dev/null +++ b/Params-Validate-1.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b414204242c5049c6652eff8fc270a3c39e2901ee8143ea7bbdaa6bf2d828ddc +size 137860 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index d941c17..a5fe1dc 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -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 diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 2cbce7f..241acab 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -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