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
This commit is contained in:
Dirk Stoecker 2023-09-12 15:02:31 +00:00 committed by Git OBS Bridge
parent 778fbe1bca
commit 250b7bd954
4 changed files with 24 additions and 8 deletions

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

Binary file not shown.

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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> 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 # spec file for package perl-Text-CSV
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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,19 +18,26 @@
%define cpan_name Text-CSV %define cpan_name Text-CSV
Name: perl-Text-CSV Name: perl-Text-CSV
Version: 2.02 Version: 2.30.0
Release: 0 Release: 0
%define cpan_version 2.03
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}-%{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
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.71 BuildRequires: perl(Test::More) >= 0.71
BuildRequires: perl(Text::CSV_XS) >= 1.510.0
Requires: perl(Test::More) >= 0.71 Requires: perl(Test::More) >= 0.71
Recommends: perl(Text::CSV_XS) >= 1.48 Requires: perl(Text::CSV_XS) >= 1.510.0
Provides: perl(Text::CSV) = 2.30.0
Provides: perl(Text::CSV::ErrorDiag)
Provides: perl(Text::CSV_PP) = 2.30.0
%define __perllib_provides /bin/true
Recommends: perl(Text::CSV_XS) >= 1.510.0
%{perl_requires} %{perl_requires}
%description %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. Text::CSV_PP, which is bundled in the same distribution as this module.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor