8
0

5 Commits

5 changed files with 40 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Text-CSV/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Text-CSV)

View File

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

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,21 @@
-------------------------------------------------------------------
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>
- 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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%define cpan_name Text-CSV %define cpan_name Text-CSV
Name: perl-Text-CSV Name: perl-Text-CSV
Version: 2.40.0 Version: 2.60.0
Release: 0 Release: 0
%define cpan_version 2.04 # 2.06 -> normalize -> 2.60.0
%define cpan_version 2.06
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-separated values manipulator (using XS or PurePerl) Summary: Comma-separated values manipulator (using XS or PurePerl)
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}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -35,7 +37,7 @@ Provides: perl(Text::CSV) = %{version}
Provides: perl(Text::CSV::ErrorDiag) Provides: perl(Text::CSV::ErrorDiag)
Provides: perl(Text::CSV_PP) = %{version} Provides: perl(Text::CSV_PP) = %{version}
%undefine __perllib_provides %undefine __perllib_provides
Recommends: perl(Text::CSV_XS) >= 1.530.0 Recommends: perl(Text::CSV_XS) >= 1.600
%{perl_requires} %{perl_requires}
%description %description
@@ -46,7 +48,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. Text::CSV_PP, which is bundled in the same distribution as this module.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor