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 2025-12-24 13:15:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-ValidationCompiler (Old)
and /work/SRC/openSUSE:Factory/.perl-Params-ValidationCompiler.new.1928
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Params-ValidationCompiler"
Wed Dec 24 13:15:25 2025 rev:6 rq:1324192 version:0.310.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Params-ValidationCompiler/perl-Params-ValidationCompiler.changes
2023-02-17 16:43:43.906432407 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Params-ValidationCompiler.new.1928/perl-Params-ValidationCompiler.changes
2025-12-24 13:15:36.620722441 +0100
@@ -1,0 +2,6 @@
+Mon Dec 22 12:59:27 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-ValidationCompiler.spec ++++++
--- /var/tmp/diff_new_pack.GtbzuW/_old 2025-12-24 13:15:37.240747972 +0100
+++ /var/tmp/diff_new_pack.GtbzuW/_new 2025-12-24 13:15:37.240747972 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Params-ValidationCompiler
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,23 @@
%define cpan_name Params-ValidationCompiler
Name: perl-Params-ValidationCompiler
-Version: 0.31
+Version: 0.310.0
Release: 0
+# 0.31 -> normalize -> 0.310.0
+%define cpan_version 0.31
License: Artistic-2.0
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
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(List::Util) >= 1.29
-BuildRequires: perl(Specio) >= 0.14
+BuildRequires: perl(Specio) >= 0.140
BuildRequires: perl(Test2::Plugin::NoWarnings)
BuildRequires: perl(Test2::Require::Module)
BuildRequires: perl(Test2::V0)
@@ -40,7 +43,11 @@
Requires: perl(Eval::Closure)
Requires: perl(Exception::Class)
Requires: perl(List::Util) >= 1.29
-Recommends: perl(Class::XSAccessor) >= 1.17
+Provides: perl(Params::ValidationCompiler) = %{version}
+Provides: perl(Params::ValidationCompiler::Compiler) = %{version}
+Provides: perl(Params::ValidationCompiler::Exceptions) = %{version}
+%undefine __perllib_provides
+Recommends: perl(Class::XSAccessor) >= 1.170
Recommends: perl(Sub::Util) >= 1.40
%{perl_requires}
@@ -53,9 +60,9 @@
parameters, and extra "slurpy" parameters.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1766408383
commit: 398e1aabbd8e4141a1d93dca6852df5d0dbbfddddb316bcbc404d6a534b792fd
url: https://src.opensuse.org/perl/perl-Params-ValidationCompiler.git
revision: 398e1aabbd8e4141a1d93dca6852df5d0dbbfddddb316bcbc404d6a534b792fd
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2025-12-22 14:01:44.000000000 +0100
@@ -0,0 +1 @@
+.osc