Hello community,
here is the log from the commit of package perl-Params-Validate for
openSUSE:Factory checked in at 2016-11-04 20:59:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-Validate (Old)
and /work/SRC/openSUSE:Factory/.perl-Params-Validate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Params-Validate"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Params-Validate/perl-Params-Validate.changes
2016-10-02 00:08:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
2016-11-04 20:59:43.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Oct 7 06:15:14 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Params-Validate-1.25.tar.gz
New:
----
Params-Validate-1.26.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-Validate.spec ++++++
--- /var/tmp/diff_new_pack.rsjJNU/_old 2016-11-04 20:59:44.000000000 +0100
+++ /var/tmp/diff_new_pack.rsjJNU/_new 2016-11-04 20:59:44.000000000 +0100
@@ -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 @@
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 @@
%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
++++++ Params-Validate-1.25.tar.gz -> Params-Validate-1.26.tar.gz ++++++
++++ 17159 lines of diff (skipped)