forked from pool/perl-File-Find-Object
Accepting request 768282 from devel:languages:perl:autoupdate
- updated to 0.3.5 see /usr/share/doc/packages/perl-File-Find-Object/Changes Revision history for File-Find-Object 0.3.5 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see: https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF#L3 ). - VERSION used to appear before NAME. OBS-URL: https://build.opensuse.org/request/show/768282 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:569fab52ab2bf9e0592d46575056c33c52aaba4ada3176f22f248e01d1273a79
|
|
||||||
size 30168
|
|
3
File-Find-Object-0.3.5.tar.gz
Normal file
3
File-Find-Object-0.3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc4124abe64dc1274e8e8a5e5bf9e17a2a9269debace458115b57469f1e16a91
|
||||||
|
size 30270
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 03:13:23 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.3.5
|
||||||
|
see /usr/share/doc/packages/perl-File-Find-Object/Changes
|
||||||
|
|
||||||
|
Revision history for File-Find-Object
|
||||||
|
|
||||||
|
0.3.5 2020-01-28
|
||||||
|
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated
|
||||||
|
POD documentation (see:
|
||||||
|
https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF#L3
|
||||||
|
).
|
||||||
|
- VERSION used to appear before NAME.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 05:08:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Mon Aug 26 05:08:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Find-Object
|
# spec file for package perl-File-Find-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Find-Object
|
Name: perl-File-Find-Object
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Find-Object
|
%define cpan_name File-Find-Object
|
||||||
Summary: An object oriented File::Find replacement
|
Summary: An object oriented File::Find replacement
|
||||||
@@ -50,7 +50,7 @@ function, but setting a callback is still possible.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
|
Reference in New Issue
Block a user