Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-Copy-Recursive for
openSUSE:Factory checked in at 2025-05-23 14:29:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Copy-Recursive (Old)
and /work/SRC/openSUSE:Factory/.perl-File-Copy-Recursive.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Copy-Recursive"
Fri May 23 14:29:54 2025 rev:8 rq:1278761 version:0.450.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-Copy-Recursive/perl-File-Copy-Recursive.changes
2019-07-28 10:19:40.312601591 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-Copy-Recursive.new.2732/perl-File-Copy-Recursive.changes
2025-05-23 14:31:19.498534066 +0200
@@ -1,0 +2,6 @@
+Tue May 20 13:20:07 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-Copy-Recursive.spec ++++++
--- /var/tmp/diff_new_pack.OcOWfT/_old 2025-05-23 14:31:20.034556683 +0200
+++ /var/tmp/diff_new_pack.OcOWfT/_new 2025-05-23 14:31:20.038556851 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Copy-Recursive
#
-# Copyright (c) 2019 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 File-Copy-Recursive
Name: perl-File-Copy-Recursive
-Version: 0.45
+Version: 0.450.0
Release: 0
-%define cpan_name File-Copy-Recursive
-Summary: Perl extension for recursively copying files and directories
+# 0.45 -> normalize -> 0.450.0
+%define cpan_version 0.45
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/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz
+Summary: Perl extension for recursively copying files and directories
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Path::Tiny)
@@ -36,6 +36,8 @@
BuildRequires: perl(Test::File)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings)
+Provides: perl(File::Copy::Recursive) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -44,11 +46,11 @@
directory's mode.
%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
@@ -59,6 +61,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README README.md