diff --git a/File-Find-Closures-1.117.tar.gz b/File-Find-Closures-1.117.tar.gz deleted file mode 100644 index 9612360..0000000 --- a/File-Find-Closures-1.117.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:669af9f3e5a80450cc65916897f85bef4e5dea73e298c831258053e5a7faad65 -size 16154 diff --git a/File-Find-Closures-1.118.tar.gz b/File-Find-Closures-1.118.tar.gz new file mode 100644 index 0000000..a0bd87a --- /dev/null +++ b/File-Find-Closures-1.118.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63510f9f1a14d0a025b1a4b27103c03d916b1714d3bcbcc7d2272e4a81b81493 +size 16198 diff --git a/perl-File-Find-Closures.changes b/perl-File-Find-Closures.changes index 24cd08a..5006b98 100644 --- a/perl-File-Find-Closures.changes +++ b/perl-File-Find-Closures.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 14 05:36:19 UTC 2025 - Tina Müller + +- updated to 1.118.0 (1.118) + see /usr/share/doc/packages/perl-File-Find-Closures/Changes + + 1.118 2025-04-13T22:44:44Z + * require a newer version.pm for v5.10.1 tests + ------------------------------------------------------------------- Mon Jan 6 05:32:40 UTC 2025 - Tina Müller diff --git a/perl-File-Find-Closures.spec b/perl-File-Find-Closures.spec index 30682b9..9a4ac08 100644 --- a/perl-File-Find-Closures.spec +++ b/perl-File-Find-Closures.spec @@ -18,10 +18,10 @@ %define cpan_name File-Find-Closures Name: perl-File-Find-Closures -Version: 1.117.0 +Version: 1.118.0 Release: 0 -# 1.117 -> normalize -> 1.117.0 -%define cpan_version 1.117 +# 1.118 -> normalize -> 1.118.0 +%define cpan_version 1.118 License: Artistic-2.0 Summary: Functions you can use with File::Find URL: https://metacpan.org/release/%{cpan_name} @@ -33,6 +33,7 @@ BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(File::Spec::Functions) >= 3.33 BuildRequires: perl(Test::More) >= 1 +BuildRequires: perl(version) >= 0.86 Requires: perl(File::Spec::Functions) >= 3.33 Provides: perl(File::Find::Closures) = %{version} %undefine __perllib_provides @@ -63,7 +64,7 @@ processed by 'File::Spec::no_upwards' so that "." and ".." (or their equivalents) do not show up in the list. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor