8
0

Accepting request 1173708 from devel:languages:perl:autoupdate

- updated to 0.008
   see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes
  0.008 
      - Encoding directive added to POD, contributed by gregor herrmann from
        Debian.
      - Corrections in test files to guard against CPANtesters who run tests
        with PERL_AUTHOR_TESTING turned on.

OBS-URL: https://build.opensuse.org/request/show/1173708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Copy-Recursive-Reduced?expand=0&rev=7
This commit is contained in:
2024-05-14 11:57:17 +00:00
committed by Git OBS Bridge
parent 3c1783f785
commit 0da45118ad
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3b58522e69803a91437e29c099eb706e8373f1eef0518a4dc3669dd3dfcdc27
size 24177

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:462bd66bf55e74b78f29ebdc9626af622d4f0115b5191b03167e82164db98f5a
size 24458

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 26 03:06:31 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.008
see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes
0.008 Mon Mar 25 09:59:23 AM EDT 2024
- Encoding directive added to POD, contributed by gregor herrmann from
Debian.
- Corrections in test files to guard against CPANtesters who run tests
with PERL_AUTHOR_TESTING turned on.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 22:27:09 UTC 2024 - Tina Müller <tina.mueller@suse.com> Fri Mar 8 22:27:09 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,9 +18,10 @@
%define cpan_name File-Copy-Recursive-Reduced %define cpan_name File-Copy-Recursive-Reduced
Name: perl-File-Copy-Recursive-Reduced Name: perl-File-Copy-Recursive-Reduced
Version: 0.7.0 Version: 0.8.0
Release: 0 Release: 0
%define cpan_version 0.007 # 0.008 -> normalize -> 0.8.0
%define cpan_version 0.008
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Recursive copying of files and directories within Perl 5 toolchain Summary: Recursive copying of files and directories within Perl 5 toolchain
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -30,7 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Path::Tiny) BuildRequires: perl(Path::Tiny)
Provides: perl(File::Copy::Recursive::Reduced) = 0.7.0 Provides: perl(File::Copy::Recursive::Reduced) = %{version}
%undefine __perllib_provides %undefine __perllib_provides
%{perl_requires} %{perl_requires}