1
0

Accepting request 1182964 from devel:languages:perl

- updated to 1.550.0 (1.55)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.55	- 2024-06-18, H.Merijn Brand
      * More fixes for strict under bind_columns (issue 54)
      * Strict won't hide previous error (issue 56) (forwarded request 1182917 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1182964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=55
This commit is contained in:
Ana Guerrero 2024-06-24 18:50:38 +00:00 committed by Git OBS Bridge
commit 15d6859a5e
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 23 16:49:35 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 1.550.0 (1.55)
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.55 - 2024-06-18, H.Merijn Brand
* More fixes for strict under bind_columns (issue 54)
* Strict won't hide previous error (issue 56)
-------------------------------------------------------------------
Fri Apr 19 03:08:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,10 +18,10 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.540.0
Version: 1.550.0
Release: 0
# 1.54 -> normalize -> 1.540.0
%define cpan_version 1.54
# 1.55 -> normalize -> 1.550.0
%define cpan_version 1.55
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}