From 20dfbb9bd6bc5668a0086c7fbea1b2cf228f1c4a3836cfcbdb75abbd7633100f Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 26 Jul 2020 07:58:43 +0000 Subject: [PATCH] Accepting request 822356 from home:pmonrealgonzalez:branches:devel:languages:perl - updated to 2.17 see /usr/share/doc/packages/perl-File-Path/Changes 2.17 2020-07-18 - Eliminate one line of debugging code which was generating a warning. OBS-URL: https://build.opensuse.org/request/show/822356 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Path?expand=0&rev=16 --- File-Path-2.16.tar.gz | 3 --- File-Path-2.17.tar.gz | 3 +++ perl-File-Path.changes | 10 ++++++++++ perl-File-Path.spec | 23 +++++++++++------------ 4 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 File-Path-2.16.tar.gz create mode 100644 File-Path-2.17.tar.gz diff --git a/File-Path-2.16.tar.gz b/File-Path-2.16.tar.gz deleted file mode 100644 index 5d06fb6..0000000 --- a/File-Path-2.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21f7d69b59c381f459c5f0bf697d512109bd911f12ca33270b70ca9a9ef6fa05 -size 31871 diff --git a/File-Path-2.17.tar.gz b/File-Path-2.17.tar.gz new file mode 100644 index 0000000..a0d6cab --- /dev/null +++ b/File-Path-2.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c506dfd69a70fdd5f1212fe58fbc53620a89a8293e2ac6860570f868269fb31 +size 31879 diff --git a/perl-File-Path.changes b/perl-File-Path.changes index fcc8d73..6ae85fe 100644 --- a/perl-File-Path.changes +++ b/perl-File-Path.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 23 10:33:48 UTC 2020 - Pedro Monreal + +- updated to 2.17 + see /usr/share/doc/packages/perl-File-Path/Changes + + 2.17 2020-07-18 + - Eliminate one line of debugging code which was generating + a warning. + ------------------------------------------------------------------- Sat Sep 1 05:23:30 UTC 2018 - coolo@suse.com diff --git a/perl-File-Path.spec b/perl-File-Path.spec index 5ea6e8c..ddae23a 100644 --- a/perl-File-Path.spec +++ b/perl-File-Path.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Path # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-File-Path -Version: 2.160000 -Release: 0 -%define cpan_version 2.16 -Provides: perl(File::Path) = 2.160000 -#Upstream: James Keenan and Richard Elberger 1995-2018. All rights reserved. +%define cpan_version 2.17 %define cpan_name File-Path +Name: perl-File-Path +Version: 2.170000 +Release: 0 Summary: Create or remove directory trees +# Upstream: James Keenan AND Richard Elberger 1995-2020. All rights reserved. License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-Path/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -43,11 +42,11 @@ depth and to delete an entire directory subtree from the filesystem. %setup -q -n %{cpan_name}-%{cpan_version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install