From 3c6f1900b25f50eb52fbf63e040865343d0042e00ecb1496d3b90e1e74c40e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 13 Aug 2025 15:04:50 +0200 Subject: [PATCH] Update to 1.6.1 --- Text-CSV_XS-1.60.tgz | 3 --- Text-CSV_XS-1.61.tgz | 3 +++ perl-Text-CSV_XS.changes | 6 ++++++ perl-Text-CSV_XS.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 Text-CSV_XS-1.60.tgz create mode 100644 Text-CSV_XS-1.61.tgz diff --git a/Text-CSV_XS-1.60.tgz b/Text-CSV_XS-1.60.tgz deleted file mode 100644 index 16dd38e..0000000 --- a/Text-CSV_XS-1.60.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:798f8b45d5d4a24e34faeec6ae157d62356556ea0ba046d8e80f8fbf5c826911 -size 282498 diff --git a/Text-CSV_XS-1.61.tgz b/Text-CSV_XS-1.61.tgz new file mode 100644 index 0000000..3d3e655 --- /dev/null +++ b/Text-CSV_XS-1.61.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb9151e8c093921ff68ab9e5c376f7be014a0cb139342f0c3229ac5cdd9fc3a +size 285772 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 7108745..346d137 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 13 13:00:44 UTC 2025 - Tina Müller + +- updated to 1.610.0 (1.61) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + ------------------------------------------------------------------- Sat Feb 1 05:29:30 UTC 2025 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 94dd4ca..d0cb838 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,10 +18,10 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.600.0 +Version: 1.610.0 Release: 0 -# 1.60 -> normalize -> 1.600.0 -%define cpan_version 1.60 +# 1.61 -> normalize -> 1.610.0 +%define cpan_version 1.61 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name} @@ -44,7 +44,7 @@ The module accepts either strings or files as input and support the use of user-specified characters for delimiters, separators, and escapes. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN @@ -64,6 +64,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md +%doc ChangeLog CONTRIBUTING.md examples LOVE_LETTER.md README SECURITY.md %changelog -- 2.49.0