Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Archive-Any-Lite for
openSUSE:Factory checked in at 2025-06-13 18:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Archive-Any-Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-Archive-Any-Lite.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Archive-Any-Lite"
Fri Jun 13 18:44:13 2025 rev:2 rq:1285222 version:0.110.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Archive-Any-Lite/perl-Archive-Any-Lite.changes
2021-09-15 22:51:22.722906417 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Archive-Any-Lite.new.19631/perl-Archive-Any-Lite.changes
2025-06-13 18:44:30.276540782 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 17:20:38 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Archive-Any-Lite.spec ++++++
--- /var/tmp/diff_new_pack.pY205u/_old 2025-06-13 18:44:31.064573006 +0200
+++ /var/tmp/diff_new_pack.pY205u/_new 2025-06-13 18:44:31.068573169 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Archive-Any-Lite
#
-# 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,29 +18,35 @@
%define cpan_name Archive-Any-Lite
Name: perl-Archive-Any-Lite
-Version: 0.11
+Version: 0.110.0
Release: 0
+# 0.11 -> normalize -> 0.110.0
+%define cpan_version 0.11
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple CPAN package extractor
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Archive::Tar) >= 1.76
BuildRequires: perl(Archive::Zip)
-BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.07
+BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.70
BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(IO::Uncompress::Bunzip2)
BuildRequires: perl(IO::Zlib)
BuildRequires: perl(Test::More) >= 0.82
-BuildRequires: perl(Test::UseAllModules) >= 0.10
+BuildRequires: perl(Test::UseAllModules) >= 0.100
Requires: perl(Archive::Tar) >= 1.76
Requires: perl(Archive::Zip)
Requires: perl(File::Temp) >= 0.19
Requires: perl(IO::Uncompress::Bunzip2)
Requires: perl(IO::Zlib)
+Provides: perl(Archive::Any::Lite) = %{version}
+Provides: perl(Archive::Any::Lite::Tar)
+Provides: perl(Archive::Any::Lite::Zip)
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -51,7 +57,7 @@
doesn't check mime types (at least as of this writing).
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor