diff --git a/File-Find-Object-0.3.4.tar.gz b/File-Find-Object-0.3.4.tar.gz deleted file mode 100644 index 2a9d691..0000000 --- a/File-Find-Object-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:569fab52ab2bf9e0592d46575056c33c52aaba4ada3176f22f248e01d1273a79 -size 30168 diff --git a/File-Find-Object-0.3.5.tar.gz b/File-Find-Object-0.3.5.tar.gz new file mode 100644 index 0000000..8abe3b8 --- /dev/null +++ b/File-Find-Object-0.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4124abe64dc1274e8e8a5e5bf9e17a2a9269debace458115b57469f1e16a91 +size 30270 diff --git a/perl-File-Find-Object.changes b/perl-File-Find-Object.changes index 13da56c..1d3e1ef 100644 --- a/perl-File-Find-Object.changes +++ b/perl-File-Find-Object.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 29 03:13:23 UTC 2020 - + +- 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 diff --git a/perl-File-Find-Object.spec b/perl-File-Find-Object.spec index c09a2d6..f09be44 100644 --- a/perl-File-Find-Object.spec +++ b/perl-File-Find-Object.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-File-Find-Object -Version: 0.3.4 +Version: 0.3.5 Release: 0 %define cpan_name File-Find-Object Summary: An object oriented File::Find replacement @@ -50,7 +50,7 @@ function, but setting a callback is still possible. %prep %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 perl Build.PL installdirs=vendor