1
0

Accepting request 1070672 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1070672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2023-03-11 17:23:29 +00:00 committed by Git OBS Bridge
commit 6cff922f4b
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:796dd0b57d37aabc9246f980ec358a2005341c791cf9f21ea7f0e0fbcf250e67
size 271084

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 2 03:08:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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/*