diff --git a/Text-CSV_XS-1.56.tgz b/Text-CSV_XS-1.56.tgz deleted file mode 100644 index 9be9361..0000000 --- a/Text-CSV_XS-1.56.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6457894075b2cb3dece3d08657e789123803e9c20d25708a41eb41ae272bf4fb -size 275606 diff --git a/Text-CSV_XS-1.59.tgz b/Text-CSV_XS-1.59.tgz new file mode 100644 index 0000000..7222756 --- /dev/null +++ b/Text-CSV_XS-1.59.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c09fdec734ebfcba97b9e96a82265fec4e596cc998affe627a502d02721ce29 +size 280807 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index dea298a..a94ed66 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jan 6 05:35:21 UTC 2025 - Tina Müller + +- updated to 1.590.0 (1.59) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.59 - 2025-01-05, H.Merijn Brand + * Fixed EOL test for Windows with crnl layer + * It is 2025 + + 1.58 - 2024-12-30, H.Merijn Brand + * Add strict_eol (warnings default in csv ()) + * Add XS line number in errors + * Add streaming support - not set in stone + + 1.57 - 2024-11-12, H.Merijn Brand + * Keep runtime error from csv () + * add csv (on_error) + ------------------------------------------------------------------- Sat Aug 10 05:29:38 UTC 2024 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 95b240e..fac6373 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.560.0 +Version: 1.590.0 Release: 0 -# 1.56 -> normalize -> 1.560.0 -%define cpan_version 1.56 +# 1.59 -> normalize -> 1.590.0 +%define cpan_version 1.59 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name}