1
0

4 Commits

Author SHA256 Message Date
1620c46531 Accepting request 1244956 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=58
2025-02-11 20:22:02 +00:00
d9cb0a58a7 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=88
2025-02-11 07:08:36 +00:00
da5d57b01e Accepting request 1236816 from devel:languages:perl
- 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) (forwarded request 1236705 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1236816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=57
2025-01-12 10:08:40 +00:00
b9a3ad3578 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=86
2025-01-10 09:41:43 +00:00
4 changed files with 39 additions and 9 deletions

View File

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

BIN
Text-CSV_XS-1.60.tgz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Feb 1 05:29:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Sat Aug 10 05:29:38 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-CSV_XS # spec file for package perl-Text-CSV_XS
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Text-CSV_XS %define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.560.0 Version: 1.600.0
Release: 0 Release: 0
# 1.56 -> normalize -> 1.560.0 # 1.60 -> normalize -> 1.600.0
%define cpan_version 1.56 %define cpan_version 1.60
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -43,7 +43,7 @@ The module accepts either strings or files as input and support the use of
user-specified characters for delimiters, separators, and escapes. user-specified characters for delimiters, separators, and escapes.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %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 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN # MANUAL BEGIN
@@ -63,6 +63,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc ChangeLog CONTRIBUTING.md examples README %doc ChangeLog CONTRIBUTING.md examples README SECURITY.md
%changelog %changelog