From 7052c222a73401fda5e86396fb26f9dbea3663fb828c3b3b4a48cc9599ffc9f0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 4 Jan 2024 15:17:09 +0000 Subject: [PATCH] Accepting request 1136630 from devel:languages:perl:autoupdate - updated to 2.04 see /usr/share/doc/packages/perl-Text-CSV/Changes 2.04 2023-12-02 - Imported tests/fixes from Text::CSV_XS 1.53 - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++) OBS-URL: https://build.opensuse.org/request/show/1136630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=46 --- Text-CSV-2.03.tar.gz | 3 --- Text-CSV-2.04.tar.gz | 3 +++ perl-Text-CSV.changes | 10 ++++++++++ perl-Text-CSV.spec | 18 ++++++++---------- 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 Text-CSV-2.03.tar.gz create mode 100644 Text-CSV-2.04.tar.gz diff --git a/Text-CSV-2.03.tar.gz b/Text-CSV-2.03.tar.gz deleted file mode 100644 index fe0d561..0000000 --- a/Text-CSV-2.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48bbce9f234935a88595618e04dd141628246d650f2a726024df1c137e0b65fb -size 140735 diff --git a/Text-CSV-2.04.tar.gz b/Text-CSV-2.04.tar.gz new file mode 100644 index 0000000..2dd594e --- /dev/null +++ b/Text-CSV-2.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f80122e4ea0b05079cad493e386564030f18c8d7b1f9af561df86985a653fe3 +size 141037 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index 4f0d06c..44783fd 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 3 03:10:27 UTC 2023 - Tina Müller + +- updated to 2.04 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 2.04 2023-12-02 + - Imported tests/fixes from Text::CSV_XS 1.53 + - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++) + ------------------------------------------------------------------- Sat Aug 12 03:09:28 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 74bb75d..e21c319 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %define cpan_name Text-CSV Name: perl-Text-CSV -Version: 2.30.0 +Version: 2.40.0 Release: 0 -%define cpan_version 2.03 +%define cpan_version 2.04 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} @@ -29,15 +29,13 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.71 -BuildRequires: perl(Text::CSV_XS) >= 1.510.0 -Requires: perl(Test::More) >= 0.71 -Requires: perl(Text::CSV_XS) >= 1.510.0 -Provides: perl(Text::CSV) = 2.30.0 +BuildRequires: perl(Test::More) >= 0.92 +Requires: perl(Test::More) >= 0.92 +Provides: perl(Text::CSV) = %{version} Provides: perl(Text::CSV::ErrorDiag) -Provides: perl(Text::CSV_PP) = 2.30.0 +Provides: perl(Text::CSV_PP) = %{version} %define __perllib_provides /bin/true -Recommends: perl(Text::CSV_XS) >= 1.510.0 +Recommends: perl(Text::CSV_XS) >= 1.530.0 %{perl_requires} %description