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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee
|
|
||||||
size 129909
|
|
3
File-Util-4.201720.tar.gz
Normal file
3
File-Util-4.201720.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d4491021850d5c5cbd702c7e4744858079841d2fa93f1c2d09ddc9a7863608df
|
||||||
|
size 135070
|
@@ -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
|
Thu Jul 14 05:21:35 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Util
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-File-Util
|
||||||
Version: 4.161950
|
Version: 4.201720
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Util
|
%define cpan_name File-Util
|
||||||
Summary: Easy, versatile, portable file handling
|
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
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Util/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOMMY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -60,7 +60,7 @@ documentation. _(See DOCUMENTATION section below.)_
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -72,6 +72,7 @@ documentation. _(See DOCUMENTATION section below.)_
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%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
|
%changelog
|
||||||
|
Reference in New Issue
Block a user