diff --git a/Text-CSV_XS-1.35.tgz b/Text-CSV_XS-1.35.tgz deleted file mode 100644 index 13a8d4e..0000000 --- a/Text-CSV_XS-1.35.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b4f111e9486b230b02bfabbbf50c453f959d18ec17351a930e41f0959b358b7 -size 174781 diff --git a/Text-CSV_XS-1.36.tgz b/Text-CSV_XS-1.36.tgz new file mode 100644 index 0000000..1eccfff --- /dev/null +++ b/Text-CSV_XS-1.36.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c321b09ad98a332138f25f55afb83befd7c045134085c7cb280fc325e688942c +size 175357 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index cfe2a92..72f772e 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 16 06:51:55 UTC 2018 - coolo@suse.com + +- updated to 1.36 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.36 - 2018-06-26, H.Merijn Brand + * Now also tested on FreeBSD-11.1 + * Update to Devel::PPPort-3.42 + * Fixed memory leak (Thanks DaveM) + * Add undef_str attribute + * Tested against perl-5.28.0 + * Move from DynaLoader to XSLoader + * Tested on Synology DSM + ------------------------------------------------------------------- Thu Mar 22 10:32:57 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index bad0ac7..c100a43 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -17,11 +17,11 @@ Name: perl-Text-CSV_XS -Version: 1.35 +Version: 1.36 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-Separated Values Manipulation Routines -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-CSV_XS/ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 2.93 +Recommends: perl(Encode) >= 2.98 %{perl_requires} %description