Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTTP-Daemon for openSUSE:Factory checked in at 2025-07-14 10:47:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Daemon (Old) and /work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Daemon" Mon Jul 14 10:47:58 2025 rev:19 rq:1292098 version:6.160.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTTP-Daemon/perl-HTTP-Daemon.changes 2023-03-11 18:24:29.403021329 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.7373/perl-HTTP-Daemon.changes 2025-07-14 10:48:01.619534970 +0200 @@ -1,0 +2,6 @@ +Fri Jul 11 14:15:24 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-HTTP-Daemon.spec ++++++ --- /var/tmp/diff_new_pack.pKqaN3/_old 2025-07-14 10:48:02.319564071 +0200 +++ /var/tmp/diff_new_pack.pKqaN3/_new 2025-07-14 10:48:02.319564071 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Daemon # -# Copyright (c) 2023 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,12 +18,14 @@ %define cpan_name HTTP-Daemon Name: perl-HTTP-Daemon -Version: 6.16 +Version: 6.160.0 Release: 0 +# 6.16 -> normalize -> 6.160.0 +%define cpan_version 6.16 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Simple http server class URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -34,7 +36,8 @@ BuildRequires: perl(HTTP::Status) >= 6 BuildRequires: perl(IO::Socket::IP) >= 0.32 BuildRequires: perl(LWP::MediaTypes) >= 6 -BuildRequires: perl(Module::Build::Tiny) >= 0.034 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::Tiny) >= 0.34 BuildRequires: perl(Module::Metadata) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Needs) @@ -44,6 +47,8 @@ Requires: perl(HTTP::Status) >= 6 Requires: perl(IO::Socket::IP) >= 0.32 Requires: perl(LWP::MediaTypes) >= 6 +Provides: perl(HTTP::Daemon) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -63,7 +68,7 @@ back various responses. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor