Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Params-ValidationCompiler for
openSUSE:Factory checked in at 2023-02-17 16:43:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-ValidationCompiler (Old)
and /work/SRC/openSUSE:Factory/.perl-Params-ValidationCompiler.new.22824
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Params-ValidationCompiler"
Fri Feb 17 16:43:40 2023 rev:5 rq:1066019 version:0.31
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Params-ValidationCompiler/perl-Params-ValidationCompiler.changes
2018-08-27 12:56:17.812615956 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Params-ValidationCompiler.new.22824/perl-Params-ValidationCompiler.changes
2023-02-17 16:43:43.906432407 +0100
@@ -1,0 +2,11 @@
+Tue Feb 14 03:07:34 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.31
+ see /usr/share/doc/packages/perl-Params-ValidationCompiler/Changes
+
+ 0.31 2023-01-06
+
+ - Require Class::XSAccessor 1.17+ when trying to load it. Earlier versions
+ cause test failures. Reported by David Cantrell. GH #27.
+
+-------------------------------------------------------------------
Old:
----
Params-ValidationCompiler-0.30.tar.gz
New:
----
Params-ValidationCompiler-0.31.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-ValidationCompiler.spec ++++++
--- /var/tmp/diff_new_pack.G8Dw2p/_old 2023-02-17 16:43:44.426435335 +0100
+++ /var/tmp/diff_new_pack.G8Dw2p/_new 2023-02-17 16:43:44.434435381 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Params-ValidationCompiler
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name Params-ValidationCompiler
Name: perl-Params-ValidationCompiler
-Version: 0.30
+Version: 0.31
Release: 0
-%define cpan_name Params-ValidationCompiler
-Summary: Build an optimized subroutine parameter validator once, use it
forever
License: Artistic-2.0
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Params-ValidationCompiler/
+Summary: Build an optimized subroutine parameter validator once, use it
forever
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Eval::Closure)
@@ -42,7 +40,7 @@
Requires: perl(Eval::Closure)
Requires: perl(Exception::Class)
Requires: perl(List::Util) >= 1.29
-Recommends: perl(Class::XSAccessor)
+Recommends: perl(Class::XSAccessor) >= 1.17
Recommends: perl(Sub::Util) >= 1.40
%{perl_requires}
@@ -55,14 +53,16 @@
parameters, and extra "slurpy" parameters.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -70,8 +70,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
test-matrix.als
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md test-matrix.als
%license LICENSE
%changelog
++++++ Params-ValidationCompiler-0.30.tar.gz ->
Params-ValidationCompiler-0.31.tar.gz ++++++
++++ 3185 lines of diff (skipped)