Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-OverloadInfo for
openSUSE:Factory checked in at 2025-06-03 19:10:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-OverloadInfo (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-OverloadInfo.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-OverloadInfo"
Tue Jun 3 19:10:56 2025 rev:5 rq:1282370 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-OverloadInfo/perl-Devel-OverloadInfo.changes
2021-04-29 22:53:32.841851284 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-OverloadInfo.new.16005/perl-Devel-OverloadInfo.changes
2025-06-03 19:10:58.494505296 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 14:06:22 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-OverloadInfo.spec ++++++
--- /var/tmp/diff_new_pack.EA94IM/_old 2025-06-03 19:10:59.218535369 +0200
+++ /var/tmp/diff_new_pack.EA94IM/_new 2025-06-03 19:10:59.222535536 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-OverloadInfo
#
-# 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,25 +18,27 @@
%define cpan_name Devel-OverloadInfo
Name: perl-Devel-OverloadInfo
-Version: 0.007
+Version: 0.7.0
Release: 0
-Summary: Introspect overloaded operators
+# 0.007 -> normalize -> 0.7.0
+%define cpan_version 0.007
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Introspect overloaded operators
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(MRO::Compat)
-BuildRequires: perl(Package::Stash) >= 0.14
-BuildRequires: perl(Sub::Util) >= 1.40
+BuildRequires: perl(Package::Stash) >= 0.140
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent)
Requires: perl(MRO::Compat)
-Requires: perl(Package::Stash) >= 0.14
-Requires: perl(Sub::Util) >= 1.40
+Requires: perl(Package::Stash) >= 0.140
+Provides: perl(Devel::OverloadInfo) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -45,7 +47,7 @@
overloads are declared and where the code implementing them is.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor