diff --git a/Text-CSV_XS-1.47.tgz b/Text-CSV_XS-1.47.tgz deleted file mode 100644 index ee3bdb3..0000000 --- a/Text-CSV_XS-1.47.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bbaffbdfb68505ef3326dc748e63ebe0db31157b78ca8dfcb8c3cd1d1313262 -size 259265 diff --git a/Text-CSV_XS-1.48.tgz b/Text-CSV_XS-1.48.tgz new file mode 100644 index 0000000..a7981fd --- /dev/null +++ b/Text-CSV_XS-1.48.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72a2ed61c63561f6bfc1d5986a09f3ac252bdfda5c1c898b0b677641ce1e8bf +size 264363 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 17e3366..a1f6646 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu May 26 03:07:03 UTC 2022 - Tina Müller + +- updated to 1.48 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.48 - 2022-05-24, H.Merijn Brand + * It's 2022 + * Update to Devel::PPPort-3.64 + * kh => 1 (use internal headers) + * Update to Devel::PPPort-3.67 + * Add constants for META flags (RT#142508) + * Update to Devel::PPPort-3.68 + * Export :CONSTANTS + * Fix sep_set typo (issue 37) + * Tested against perl-5.36.0 + ------------------------------------------------------------------- Wed Dec 22 03:06:54 UTC 2021 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 962010b..02ef214 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) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.47 +Version: 1.48 Release: 0 -Summary: Comma-separated values manipulation routines License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.16 +Recommends: perl(Encode) >= 3.17 %{perl_requires} %description