diff --git a/Text-CSV_XS-1.54.tgz b/Text-CSV_XS-1.54.tgz deleted file mode 100644 index c55a93e..0000000 --- a/Text-CSV_XS-1.54.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e61fb700c1bab7845c1799d1718a65c2b2ade915e020b7a0ca8e703e1b5daa6 -size 272716 diff --git a/Text-CSV_XS-1.55.tgz b/Text-CSV_XS-1.55.tgz new file mode 100644 index 0000000..f407beb --- /dev/null +++ b/Text-CSV_XS-1.55.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b623b31b4ac35e99d7b797d5b7c2205a5b984bcd88dee1a9460a6a39d40b5e +size 274684 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 969274a..396d9d0 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 23 16:49:35 UTC 2024 - Tina Müller + +- updated to 1.550.0 (1.55) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.55 - 2024-06-18, H.Merijn Brand + * More fixes for strict under bind_columns (issue 54) + * Strict won't hide previous error (issue 56) + ------------------------------------------------------------------- Fri Apr 19 03:08:23 UTC 2024 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 3822412..e939f8a 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,10 +18,10 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.540.0 +Version: 1.550.0 Release: 0 -# 1.54 -> normalize -> 1.540.0 -%define cpan_version 1.54 +# 1.55 -> normalize -> 1.550.0 +%define cpan_version 1.55 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name}