Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-ShareDir-Install for
openSUSE:Factory checked in at 2025-05-23 14:29:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir-Install (Old)
and /work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-ShareDir-Install"
Fri May 23 14:29:53 2025 rev:18 rq:1278760 version:0.140.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-ShareDir-Install/perl-File-ShareDir-Install.changes
2022-07-05 12:27:42.681891257 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new.2732/perl-File-ShareDir-Install.changes
2025-05-23 14:31:18.930510100 +0200
@@ -1,0 +2,6 @@
+Tue May 20 13:20:53 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-ShareDir-Install.spec ++++++
--- /var/tmp/diff_new_pack.NWC9tS/_old 2025-05-23 14:31:19.362528328 +0200
+++ /var/tmp/diff_new_pack.NWC9tS/_new 2025-05-23 14:31:19.362528328 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-ShareDir-Install
#
-# 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,16 +18,20 @@
%define cpan_name File-ShareDir-Install
Name: perl-File-ShareDir-Install
-Version: 0.14
+Version: 0.140.0
Release: 0
+# 0.14 -> normalize -> 0.140.0
+%define cpan_version 0.14
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Install shared files
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
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
+Provides: perl(File::ShareDir::Install) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -43,7 +47,7 @@
directories will be ignored.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -58,6 +62,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%doc Changes CONTRIBUTING README testrules.yml
+%doc Changes CONTRIBUTING README
%license LICENSE