Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
3c6f1900b2 | |||
0ace9479a5 | |||
bfa0b0e69c | |||
9dd8688d19 | |||
f6fd0eb9c2 | |||
d6d59df994 | |||
7a12d051ea | |||
372ec27c46 | |||
85473a9506 | |||
290281b6b8 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e61fb700c1bab7845c1799d1718a65c2b2ade915e020b7a0ca8e703e1b5daa6
|
|
||||||
size 272716
|
|
BIN
Text-CSV_XS-1.61.tgz
(Stored with Git LFS)
Normal file
BIN
Text-CSV_XS-1.61.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 13 13:00:44 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <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>
|
||||||
|
|
||||||
|
- 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 <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Fri Apr 19 03:08:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -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,20 +18,21 @@
|
|||||||
|
|
||||||
%define cpan_name Text-CSV_XS
|
%define cpan_name Text-CSV_XS
|
||||||
Name: perl-Text-CSV_XS
|
Name: perl-Text-CSV_XS
|
||||||
Version: 1.540.0
|
Version: 1.610.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.54 -> normalize -> 1.540.0
|
# 1.61 -> normalize -> 1.610.0
|
||||||
%define cpan_version 1.54
|
%define cpan_version 1.61
|
||||||
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}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
|
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(Text::CSV_XS) = %{version}
|
Provides: perl(Text::CSV_XS) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
Recommends: perl(Encode) >= 3.210.0
|
Recommends: perl(Encode) >= 3.21
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,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.
|
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 +64,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 LOVE_LETTER.md README SECURITY.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user