From 06e227c5e74aee8aace79561bd525e6b7e4e86b827bf1a7fe78c0728f11d3667 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 30 Sep 2016 10:14:10 +0000 Subject: [PATCH] Accepting request 430491 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/430491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=49 --- Params-Validate-1.24.tar.gz | 3 --- Params-Validate-1.25.tar.gz | 3 +++ perl-Params-Validate.changes | 10 ++++++++++ perl-Params-Validate.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 Params-Validate-1.24.tar.gz create mode 100644 Params-Validate-1.25.tar.gz diff --git a/Params-Validate-1.24.tar.gz b/Params-Validate-1.24.tar.gz deleted file mode 100644 index c5ba89c..0000000 --- a/Params-Validate-1.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e1576f16e6e01ba63aa73775da563b410b49f26ee44169a45280feb958a5f0d -size 130994 diff --git a/Params-Validate-1.25.tar.gz b/Params-Validate-1.25.tar.gz new file mode 100644 index 0000000..344a5d0 --- /dev/null +++ b/Params-Validate-1.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6a9398ad5950097e3dfa26b3d8e83eb45dbc095629fcb55ed4fca4ddf98e40 +size 136398 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index da8c2a2..3a97301 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 27 05:55:13 UTC 2016 - coolo@suse.com + +- updated to 1.25 + see /usr/share/doc/packages/perl-Params-Validate/Changes + + 1.25 2016-09-25 + + - Switched to Params::Validate. + ------------------------------------------------------------------- Mon May 23 12:27:21 UTC 2016 - coolo@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index fa87e00..e8b84e2 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -17,7 +17,7 @@ Name: perl-Params-Validate -Version: 1.24 +Version: 1.25 Release: 0 %define cpan_name Params-Validate Summary: Validate method/function parameters @@ -29,7 +29,6 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Module::Implementation) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 @@ -51,14 +50,15 @@ certain methods, or applying validation callbacks to arguments. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files