8
0

11 Commits

Author SHA256 Message Date
bf958f7d99 Add Gitea build results 2025-08-12 18:18:01 +02:00
d248efbb08 Accepting request 1269367 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=31
2025-04-15 18:46:52 +00:00
d20aeadc8b 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
2025-04-14 20:40:10 +00:00
8e1744c693 Accepting request 1238349 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1238349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=30
2025-01-17 17:37:48 +00:00
0c72fc68ec 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
2025-01-17 00:03:55 +00:00
eb3e7a3317 Accepting request 1156518 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=29
2024-03-10 19:23:45 +00:00
1309a6d1e6 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=48
2024-03-08 23:06:27 +00:00
4b231c2378 Accepting request 1136865 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1136865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=28
2024-01-05 20:40:23 +00:00
7052c222a7 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
2024-01-04 15:17:09 +00:00
bfdff3fdf9 Accepting request 1110646 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1110646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=27
2023-09-13 18:43:28 +00:00
250b7bd954 Accepting request 1108652 from devel:languages:perl:autoupdate
- updated to 2.03
   see /usr/share/doc/packages/perl-Text-CSV/Changes
  2.03  2023-08-11
      - Imported tests/fixes from Text::CSV_XS 1.51

OBS-URL: https://build.opensuse.org/request/show/1108652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=44
2023-09-12 15:02:31 +00:00
5 changed files with 71 additions and 10 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)

BIN
Text-CSV-2.02.tar.gz (Stored with Git LFS)

Binary file not shown.

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,45 @@
-------------------------------------------------------------------
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>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sun Dec 3 03:10:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>
- updated to 2.03
see /usr/share/doc/packages/perl-Text-CSV/Changes
2.03 2023-08-11
- Imported tests/fixes from Text::CSV_XS 1.51
-------------------------------------------------------------------
Mon Aug 8 03:11:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV
#
# Copyright (c) 2022 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,19 +18,26 @@
%define cpan_name Text-CSV
Name: perl-Text-CSV
Version: 2.02
Version: 2.60.0
Release: 0
# 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}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.71
Requires: perl(Test::More) >= 0.71
Recommends: perl(Text::CSV_XS) >= 1.48
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) = %{version}
%undefine __perllib_provides
Recommends: perl(Text::CSV_XS) >= 1.600
%{perl_requires}
%description
@@ -41,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.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor