From 2225a28eb02e126d19bdd47dced72fc5b4feaa7ec90a3f668ceac863c3b8c348 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 28 Sep 2023 09:26:53 +0000 Subject: [PATCH] Accepting request 1113723 from devel:languages:perl:autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated to 0.007 see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes 0.007 - Corrections to better accommodate Windows path separators, mostly provided by Håkon Hægland. OBS-URL: https://build.opensuse.org/request/show/1113723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Copy-Recursive-Reduced?expand=0&rev=3 --- File-Copy-Recursive-Reduced-0.006.tar.gz | 3 --- File-Copy-Recursive-Reduced-0.007.tar.gz | 3 +++ perl-File-Copy-Recursive-Reduced.changes | 10 ++++++++++ perl-File-Copy-Recursive-Reduced.spec | 24 ++++++++++++------------ 4 files changed, 25 insertions(+), 15 deletions(-) delete mode 100644 File-Copy-Recursive-Reduced-0.006.tar.gz create mode 100644 File-Copy-Recursive-Reduced-0.007.tar.gz diff --git a/File-Copy-Recursive-Reduced-0.006.tar.gz b/File-Copy-Recursive-Reduced-0.006.tar.gz deleted file mode 100644 index 5b3264d..0000000 --- a/File-Copy-Recursive-Reduced-0.006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e618f993a69f4355205c58fffff6982609f28b47f646ec6e244e41b5c6707e2c -size 25380 diff --git a/File-Copy-Recursive-Reduced-0.007.tar.gz b/File-Copy-Recursive-Reduced-0.007.tar.gz new file mode 100644 index 0000000..e6d99bf --- /dev/null +++ b/File-Copy-Recursive-Reduced-0.007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b58522e69803a91437e29c099eb706e8373f1eef0518a4dc3669dd3dfcdc27 +size 24177 diff --git a/perl-File-Copy-Recursive-Reduced.changes b/perl-File-Copy-Recursive-Reduced.changes index 5828f95..4122735 100644 --- a/perl-File-Copy-Recursive-Reduced.changes +++ b/perl-File-Copy-Recursive-Reduced.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 17 03:06:52 UTC 2023 - Tina Müller + +- updated to 0.007 + see /usr/share/doc/packages/perl-File-Copy-Recursive-Reduced/Changes + + 0.007 Sat Sep 16 07:48:17 AM EDT 2023 + - Corrections to better accommodate Windows path separators, mostly + provided by Håkon Hægland. + ------------------------------------------------------------------- Wed Apr 3 07:47:25 UTC 2019 - Stephan Kulow diff --git a/perl-File-Copy-Recursive-Reduced.spec b/perl-File-Copy-Recursive-Reduced.spec index f8f7baa..5be29f4 100644 --- a/perl-File-Copy-Recursive-Reduced.spec +++ b/perl-File-Copy-Recursive-Reduced.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Copy-Recursive-Reduced # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,22 @@ # -Name: perl-File-Copy-Recursive-Reduced -Version: 0.006 -Release: 0 %define cpan_name File-Copy-Recursive-Reduced -Summary: Recursive copying of files and directories within Perl 5 toolchain +Name: perl-File-Copy-Recursive-Reduced +Version: 0.7.0 +Release: 0 +%define cpan_version 0.007 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/J/JK/JKEENAN/%{cpan_name}-%{version}.tar.gz +Summary: Recursive copying of files and directories within Perl 5 toolchain +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Path::Tiny) +Provides: perl(File::Copy::Recursive::Reduced) = 0.7.0 +%define __perllib_provides /bin/true %{perl_requires} %description @@ -42,11 +43,11 @@ library provides methods similar enough to that distribution's 'fcopy()', distributions often described as being part of the Perl toolchain. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -57,7 +58,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README Todo %license LICENSE