Skip to content

Commit 03de9c1

Browse files
authored
Upgrade: perl-Text-CSV_XS version to 1.60 (#12804)
1 parent 9f6145a commit 03de9c1

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"Text-CSV_XS-1.41.tgz": "0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab"
3+
"Text-CSV_XS-1.60.tgz": "798f8b45d5d4a24e34faeec6ae157d62356556ea0ba046d8e80f8fbf5c826911"
44
}
55
}

SPECS-EXTENDED/perl-Text-CSV_XS/perl-Text-CSV_XS.spec

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: perl-Text-CSV_XS
4-
Version: 1.41
5-
Release: 2%{?dist}
4+
Version: 1.60
5+
Release: 1%{?dist}
66
Summary: Comma-separated values manipulation routines
7-
License: GPL+ or Artistic
7+
License: GPL-1.0-or-later OR Artistic-1.0-Perl
88
URL: https://metacpan.org/release/Text-CSV_XS
99
Source0: https://cpan.metacpan.org/modules/by-module/Text/Text-CSV_XS-%{version}.tgz
1010
# Build:
@@ -15,11 +15,12 @@ BuildRequires: make
1515
BuildRequires: perl-devel
1616
BuildRequires: perl-generators
1717
BuildRequires: perl-interpreter
18+
BuildRequires: perl(charnames)
1819
BuildRequires: perl(Config::Tiny)
1920
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
2021
# Run-time:
2122
BuildRequires: perl(Carp)
22-
# Specific version ≥ 2.92 for Encode is recommended but not required
23+
# Specific version ≥ 3.20 for Encode is recommended but not required
2324
BuildRequires: perl(Encode)
2425
BuildRequires: perl(Exporter)
2526
BuildRequires: perl(IO::Handle)
@@ -30,13 +31,11 @@ BuildRequires: perl(warnings)
3031
BuildRequires: perl(XSLoader)
3132
# Tests:
3233
BuildRequires: perl(base)
33-
BuildRequires: perl(charnames)
3434
BuildRequires: perl(Config)
3535
BuildRequires: perl(Test::More)
3636
BuildRequires: perl(Tie::Scalar)
3737
# Dependencies
38-
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
39-
# Specific version ≥ 2.92 for Encode is recommended but not required
38+
# Specific version ≥ 3.20 for Encode is recommended but not required
4039
Requires: perl(Encode)
4140
# IO::Handle is loaded by XS code
4241
Requires: perl(IO::Handle)
@@ -77,12 +76,16 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
7776
%{make_build} test
7877

7978
%files
80-
%doc ChangeLog CONTRIBUTING.md README examples/
79+
%doc ChangeLog CONTRIBUTING.md examples/ README SECURITY.md
8180
%{perl_vendorarch}/Text/
8281
%{perl_vendorarch}/auto/Text/
8382
%{_mandir}/man3/Text::CSV_XS.3*
8483

8584
%changelog
85+
* Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 1.60-1
86+
- Update to version 1.60
87+
- License verified
88+
8689
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.41-2
8790
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
8891

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20453,8 +20453,8 @@
2045320453
"type": "other",
2045420454
"other": {
2045520455
"name": "perl-Text-CSV_XS",
20456-
"version": "1.41",
20457-
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Text/Text-CSV_XS-1.41.tgz"
20456+
"version": "1.60",
20457+
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Text/Text-CSV_XS-1.60.tgz"
2045820458
}
2045920459
}
2046020460
},

0 commit comments

Comments
 (0)