diff --git a/Text-CSV_XS-1.41.tgz b/Text-CSV_XS-1.41.tgz deleted file mode 100644 index 753dbd2..0000000 --- a/Text-CSV_XS-1.41.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab -size 207142 diff --git a/Text-CSV_XS-1.42.tgz b/Text-CSV_XS-1.42.tgz new file mode 100644 index 0000000..8a0dbad --- /dev/null +++ b/Text-CSV_XS-1.42.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a591143441c548328376ee4f24661809a459b1d9aeeafb5b2d3955cbffc3268e +size 206950 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 7cdbe5f..3b0e18a 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 20 03:14:18 UTC 2020 - Tina Müller + +updated to 1.42 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.42 - 2020-05-19, H.Merijn Brand + * Update to Devel::PPPort-3.58 + * Unicode fixes for csv2xls and csv2xlsx + * Add internal buffers to cache diagnostics + * Fix positional reporting in examples/csv-check + * Allow passing CSV parsing attributes to csv-check + * Proof reading - doc fixes by Klaus Baldermann (PR#21) + * Fix type caching (RT#132344) + * Small doc fix by Nick Tonkin <1nickt> (PR#22) + * Fix sep=; being ignored in ->header (issue 23) + + ------------------------------------------------------------------- Mon Feb 17 03:13:29 UTC 2020 - diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 915dc43..8f9778d 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) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,19 @@ Name: perl-Text-CSV_XS -Version: 1.41 +Version: 1.42 Release: 0 %define cpan_name Text-CSV_XS Summary: Comma-separated values manipulation routines License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.02 +Recommends: perl(Encode) >= 3.05 %{perl_requires} %description