Mon, 01 Jul 2024 11:20:35 UTC | login

Information for build perl-Text-CSV_XS-1.48-3.fc37

ID199973
Package Nameperl-Text-CSV_XS
Version1.48
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#62eb6634b525b34a310441b158d648a5e5dd7d7d
SummaryComma-separated values manipulation routines
DescriptionText::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 07 Sep 2022 05:12:34 UTC
CompletedWed, 07 Sep 2022 07:40:23 UTC
Taskbuild (f37, /rpms/perl-Text-CSV_XS.git:62eb6634b525b34a310441b158d648a5e5dd7d7d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Text-CSV_XS.git#62eb6634b525b34a310441b158d648a5e5dd7d7d'}}
Tags
f37
f38
RPMs
src
perl-Text-CSV_XS-1.48-3.fc37.src.rpm (info) (download)
riscv64
perl-Text-CSV_XS-1.48-3.fc37.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debuginfo-1.48-3.fc37.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debugsource-1.48-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.48-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.48-2 - Perl 5.36 rebuild * Wed May 25 2022 Paul Howarth <paul@city-fan.org> - 1.48-1 - Update to 1.48 - It's 2022 - kh => 1 (use internal headers) - Add constants for META flags (CPAN RT#142508) - Update to Devel::PPPort-3.68 - Export :CONSTANTS - Fix sep_set typo (GH#37) - Tested against perl-5.36.0 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.47-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Dec 22 2021 Paul Howarth <paul@city-fan.org> - 1.47-1 - Update to 1.47 - Make error 2014 catchable - Suppress empty lines on empty input (GH#34) - Perl 6 → Raku in docs (CPAN RT#136864) - IETF changed their URLs - Add some documentation for Google hist * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.46-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-2 - Perl 5.34 rebuild * Wed Mar 24 2021 Paul Howarth <paul@city-fan.org> - 1.46-1 - Update to 1.46 - It's 2021 - New attribute comment_str (RFC 4180-bis) - New attribute skip_empty_rows (RFC 4180-bis) - http → https in links in docs - Fix several issues with auto-detecting \r as EOL - Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145) * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Dec 24 2020 Paul Howarth <paul@city-fan.org> - 1.45-1 - Update to 1.45 - Update to Devel::PPPort-3.62 - Allow adding to existing data in csv (out => $ref) - examples/csv2xlsx: -L # to limit records to export - examples/csv2xlsx: --de # for possible double-encoding fix - examples/csv2xlsx: Check if .xlsx is creatable before conversion - Add examples/csv-split - Small documentation additions - Fix META issue for bug tracker * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 2020 Paul Howarth <paul@city-fan.org> - 1.44-1 - Update to 1.44 - EBCDIC now fully functional - Prevent false negative CPANTESTERS fail reports - Fully tested on perl-5.32.0 and perl-5.33.0 - Fix partly decoded fields in header