Mon, 01 Jul 2024 11:48:29 UTC | login

Information for build perl-Text-CSV_XS-1.37-1.fc29

ID74171
Package Nameperl-Text-CSV_XS
Version1.37
Release1.fc29
Epoch
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
StartedTue, 09 Oct 2018 22:27:07 UTC
CompletedTue, 09 Oct 2018 23:59:05 UTC
Taskbuild (f29-candidate, perl-Text-CSV_XS-1.37-1.fc29.src.rpm)
Tags
f29
f30
RPMs
src
perl-Text-CSV_XS-1.37-1.fc29.src.rpm (info) (download)
riscv64
perl-Text-CSV_XS-1.37-1.fc29.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debuginfo-1.37-1.fc29.riscv64.rpm (info) (download)
perl-Text-CSV_XS-debugsource-1.37-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Sep 27 2018 Paul Howarth <paul@city-fan.org> - 1.37-1 - Update to 1.37 - Moved pod-tests from t to xt - Add munge as alias for munge_column_names - Update to Devel::PPPort-3.43 - Simplified ref-check defines in XS (GH#12) - Tested against perl-5.29.3 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.36-2 - Perl 5.28 rebuild * Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 1.36-1 - Update to 1.36 - Now also tested on FreeBSD-11.1 - Update to Devel::PPPort-3.42 - Fixed memory leak - Add undef_str attribute - Tested against perl-5.28.0 - Move from DynaLoader to XSLoader - Tested on Synology DSM - Switch upstream from search.cpan.org to metacpan.org * Wed Mar 21 2018 Paul Howarth <paul@city-fan.org> - 1.35-1 - Update to 1.35 - Remove META.yml from MANIFEST.skip - Use UNIVERSAL::isa to protect against unblessed references - Fix -Wformat warning (CPAN RT#123729) - Make detect_bom result available - It's 2018 - Add csv (out => \"skip") - suppress output deliberately - Allow sub as top-level filter - Tested against Test2::Harness-0.001062 (yath test) - Tested against perl-5.27.10 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Nov 06 2017 Paul Howarth <paul@city-fan.org> - 1.34-1 - Update to 1.34 - Bad arg for formula (like "craok") will now die with error 1500 - Row report in formula reporting was off by 1 - Add a prominent section about BOM handling - Make sheet label more portable (csv2xlsx) - Allow munge => \%hash - Preserve first row in csv (set_column_names => 0) * Fri Oct 20 2017 Paul Howarth <paul@city-fan.org> - 1.33-1 - Update to 1.33 - Small additional fix for eol = \r + BOM - Updated documentation for example files - Add support for formula actions (GH#11) - csv2xls and csv2xlsx now warn by default - Reset file info on ->header call (CPAN RT#123320) * Sun Sep 17 2017 Paul Howarth <paul@city-fan.org> - 1.32-1 - Update to 1.32 - Add keep_headers attribute to csv() - Fix on_in when used in combination with key - Fail on invalid arguments to csv - Fix header method on EOL = CR (CPAN RT#122764) * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 15 2017 Paul Howarth <paul@city-fan.org> - 1.31-1 - Update to 1.31 - Fix already decoded BOM in headers - New options in csv-check - Some perlcritic - "escape" is alias for "escape_char" for consistency - Code cleanup and more tests (Devel::Cover) - Improve csv-check auto-sep-detection * Sat Jun 10 2017 Paul Howarth <paul@city-fan.org> - 1.30-1 - Update to 1.30 - Add csv (..., out => ...) syntax examples (GH#7) - Disable escape_null for undefined escape_char - Fix ->say for bound columns (CPAN RT#121576) - Update to Devel::PPPort 3.36 - Tested under 5.26.0 and 5.27.0 - Documentation changes and additions * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-2 - Perl 5.26 rebuild * Wed Apr 26 2017 Paul Howarth <paul@city-fan.org> - 1.29-1 - Update to 1.29 - More docs for bind_columns (CPAN RT#121350) - New attribute "strict" (also addresses CPAN RT#121350) - Drop redundant Group: tag * Wed Mar 22 2017 Paul Howarth <paul@city-fan.org> - 1.28-1 - Update to 1.28 - Fix length problem with bound empty fields and UTF-8 (CPAN RT#120655) * Fri Mar 03 2017 Paul Howarth <paul@city-fan.org> - 1.27-1 - Update to 1.27 - Remove unneeded done_testing - Attribute sep/sep_char is not allowed to be undefined - Increased test coverage: added errors 1008 and 1014 - Default for escape_null in csv() is now false - It's 2017 - New error code for illegal argument(s)/parameter(s) (CPAN RT#119827) - Fix tests for perl without dot in @INC - Fix crlf issue for csv() on Windows (CPAN RT#120466) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Nov 30 2016 Paul Howarth <paul@city-fan.org> - 1.26-1 - Update to 1.26 - Disable some Unicode-related tests for unhealthy $PERL_UNICODE (CPAN RT#117856) - is_missing(0) on empty line returns 1 for keep_meta_info=true (GH#27)