Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Exception-Class for
openSUSE:Factory checked in at 2025-10-11 22:48:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exception-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-Exception-Class.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exception-Class"
Sat Oct 11 22:48:34 2025 rev:19 rq:1310641 version:1.450.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Exception-Class/perl-Exception-Class.changes
2021-05-07 16:44:55.380460000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Exception-Class.new.5300/perl-Exception-Class.changes
2025-10-11 22:49:13.982734889 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 15:39:19 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-Exception-Class.spec ++++++
--- /var/tmp/diff_new_pack.JuQn8d/_old 2025-10-11 22:49:14.534758064 +0200
+++ /var/tmp/diff_new_pack.JuQn8d/_new 2025-10-11 22:49:14.538758232 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,27 @@
%define cpan_name Exception-Class
Name: perl-Exception-Class
-Version: 1.45
+Version: 1.450.0
Release: 0
-Summary: Module that allows you to declare real exception classes in
Perl
+# 1.45 -> normalize -> 1.450.0
+%define cpan_version 1.45
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Module that allows you to declare real exception classes in
Perl
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(Class::Data::Inheritable) >= 0.02
-BuildRequires: perl(Devel::StackTrace) >= 2.00
+BuildRequires: perl(Class::Data::Inheritable) >= 0.20
+BuildRequires: perl(Devel::StackTrace) >= 2.0
BuildRequires: perl(Test::More) >= 0.96
-Requires: perl(Class::Data::Inheritable) >= 0.02
-Requires: perl(Devel::StackTrace) >= 2.00
+Requires: perl(Class::Data::Inheritable) >= 0.20
+Requires: perl(Devel::StackTrace) >= 2.0
+Provides: perl(Exception::Class) = %{version}
+Provides: perl(Exception::Class::Base) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -62,8 +68,9 @@
module.
%prep
-%autosetup -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
+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
@@ -78,6 +85,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
++++++ 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: 1760110773
commit: 9028c5817390711c4e94d8a3876c25591369f9846022be85495bd197afeb08c1
url: https://src.opensuse.org/perl/perl-Exception-Class.git
revision: 9028c5817390711c4e94d8a3876c25591369f9846022be85495bd197afeb08c1
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-10-10 17:40:29.000000000 +0200
@@ -0,0 +1 @@
+.osc