Update to 0.3.8 (rhbz#2224699)
- New upstream release 0.3.8 - Fix use_ok() call (GH#3)
This commit is contained in:
parent
1f401563ad
commit
5a70661c06
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/File-Find-Object-0.3.5.tar.gz
|
/File-Find-Object-0.3.5.tar.gz
|
||||||
/File-Find-Object-0.3.6.tar.gz
|
/File-Find-Object-0.3.6.tar.gz
|
||||||
/File-Find-Object-0.3.7.tar.gz
|
/File-Find-Object-0.3.7.tar.gz
|
||||||
|
/File-Find-Object-0.3.8.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-File-Find-Object
|
Name: perl-File-Find-Object
|
||||||
Version: 0.3.7
|
Version: 0.3.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Object oriented File::Find replacement
|
Summary: Object oriented File::Find replacement
|
||||||
License: GPL-2.0-or-later OR Artistic-2.0
|
License: GPL-2.0-or-later OR Artistic-2.0
|
||||||
URL: https://metacpan.org/release/File-Find-Object
|
URL: https://metacpan.org/release/File-Find-Object
|
||||||
@ -32,6 +32,7 @@ BuildRequires: perl(lib)
|
|||||||
BuildRequires: perl(Test::File) >= 1.993
|
BuildRequires: perl(Test::File) >= 1.993
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
# (none)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
File::Find::Object does the same job as File::Find but works like an object
|
File::Find::Object does the same job as File::Find but works like an object
|
||||||
@ -65,6 +66,10 @@ make test
|
|||||||
%{_mandir}/man3/File::Find::Object::Result.3*
|
%{_mandir}/man3/File::Find::Object::Result.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 22 2023 Paul Howarth <paul@city-fan.org> - 0.3.8-1
|
||||||
|
- Update to 0.3.8 (rhbz#2224699)
|
||||||
|
- Fix use_ok() call (GH#3)
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (File-Find-Object-0.3.7.tar.gz) = d6bf9835d3fef13bdcf5b2821ac359279b9779c76658505ff487cc0df73e26912999b8630df997ba98e1d15c4f69cc71312c76327bcb9deb72a94d1ffdb7cb2d
|
SHA512 (File-Find-Object-0.3.8.tar.gz) = f3a00f6b8ec22e7a7361ef158a4c631e1c834e19fb672cf429bdcffb3d11b35aff94a07a73b1922a8f47bab90f3dbc64c39da7a8899df9337b062a430481827e
|
||||||
|
Loading…
Reference in New Issue
Block a user