8
0
forked from pool/perl-Text-CSV

Accepting request 1268704 from devel:languages:perl:autoupdate

- updated to 2.60.0 (2.06)
   see /usr/share/doc/packages/perl-Text-CSV/Changes
  2.06  2025-03-03
      - Imported tests/fixes from Text::CSV_XS 1.60

OBS-URL: https://build.opensuse.org/request/show/1268704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=52
This commit is contained in:
2025-04-14 20:40:10 +00:00
committed by Git OBS Bridge
parent 0c72fc68ec
commit d20aeadc8b
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c22e19f677b1e40636f9f30a4bd7c9b29d86be4f06e5966c7d505910bcaf6d66
size 148025

3
Text-CSV-2.06.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfcaec925a788b0ba41e51bc6d16e21b0e98b4c7af9b79395090add75f5e506f
size 148519

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 3 05:37:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.60.0 (2.06)
see /usr/share/doc/packages/perl-Text-CSV/Changes
2.06 2025-03-03
- Imported tests/fixes from Text::CSV_XS 1.60
-------------------------------------------------------------------
Sun Jan 12 05:32:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Text-CSV
Name: perl-Text-CSV
Version: 2.50.0
Version: 2.60.0
Release: 0
# 2.05 -> normalize -> 2.50.0
%define cpan_version 2.05
# 2.06 -> normalize -> 2.60.0
%define cpan_version 2.06
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}
@@ -36,7 +36,7 @@ Provides: perl(Text::CSV) = %{version}
Provides: perl(Text::CSV::ErrorDiag)
Provides: perl(Text::CSV_PP) = %{version}
%undefine __perllib_provides
Recommends: perl(Text::CSV_XS) >= 1.590
Recommends: perl(Text::CSV_XS) >= 1.600
%{perl_requires}
%description
@@ -47,7 +47,7 @@ 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
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor