Accepting request 816287 from devel:languages:perl:autoupdate

- updated to 4.201720
   see /usr/share/doc/packages/perl-File-Util/Changes
  4.201720 2020-06-19
     - Bugfix for issue where @INC was being disrupted, detailed at
       https://rt.cpan.org/Ticket/Display.html?id=132060
       Sorry for the delay in fixing it - coronavirus happened to the world :(
       Good luck everyone and please stay safe.

OBS-URL: https://build.opensuse.org/request/show/816287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Util?expand=0&rev=5
This commit is contained in:
2020-06-22 13:43:09 +00:00
committed by Git OBS Bridge
parent 01cd4bb9b1
commit 76be74528c
4 changed files with 25 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jun 20 03:07:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 4.201720
see /usr/share/doc/packages/perl-File-Util/Changes
4.201720 2020-06-19
- Bugfix for issue where @INC was being disrupted, detailed at
https://rt.cpan.org/Ticket/Display.html?id=132060
Sorry for the delay in fixing it - coronavirus happened to the world :(
Good luck everyone and please stay safe.
-------------------------------------------------------------------
Thu Jul 14 05:21:35 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Util
#
# Copyright (c) 2016 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,19 +12,19 @@
# 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-Util
Version: 4.161950
Version: 4.201720
Release: 0
%define cpan_name File-Util
Summary: Easy, versatile, portable file handling
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Util/
Source0: http://www.cpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -60,7 +60,7 @@ documentation. _(See DOCUMENTATION section below.)_
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
@@ -72,6 +72,7 @@ documentation. _(See DOCUMENTATION section below.)_
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes COPYING examples LICENSE NEWS performance README TODO
%doc AUTHORS Changes examples NEWS README TODO
%license COPYING LICENSE
%changelog