diff --git a/Text-CSV_XS-1.48.tgz b/Text-CSV_XS-1.48.tgz deleted file mode 100644 index a7981fd..0000000 --- a/Text-CSV_XS-1.48.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b72a2ed61c63561f6bfc1d5986a09f3ac252bdfda5c1c898b0b677641ce1e8bf -size 264363 diff --git a/Text-CSV_XS-1.49.tgz b/Text-CSV_XS-1.49.tgz new file mode 100644 index 0000000..82121f2 --- /dev/null +++ b/Text-CSV_XS-1.49.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796dd0b57d37aabc9246f980ec358a2005341c791cf9f21ea7f0e0fbcf250e67 +size 271084 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index a1f6646..aab0fda 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 4 03:11:49 UTC 2023 - Tina Müller + +- updated to 1.49 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.49 - 2023-01-03, H.Merijn Brand + * csv2xlsx --split=CxP [--split-label=C] + * Full documentation/manual for csv2xlsx + * Fix non-integer arguments to getline_all (issue 39) + * It's 2023 + ------------------------------------------------------------------- Thu May 26 03:07:03 UTC 2022 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 02ef214..74b32f9 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) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.48 +Version: 1.49 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines @@ -27,7 +27,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-% Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.17 +Recommends: perl(Encode) >= 3.19 %{perl_requires} %description