diff --git a/Text-CSV_XS-1.52.tgz b/Text-CSV_XS-1.52.tgz deleted file mode 100644 index 63dc273..0000000 --- a/Text-CSV_XS-1.52.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e415aa705badf84b359dc4c0f0c982f1bf708481daa14756f3136e7c89c0e41d -size 271359 diff --git a/Text-CSV_XS-1.53.tgz b/Text-CSV_XS-1.53.tgz new file mode 100644 index 0000000..c5d233a --- /dev/null +++ b/Text-CSV_XS-1.53.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3231610fc755a69e14eb4a3c6d8cce46cc4fd32853777a6c9ce485a8878b42 +size 273211 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 0796e37..2e44cf7 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 24 03:08:00 UTC 2023 - Tina Müller + +- updated to 1.53 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.53 - 2023-11-22, H.Merijn Brand + * Two casts for -Wformat (issue 50) + * Add --skip-empty to csv2xlsx + * Add --font and --font-size to csv2xlsx + * Fix skip_empty_rows ("skip") and trailing newlines (Corey Hickey, PR#52) + * Fix comment in last line (RT#150501) + ------------------------------------------------------------------- Fri Sep 22 03:08:01 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 5e777be..4721af3 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.520.0 +Version: 1.530.0 Release: 0 -%define cpan_version 1.52 +%define cpan_version 1.53 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name} @@ -28,9 +28,9 @@ 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.520.0 +Provides: perl(Text::CSV_XS) = %{version} %define __perllib_provides /bin/true -Recommends: perl(Encode) >= 3.19 +Recommends: perl(Encode) >= 3.200.0 %{perl_requires} %description