1
0

Accepting request 809880 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/809880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2020-06-03 18:30:33 +00:00 committed by Git OBS Bridge
commit ab8845b2f3
4 changed files with 38 additions and 7 deletions

View File

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

3
Text-CSV_XS-1.43.tgz Normal file
View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu May 28 03:14:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.43
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.43 - 2020-05-27, H.Merijn Brand
* Add --parser-opt[=value] to csv-check
* Add -L & -X to csv-check
* Fix undef value in attribute setters for strings (issue 24)
* Document quote (undef) is not supported
-------------------------------------------------------------------
Wed May 20 03:14:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.42
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.42 - 2020-05-19, H.Merijn Brand
* Update to Devel::PPPort-3.58
* Unicode fixes for csv2xls and csv2xlsx
* Add internal buffers to cache diagnostics
* Fix positional reporting in examples/csv-check
* Allow passing CSV parsing attributes to csv-check
* Proof reading - doc fixes by Klaus Baldermann <soonix> (PR#21)
* Fix type caching (RT#132344)
* Small doc fix by Nick Tonkin <1nickt> (PR#22)
* Fix sep=; being ignored in ->header (issue 23)
-------------------------------------------------------------------
Mon Feb 17 03:13:29 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,19 +17,19 @@
Name: perl-Text-CSV_XS
Version: 1.41
Version: 1.43
Release: 0
%define cpan_name Text-CSV_XS
Summary: Comma-separated values manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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}-%{version}.tgz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 3.02
Recommends: perl(Encode) >= 3.06
%{perl_requires}
%description