1
0

Accepting request 1113825 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1113825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=51
This commit is contained in:
Ana Guerrero 2023-09-29 19:13:09 +00:00 committed by Git OBS Bridge
commit 19c8ceeef6
4 changed files with 15 additions and 6 deletions

View File

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

3
Text-CSV_XS-1.52.tgz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 22 03:08:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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)
-------------------------------------------------------------------
Tue Aug 8 03:10:51 UTC 2023 - Tina Müller <timueller+perl@suse.de>

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}