diff --git a/Text-CSV_XS-1.51.tgz b/Text-CSV_XS-1.51.tgz deleted file mode 100644 index b147075..0000000 --- a/Text-CSV_XS-1.51.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1831d4d5f90ec6ad7f111a2e4bc5ca6dce7d17d7e57f17ace42b0f3ca140372 -size 271716 diff --git a/Text-CSV_XS-1.52.tgz b/Text-CSV_XS-1.52.tgz new file mode 100644 index 0000000..63dc273 --- /dev/null +++ b/Text-CSV_XS-1.52.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e415aa705badf84b359dc4c0f0c982f1bf708481daa14756f3136e7c89c0e41d +size 271359 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 72a53fd..0796e37 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 22 03:08:01 UTC 2023 - Tina Müller + +- updated to 1.52 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.52 - 2023-09-21, H.Merijn Brand + * Fix possible coredump in cache on non-IO parse (issue 49) + ------------------------------------------------------------------- Tue Aug 8 03:10:51 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 98b8688..5e777be 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,9 +18,9 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.510.0 +Version: 1.520.0 Release: 0 -%define cpan_version 1.51 +%define cpan_version 1.52 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name} @@ -28,7 +28,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-% Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros -Provides: perl(Text::CSV_XS) = 1.510.0 +Provides: perl(Text::CSV_XS) = 1.520.0 %define __perllib_provides /bin/true Recommends: perl(Encode) >= 3.19 %{perl_requires}