From c8ed15f3a2d7c7467da1dc40140f5a9bcc5dbef5b367bdb7afc039e6e4f50eab Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 8 Oct 2016 13:34:09 +0000 Subject: [PATCH] Accepting request 433705 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/433705 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=51 --- Params-Validate-1.25.tar.gz | 3 --- Params-Validate-1.26.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.25.tar.gz create mode 100644 Params-Validate-1.26.tar.gz diff --git a/Params-Validate-1.25.tar.gz b/Params-Validate-1.25.tar.gz deleted file mode 100644 index 344a5d0..0000000 --- a/Params-Validate-1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a6a9398ad5950097e3dfa26b3d8e83eb45dbc095629fcb55ed4fca4ddf98e40 -size 136398 diff --git a/Params-Validate-1.26.tar.gz b/Params-Validate-1.26.tar.gz new file mode 100644 index 0000000..6811d05 --- /dev/null +++ b/Params-Validate-1.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ac3cfa9715b94f60926faf316b9ff722785594b37036202371ad2303a72ed +size 136258 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index 3a97301..d941c17 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 7 06:15:14 UTC 2016 - coolo@suse.com + +- updated to 1.26 + see /usr/share/doc/packages/perl-Params-Validate/Changes + + 1.26 2016-10-06 + + - Reverted to Module::Build. The use of EUMM in 1.25 broke Windows builds. + ------------------------------------------------------------------- Tue Sep 27 05:55:13 UTC 2016 - coolo@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index e8b84e2..2cbce7f 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -17,7 +17,7 @@ Name: perl-Params-Validate -Version: 1.25 +Version: 1.26 Release: 0 %define cpan_name Params-Validate Summary: Validate method/function parameters @@ -29,6 +29,7 @@ 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 @@ -50,15 +51,14 @@ certain methods, or applying validation callbacks to arguments. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files