8
0
forked from pool/perl-Text-CSV

Accepting request 1237594 from devel:languages:perl:autoupdate

- updated to 2.50.0 (2.05)
   see /usr/share/doc/packages/perl-Text-CSV/Changes
  2.05  2025-01-11
      - Imported tests/fixes from Text::CSV_XS 1.59

OBS-URL: https://build.opensuse.org/request/show/1237594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=50
This commit is contained in:
2025-01-17 00:03:55 +00:00
committed by Git OBS Bridge
parent 1309a6d1e6
commit 0c72fc68ec
4 changed files with 17 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 12 05:32:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.50.0 (2.05)
see /usr/share/doc/packages/perl-Text-CSV/Changes
2.05 2025-01-11
- Imported tests/fixes from Text::CSV_XS 1.59
-------------------------------------------------------------------
Fri Mar 8 23:06:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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,10 @@
%define cpan_name Text-CSV
Name: perl-Text-CSV
Version: 2.40.0
Version: 2.50.0
Release: 0
%define cpan_version 2.04
# 2.05 -> normalize -> 2.50.0
%define cpan_version 2.05
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}
@@ -35,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.530.0
Recommends: perl(Text::CSV_XS) >= 1.590
%{perl_requires}
%description