Skip to content

Commit 39967ef

Browse files
authored
Upgrades perl-File-Find-Object to version 0.3.8 (microsoft#12226)
1 parent 15a501a commit 39967ef

File tree

3 files changed

+70
-15
lines changed

3 files changed

+70
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-File-Find-Object-0.3.5.tar.gz": "dc4124abe64dc1274e8e8a5e5bf9e17a2a9269debace458115b57469f1e16a91"
3+
"perl-File-Find-Object-0.3.8.tar.gz": "4e525146de864edfbc909b0844629eeced0063b61d418b972eef03f844bb3514"
44
}
55
}

SPECS-EXTENDED/perl-File-Find-Object/perl-File-Find-Object.spec

Lines changed: 67 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: perl-File-Find-Object
2-
Version: 0.3.5
3-
Release: 3%{?dist}
2+
Version: 0.3.8
3+
Release: 5%{?dist}
44
Summary: Object oriented File::Find replacement
5-
License: GPLv2+ or Artistic 2.0
5+
License: GPL-2.0-or-later OR Artistic-2.0
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
URL: https://metacpan.org/release/File-Find-Object
9-
Source0: https://cpan.metacpan.org/modules/by-module/File/File-Find-Object-%{version}.tar.gz#/perl-File-Find-Object-%{version}.tar.gz
9+
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Find-Object-%{version}.tar.gz#/perl-File-Find-Object-%{version}.tar.gz
1010
BuildArch: noarch
1111
# Module Build
1212
BuildRequires: coreutils
@@ -24,15 +24,18 @@ BuildRequires: perl(List::Util)
2424
BuildRequires: perl(parent)
2525
BuildRequires: perl(strict)
2626
BuildRequires: perl(warnings)
27+
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2728
# Test Suite
29+
BuildRequires: perl(blib)
2830
BuildRequires: perl(File::Path)
31+
BuildRequires: perl(File::TreeCreate)
2932
BuildRequires: perl(IO::Handle)
3033
BuildRequires: perl(IPC::Open3)
3134
BuildRequires: perl(lib)
32-
BuildRequires: perl(blib)
35+
BuildRequires: perl(Test::File) >= 1.993
3336
BuildRequires: perl(Test::More) >= 0.88
3437
# Dependencies
35-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
38+
# (none)
3639

3740
%description
3841
File::Find::Object does the same job as File::Find but works like an object
@@ -58,20 +61,72 @@ make test
5861

5962
%files
6063
%license LICENSE
61-
%doc Changes README.md examples/
64+
%doc Changes examples/ README.md
6265
%{perl_vendorlib}/File/
6366
%{_mandir}/man3/File::Find::Object.3*
6467
%{_mandir}/man3/File::Find::Object::Base.3*
6568
%{_mandir}/man3/File::Find::Object::PathComp.3*
6669
%{_mandir}/man3/File::Find::Object::Result.3*
6770

6871
%changelog
69-
* Fri Apr 22 2022 Muhammad Falak <[email protected]>- 0.3.5-3
70-
- Add an explicit BR on `perl(blib)` to enable ptest
71-
- License verified
72+
* Tue Feb 04 2025 Aninda Pradhan <[email protected]> - 0.3.8-5
73+
- Initial Azure Linux import from Fedora 41 (license: MIT)
74+
- License Verified
75+
76+
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.3.8-4
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
78+
79+
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.3.8-3
80+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
81+
82+
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.3.8-2
83+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
84+
85+
* Sat Jul 22 2023 Paul Howarth <[email protected]> - 0.3.8-1
86+
- Update to 0.3.8 (rhbz#2224699)
87+
- Fix use_ok() call (GH#3)
88+
89+
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.3.7-3
90+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
91+
92+
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.3.7-2
93+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
94+
95+
* Mon Jan 2 2023 Paul Howarth <[email protected]> - 0.3.7-1
96+
- Update to 0.3.7 (rhbz#2157274)
97+
- Fix test failures on Windows (GH#2)
98+
- Use SPDX-format license tag
99+
100+
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.3.6-4
101+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
102+
103+
* Tue May 31 2022 Jitka Plesnikova <[email protected]> - 0.3.6-3
104+
- Perl 5.36 rebuild
105+
106+
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.3.6-2
107+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
108+
109+
* Fri Aug 27 2021 Paul Howarth <[email protected]> - 0.3.6-1
110+
- Update to 0.3.6
111+
- Split File::TreeCreate off to its own distribution
112+
113+
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 0.3.5-7
114+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
115+
116+
* Fri May 21 2021 Jitka Plesnikova <[email protected]> - 0.3.5-6
117+
- Perl 5.34 rebuild
118+
119+
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.3.5-5
120+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
121+
122+
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 0.3.5-4
123+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
124+
125+
* Tue Jun 23 2020 Jitka Plesnikova <[email protected]> - 0.3.5-3
126+
- Perl 5.32 rebuild
72127

73-
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.3.5-2
74-
- Initial CBL-Mariner import from Fedora 31 (license: MIT).
128+
* Tue Mar 10 2020 Paul Howarth <[email protected]> - 0.3.5-2
129+
- BR: perl(blib) for t/00-compile.t
75130

76131
* Tue Jan 28 2020 Paul Howarth <[email protected]> - 0.3.5-1
77132
- Update to 0.3.5

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17673,8 +17673,8 @@
1767317673
"type": "other",
1767417674
"other": {
1767517675
"name": "perl-File-Find-Object",
17676-
"version": "0.3.5",
17677-
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/File/File-Find-Object-0.3.5.tar.gz"
17676+
"version": "0.3.8",
17677+
"downloadUrl": "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Find-Object-0.3.8.tar.gz"
1767817678
}
1767917679
}
1768017680
},

0 commit comments

Comments
 (0)