diff --git a/Text-CSV-2.01.tar.gz b/Text-CSV-2.01.tar.gz deleted file mode 100644 index 56b0169..0000000 Binary files a/Text-CSV-2.01.tar.gz and /dev/null differ diff --git a/Text-CSV-2.04.tar.gz b/Text-CSV-2.04.tar.gz new file mode 100644 index 0000000..718a912 Binary files /dev/null and b/Text-CSV-2.04.tar.gz differ diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 4bcb57a..22b79e7 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,5 +1,5 @@ Name: perl-Text-CSV -Version: 2.01 +Version: 2.04 Release: 1 Summary: Comma-separated values manipulator License: GPL+ or Artistic @@ -65,5 +65,9 @@ make pure_install DESTDIR=%{buildroot} %{_mandir}/man3/*.3* %changelog +* Mon Feb 05 2024 woody2918 - 2.04-1 +- update version to 2.04-1 +- Imported tests/fixes from Text::CSV_XS 1.53 + * Thu Jun 30 2022 misaka00251 - 2.01-1 - Init package (Thanks to fedora team)