From 778fbe1bcaa11c1f2aa2ac851dcecf740ab3678698e04b18b7b5d9ecda249ff3 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Aug 2022 12:28:07 +0000 Subject: [PATCH] Accepting request 994591 from devel:languages:perl:autoupdate - updated to 2.02 see /usr/share/doc/packages/perl-Text-CSV/Changes 2.02 2022-08-08 - Imported tests/fixes from Text::CSV_XS 1.48 - Fixed a case where csv function is called as a method (GH#46) OBS-URL: https://build.opensuse.org/request/show/994591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=42 --- Text-CSV-2.01.tar.gz | 3 --- Text-CSV-2.02.tar.gz | 3 +++ perl-Text-CSV.changes | 10 ++++++++++ perl-Text-CSV.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 Text-CSV-2.01.tar.gz create mode 100644 Text-CSV-2.02.tar.gz diff --git a/Text-CSV-2.01.tar.gz b/Text-CSV-2.01.tar.gz deleted file mode 100644 index 31e6938..0000000 --- a/Text-CSV-2.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b -size 134279 diff --git a/Text-CSV-2.02.tar.gz b/Text-CSV-2.02.tar.gz new file mode 100644 index 0000000..3516cbb --- /dev/null +++ b/Text-CSV-2.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84120de3e10489ea8fbbb96411a340c32cafbe5cdff7dd9576b207081baa9d24 +size 136346 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 3c7f53c..70ab6db 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 8 03:11:38 UTC 2022 - Tina Müller + +- updated to 2.02 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 2.02 2022-08-08 + - Imported tests/fixes from Text::CSV_XS 1.48 + - Fixed a case where csv function is called as a method (GH#46) + ------------------------------------------------------------------- Sun Jun 20 03:10:11 UTC 2021 - Tina Müller diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index c62613b..af81413 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Text-CSV Name: perl-Text-CSV -Version: 2.01 +Version: 2.02 Release: 0 -Summary: Comma-separated values manipulator (using XS or PurePerl) 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} Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -30,7 +30,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.71 Requires: perl(Test::More) >= 0.71 -Recommends: perl(Text::CSV_XS) >= 1.46 +Recommends: perl(Text::CSV_XS) >= 1.48 %{perl_requires} %description