diff --git a/Text-CSV_XS-1.49.tgz b/Text-CSV_XS-1.49.tgz deleted file mode 100644 index 82121f2..0000000 --- a/Text-CSV_XS-1.49.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:796dd0b57d37aabc9246f980ec358a2005341c791cf9f21ea7f0e0fbcf250e67 -size 271084 diff --git a/Text-CSV_XS-1.50.tgz b/Text-CSV_XS-1.50.tgz new file mode 100644 index 0000000..780ec37 --- /dev/null +++ b/Text-CSV_XS-1.50.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b5e1bed7e11dc0413d4e920cee25d980de47376c0048029041cf461eac96b1 +size 266660 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index aab0fda..83f6d63 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 2 03:08:38 UTC 2023 - Tina Müller + +- updated to 1.50 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.50 - 2023-03-01, H.Merijn Brand + * Promote sep to sep_set in csv () with auto-headers + * Fix bug in set_diag surfaced by PERL_RC_STACK + ------------------------------------------------------------------- Wed Jan 4 03:11:49 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 74b32f9..d05876b 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,7 +18,7 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.49 +Version: 1.50 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines @@ -40,6 +40,7 @@ user-specified characters for delimiters, separators, and escapes. %prep %autosetup -n %{cpan_name}-%{version} + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/*