From bb443d72522a396434484643055550bf34f0ac92b02b8aa1ec71273ce2400ecb Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Wed, 15 May 2024 07:11:04 +0000 Subject: [PATCH] Accepting request 1173734 from devel:languages:perl:autoupdate - 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) OBS-URL: https://build.opensuse.org/request/show/1173734 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=80 --- Text-CSV_XS-1.53.tgz | 3 --- Text-CSV_XS-1.54.tgz | 3 +++ perl-Text-CSV_XS.changes | 12 ++++++++++++ perl-Text-CSV_XS.spec | 7 ++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Text-CSV_XS-1.53.tgz create mode 100644 Text-CSV_XS-1.54.tgz diff --git a/Text-CSV_XS-1.53.tgz b/Text-CSV_XS-1.53.tgz deleted file mode 100644 index c5d233a..0000000 --- a/Text-CSV_XS-1.53.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba3231610fc755a69e14eb4a3c6d8cce46cc4fd32853777a6c9ce485a8878b42 -size 273211 diff --git a/Text-CSV_XS-1.54.tgz b/Text-CSV_XS-1.54.tgz new file mode 100644 index 0000000..c55a93e --- /dev/null +++ b/Text-CSV_XS-1.54.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e61fb700c1bab7845c1799d1718a65c2b2ade915e020b7a0ca8e703e1b5daa6 +size 272716 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index beb56fd..969274a 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 19 03:08:23 UTC 2024 - Tina Müller + +- 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 diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 3867b46..3822412 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -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