From e7b8ad262d9f88ac0a972a22ec77f73d4af02e90e349a0a484ac4f7b87930f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 29 Jun 2021 09:30:18 +0000 Subject: [PATCH] Accepting request 901144 from devel:languages:perl:autoupdate - updated to 2.01 see /usr/share/doc/packages/perl-Text-CSV/Changes 2.01 2021-06-19 - Imported tests/fixes from Text::CSV_XS 1.46 - Updated XS_Version to 1.46, and if an older version of Text::CSV_XS is installed, make sure to update it (GH#49, mohawk2++) OBS-URL: https://build.opensuse.org/request/show/901144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=41 --- Text-CSV-2.00.tar.gz | 3 --- Text-CSV-2.01.tar.gz | 3 +++ perl-Text-CSV.changes | 12 ++++++++++++ perl-Text-CSV.spec | 19 ++++++++----------- 4 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 Text-CSV-2.00.tar.gz create mode 100644 Text-CSV-2.01.tar.gz diff --git a/Text-CSV-2.00.tar.gz b/Text-CSV-2.00.tar.gz deleted file mode 100644 index 2c97c8a..0000000 --- a/Text-CSV-2.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2 -size 126921 diff --git a/Text-CSV-2.01.tar.gz b/Text-CSV-2.01.tar.gz new file mode 100644 index 0000000..31e6938 --- /dev/null +++ b/Text-CSV-2.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b +size 134279 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index bc3c54e..3c7f53c 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 20 03:10:11 UTC 2021 - Tina Müller + +- updated to 2.01 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 2.01 2021-06-19 + - Imported tests/fixes from Text::CSV_XS 1.46 + - Updated XS_Version to 1.46, and if an older version + of Text::CSV_XS is installed, make sure to update it + (GH#49, mohawk2++) + ------------------------------------------------------------------- Sat May 11 05:33:13 UTC 2019 - Stephan Kulow diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index 0b6c900..c62613b 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,21 @@ # -Name: perl-Text-CSV -Version: 2.00 -Release: 0 %define cpan_name Text-CSV +Name: perl-Text-CSV +Version: 2.01 +Release: 0 Summary: Comma-separated values manipulator (using XS or PurePerl) 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/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.71 Requires: perl(Test::More) >= 0.71 -Recommends: perl(Text::CSV_XS) >= 1.02 +Recommends: perl(Text::CSV_XS) >= 1.46 %{perl_requires} %description @@ -43,11 +41,11 @@ default, and when Text::CSV_XS is not available, falls back on Text::CSV_PP, which is bundled in the same distribution as this module. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -58,7 +56,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README.md %changelog