Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Carp-Always for openSUSE:Factory checked in at 2025-06-13 18:44:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Carp-Always (Old) and /work/SRC/openSUSE:Factory/.perl-Carp-Always.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Carp-Always" Fri Jun 13 18:44:34 2025 rev:13 rq:1285241 version:0.160.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Carp-Always/perl-Carp-Always.changes 2018-08-31 10:44:00.731171557 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new.19631/perl-Carp-Always.changes 2025-06-13 18:44:57.941672053 +0200 @@ -1,0 +2,6 @@ +Thu Jun 12 18:05:41 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-Carp-Always.spec ++++++ --- /var/tmp/diff_new_pack.xb87g6/_old 2025-06-13 18:44:58.581698082 +0200 +++ /var/tmp/diff_new_pack.xb87g6/_new 2025-06-13 18:44:58.585698240 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Carp-Always # -# 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,25 +12,27 @@ # 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 Carp-Always Name: perl-Carp-Always -Version: 0.16 +Version: 0.160.0 Release: 0 -%define cpan_name Carp-Always -Summary: Warns and dies noisily with stack backtraces +# 0.16 -> normalize -> 0.160.0 +%define cpan_version 0.16 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Carp-Always/ -Source0: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz +Summary: Warns and dies noisily with stack backtraces +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Base) +Provides: perl(Carp::Always) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -60,14 +62,14 @@ 'cluck' and 'confess'. %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 @@ -75,7 +77,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE