diff --git a/Text-CSV-1.97.tar.gz b/Text-CSV-1.97.tar.gz deleted file mode 100644 index e56194f..0000000 --- a/Text-CSV-1.97.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc350462efa8d39d5c8a1da5f205bc31620cd52d9865a769c8e3ed1b41640fd5 -size 124625 diff --git a/Text-CSV-1.98.tar.gz b/Text-CSV-1.98.tar.gz new file mode 100644 index 0000000..1c9ad52 --- /dev/null +++ b/Text-CSV-1.98.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafc7d0ab30776224ac69d5d41680f1296b936116909c5e4de9a5d2973746402 +size 126196 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 5272d1f..26a4484 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 2 06:35:27 UTC 2019 - Stephan Kulow + +- updated to 1.98 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 1.98 2019-01-02 + - Imported tests/fixes from Text::CSV_XS 1.38 + - Added munge as alias for munge_column_names + - Added support for key-value pair and combined keys + ------------------------------------------------------------------- Sat Aug 25 06:05:21 UTC 2018 - coolo@suse.com diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 5f81162..d2f8aba 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Text-CSV -Version: 1.97 +Version: 1.98 Release: 0 %define cpan_name Text-CSV Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl) License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Text-CSV/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -46,11 +46,11 @@ Text::CSV_PP, which is bundled in the same distribution as this module. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install