8
0

Accepting request 1113747 from devel:languages:perl:autoupdate

- updated to 1.52
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.52	- 2023-09-21, H.Merijn Brand
      * Fix possible coredump in cache on non-IO parse (issue 49)

OBS-URL: https://build.opensuse.org/request/show/1113747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=74
This commit is contained in:
2023-09-27 08:23:09 +00:00
committed by Git OBS Bridge
parent ad1fea4813
commit cb7ca30f14
4 changed files with 15 additions and 6 deletions

View File

@@ -18,9 +18,9 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.510.0
Version: 1.520.0
Release: 0
%define cpan_version 1.51
%define cpan_version 1.52
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}
@@ -28,7 +28,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Text::CSV_XS) = 1.510.0
Provides: perl(Text::CSV_XS) = 1.520.0
%define __perllib_provides /bin/true
Recommends: perl(Encode) >= 3.19
%{perl_requires}