Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-ExtUtils-MakeMaker-CPANfile for
openSUSE:Factory checked in at 2025-06-13 18:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker-CPANfile (Old)
and
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker-CPANfile.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-MakeMaker-CPANfile"
Fri Jun 13 18:44:12 2025 rev:5 rq:1285220 version:0.90.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker-CPANfile/perl-ExtUtils-MakeMaker-CPANfile.changes
2019-01-03 18:08:27.276043004 +0100
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker-CPANfile.new.19631/perl-ExtUtils-MakeMaker-CPANfile.changes
2025-06-13 18:44:28.952486640 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 17:29:46 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-MakeMaker-CPANfile.spec ++++++
--- /var/tmp/diff_new_pack.Xh5Jw9/_old 2025-06-13 18:44:30.008529823 +0200
+++ /var/tmp/diff_new_pack.Xh5Jw9/_new 2025-06-13 18:44:30.012529986 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-MakeMaker-CPANfile
#
-# 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
@@ -16,18 +16,18 @@
#
+%define cpan_name ExtUtils-MakeMaker-CPANfile
Name: perl-ExtUtils-MakeMaker-CPANfile
-Version: 0.09
+Version: 0.90.0
Release: 0
-%define cpan_name ExtUtils-MakeMaker-CPANfile
-Summary: Cpanfile Support for Eumm
+# 0.09 -> normalize -> 0.90.0
+%define cpan_version 0.09
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
+Summary: Cpanfile support for EUMM
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Converter) >= 2.141170
@@ -38,6 +38,8 @@
Requires: perl(Module::CPANfile)
Requires: perl(Test::More) >= 0.88
Requires: perl(version) >= 0.76
+Provides: perl(ExtUtils::MakeMaker::CPANfile) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -51,11 +53,11 @@
doesn't know, to avoid warnings.
%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
@@ -66,7 +68,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README.md
%license LICENSE