Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Package-Stash-XS for
openSUSE:Factory checked in at 2025-05-23 14:29:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Package-Stash-XS (Old)
and /work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Package-Stash-XS"
Fri May 23 14:29:41 2025 rev:17 rq:1278656 version:0.300.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Package-Stash-XS/perl-Package-Stash-XS.changes
2022-06-18 22:05:34.455603635 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new.2732/perl-Package-Stash-XS.changes
2025-05-23 14:31:02.945835341 +0200
@@ -1,0 +2,6 @@
+Tue May 20 11:13:14 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Package-Stash-XS.spec ++++++
--- /var/tmp/diff_new_pack.YDXebo/_old 2025-05-23 14:31:03.449856623 +0200
+++ /var/tmp/diff_new_pack.YDXebo/_new 2025-05-23 14:31:03.453856792 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Package-Stash-XS
#
-# Copyright (c) 2022 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,18 +18,22 @@
%define cpan_name Package-Stash-XS
Name: perl-Package-Stash-XS
-Version: 0.30
+Version: 0.300.0
Release: 0
+# 0.30 -> normalize -> 0.300.0
+%define cpan_version 0.30
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Faster and more correct implementation of the Package::Stash
API
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Needs)
+Provides: perl(Package::Stash::XS) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -38,7 +42,7 @@
installed, and should be preferred in all environments with a compiler.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"