diff --git a/Text-CSV_XS-1.50.tgz b/Text-CSV_XS-1.50.tgz deleted file mode 100644 index 780ec37..0000000 --- a/Text-CSV_XS-1.50.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85b5e1bed7e11dc0413d4e920cee25d980de47376c0048029041cf461eac96b1 -size 266660 diff --git a/Text-CSV_XS-1.60.tgz b/Text-CSV_XS-1.60.tgz new file mode 100644 index 0000000..16dd38e --- /dev/null +++ b/Text-CSV_XS-1.60.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798f8b45d5d4a24e34faeec6ae157d62356556ea0ba046d8e80f8fbf5c826911 +size 282498 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 83f6d63..7108745 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,107 @@ +------------------------------------------------------------------- +Sat Feb 1 05:29:30 UTC 2025 - Tina Müller + +- updated to 1.600.0 (1.60) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.60 - 2025-01-29, H.Merijn Brand + * Add SECURITY.md + * CR/NL/CRNL inside quoted fields not affected by strict_eol + * Fix incorrect error 2014 (issue 62) + +------------------------------------------------------------------- +Mon Jan 6 05:35:21 UTC 2025 - Tina Müller + +- updated to 1.590.0 (1.59) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.59 - 2025-01-05, H.Merijn Brand + * Fixed EOL test for Windows with crnl layer + * It is 2025 + + 1.58 - 2024-12-30, H.Merijn Brand + * Add strict_eol (warnings default in csv ()) + * Add XS line number in errors + * Add streaming support - not set in stone + + 1.57 - 2024-11-12, H.Merijn Brand + * Keep runtime error from csv () + * add csv (on_error) + +------------------------------------------------------------------- +Sat Aug 10 05:29:38 UTC 2024 - Tina Müller + +- updated to 1.560.0 (1.56) + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.56 - 2024-08-09, H.Merijn Brand + * Yet another strict/comment_str conflict (issue 57) + * Strict affected by column_names + +------------------------------------------------------------------- +Sun Jun 23 16:49:35 UTC 2024 - Tina Müller + +- 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 + +- 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 + +- Fix disabling of __perllib_provides + +------------------------------------------------------------------- +Fri Nov 24 03:08:00 UTC 2023 - Tina Müller + +- updated to 1.53 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.53 - 2023-11-22, H.Merijn Brand + * Two casts for -Wformat (issue 50) + * Add --skip-empty to csv2xlsx + * Add --font and --font-size to csv2xlsx + * Fix skip_empty_rows ("skip") and trailing newlines (Corey Hickey, PR#52) + * Fix comment in last line (RT#150501) + +------------------------------------------------------------------- +Fri Sep 22 03:08:01 UTC 2023 - Tina Müller + +- updated to 1.52 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.52 - 2023-09-21, H.Merijn Brand + * Fix possible coredump in cache on non-IO parse (issue 49) + +------------------------------------------------------------------- +Tue Aug 8 03:10:51 UTC 2023 - Tina Müller + +- updated to 1.51 + see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog + + 1.51 - 2023-08-07, H.Merijn Brand + * Contact e-mail update + * Attribute skip_empty_rows extended + * Fix comments (PR#45) + * Fix help (x12340, PR#46) + * Update to Devel::PPPort-3.71 + * Fix HTML on Windows + * Fix double header-interpretation on bom + headers => "auto" (issue 47) + ------------------------------------------------------------------- Thu Mar 2 03:08:38 UTC 2023 - Tina Müller diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index d05876b..f72404c 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,20 @@ %define cpan_name Text-CSV_XS Name: perl-Text-CSV_XS -Version: 1.50 +Version: 1.600.0 Release: 0 +# 1.60 -> normalize -> 1.600.0 +%define cpan_version 1.60 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Comma-Separated Values manipulation routines URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz +Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros -Recommends: perl(Encode) >= 3.19 +Provides: perl(Text::CSV_XS) = %{version} +%undefine __perllib_provides +Recommends: perl(Encode) >= 3.21 %{perl_requires} %description @@ -39,9 +43,9 @@ 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}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/* # MANUAL END @@ -59,6 +63,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc ChangeLog CONTRIBUTING.md examples README +%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md %changelog