Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-IO-HTML for openSUSE:Factory checked in at 2025-06-04 20:27:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-HTML (Old) and /work/SRC/openSUSE:Factory/.perl-IO-HTML.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-HTML" Wed Jun 4 20:27:14 2025 rev:6 rq:1282392 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-HTML/perl-IO-HTML.changes 2020-10-03 18:53:13.557323092 +0200 +++ /work/SRC/openSUSE:Factory/.perl-IO-HTML.new.16005/perl-IO-HTML.changes 2025-06-04 20:27:18.873903436 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 14:50:20 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-IO-HTML.spec ++++++ --- /var/tmp/diff_new_pack.CxwKSp/_old 2025-06-04 20:27:19.525930449 +0200 +++ /var/tmp/diff_new_pack.CxwKSp/_new 2025-06-04 20:27:19.525930449 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IO-HTML # -# Copyright (c) 2020 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 @@ -16,21 +16,23 @@ # +%define cpan_name IO-HTML Name: perl-IO-HTML -Version: 1.004 +Version: 1.4.0 Release: 0 -%define cpan_name IO-HTML -Summary: Open an HTML file with automatic charset detection +# 1.004 -> normalize -> 1.4.0 +%define cpan_version 1.004 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Open an HTML file with automatic charset detection URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/C/CJ/CJM/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.88 +Provides: perl(IO::HTML) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -75,11 +77,11 @@ 'html_file' does that. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -90,7 +92,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README %license LICENSE