1
0

Accepting request 1174131 from devel:languages:perl

- updated to 1.54
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.54	- 2024-04-18, H.Merijn Brand
      * Fix doc (Jean Forget, RT#150757)
      * It's 2024
      * Fix comment_str with strict
      * Doc fixup (RT#151546) (forwarded request 1173734 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1174131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=54
This commit is contained in:
Ana Guerrero 2024-05-16 15:12:47 +00:00 committed by Git OBS Bridge
commit d97588a172
4 changed files with 19 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 19 03:08:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.54 - 2024-04-18, H.Merijn Brand
* Fix doc (Jean Forget, RT#150757)
* It's 2024
* Fix comment_str with strict
* Doc fixup (RT#151546)
-------------------------------------------------------------------
Fri Mar 8 23:06:29 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@ -18,9 +18,10 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.530.0
Version: 1.540.0
Release: 0
%define cpan_version 1.53
# 1.54 -> normalize -> 1.540.0
%define cpan_version 1.54
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}
@ -30,7 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Text::CSV_XS) = %{version}
%undefine __perllib_provides
Recommends: perl(Encode) >= 3.200.0
Recommends: perl(Encode) >= 3.210.0
%{perl_requires}
%description