Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Class-Load for openSUSE:Factory checked in at 2025-06-24 20:48:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Class-Load (Old) and /work/SRC/openSUSE:Factory/.perl-Class-Load.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Load" Tue Jun 24 20:48:45 2025 rev:21 rq:1288086 version:0.250.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Class-Load/perl-Class-Load.changes 2018-06-29 22:26:25.486482497 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Class-Load.new.7067/perl-Class-Load.changes 2025-06-24 20:50:29.247598848 +0200 @@ -1,0 +2,6 @@ +Mon Jun 23 21:44:53 UTC 2025 - Tina Müller <tina.muel...@suse.com> + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Class-Load.spec ++++++ --- /var/tmp/diff_new_pack.lAc2pl/_old 2025-06-24 20:50:30.795662201 +0200 +++ /var/tmp/diff_new_pack.lAc2pl/_new 2025-06-24 20:50:30.803662528 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Load # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,38 +12,41 @@ # 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 Class-Load Name: perl-Class-Load -Version: 0.25 +Version: 0.250.0 Release: 0 -%define cpan_name Class-Load -Summary: Working (Require "Class::Name") and More +# 0.25 -> normalize -> 0.250.0 +%define cpan_version 0.25 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Class-Load/ -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Summary: Working (require "Class::Name") and more +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Data::OptList) >= 0.110 -BuildRequires: perl(Module::Implementation) >= 0.04 -BuildRequires: perl(Module::Runtime) >= 0.012 -BuildRequires: perl(Package::Stash) >= 0.14 +BuildRequires: perl(Module::Implementation) >= 0.40 +BuildRequires: perl(Module::Runtime) >= 0.12 +BuildRequires: perl(Package::Stash) >= 0.140 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) BuildRequires: perl(Try::Tiny) BuildRequires: perl(version) Requires: perl(Data::OptList) >= 0.110 -Requires: perl(Module::Implementation) >= 0.04 -Requires: perl(Module::Runtime) >= 0.012 -Requires: perl(Package::Stash) >= 0.14 +Requires: perl(Module::Implementation) >= 0.40 +Requires: perl(Module::Runtime) >= 0.12 +Requires: perl(Package::Stash) >= 0.140 Requires: perl(Try::Tiny) +Provides: perl(Class::Load) = %{version} +Provides: perl(Class::Load::PP) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -61,14 +64,14 @@ For that, we provide 'is_class_loaded 'Class::Name''. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %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 @@ -76,7 +79,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE