diff --git a/Text-CSV-2.04.tar.gz b/Text-CSV-2.04.tar.gz deleted file mode 100644 index 2dd594e..0000000 --- a/Text-CSV-2.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f80122e4ea0b05079cad493e386564030f18c8d7b1f9af561df86985a653fe3 -size 141037 diff --git a/Text-CSV-2.05.tar.gz b/Text-CSV-2.05.tar.gz new file mode 100644 index 0000000..ce38b5a --- /dev/null +++ b/Text-CSV-2.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22e19f677b1e40636f9f30a4bd7c9b29d86be4f06e5966c7d505910bcaf6d66 +size 148025 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 9dfef8c..9f8f974 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 12 05:32:16 UTC 2025 - Tina Müller + +- updated to 2.50.0 (2.05) + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 2.05 2025-01-11 + - Imported tests/fixes from Text::CSV_XS 1.59 + ------------------------------------------------------------------- Fri Mar 8 23:06:23 UTC 2024 - Tina Müller diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 5120786..a64eba4 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# 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,9 +18,10 @@ %define cpan_name Text-CSV Name: perl-Text-CSV -Version: 2.40.0 +Version: 2.50.0 Release: 0 -%define cpan_version 2.04 +# 2.05 -> normalize -> 2.50.0 +%define cpan_version 2.05 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-separated values manipulator (using XS or PurePerl) URL: https://metacpan.org/release/%{cpan_name} @@ -35,7 +36,7 @@ Provides: perl(Text::CSV) = %{version} Provides: perl(Text::CSV::ErrorDiag) Provides: perl(Text::CSV_PP) = %{version} %undefine __perllib_provides -Recommends: perl(Text::CSV_XS) >= 1.530.0 +Recommends: perl(Text::CSV_XS) >= 1.590 %{perl_requires} %description