Accepting request 808138 from devel:languages:perl:autoupdate
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) OBS-URL: https://build.opensuse.org/request/show/808138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=56
This commit is contained in:
parent
0df6a5d3e2
commit
fc889ecddb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab
|
|
||||||
size 207142
|
|
3
Text-CSV_XS-1.42.tgz
Normal file
3
Text-CSV_XS-1.42.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a591143441c548328376ee4f24661809a459b1d9aeeafb5b2d3955cbffc3268e
|
||||||
|
size 206950
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Feb 17 03:13:29 UTC 2020 - <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) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -17,19 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Text-CSV_XS
|
Name: perl-Text-CSV_XS
|
||||||
Version: 1.41
|
Version: 1.42
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-CSV_XS
|
%define cpan_name Text-CSV_XS
|
||||||
Summary: Comma-separated values manipulation routines
|
Summary: Comma-separated values manipulation routines
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Recommends: perl(Encode) >= 3.02
|
Recommends: perl(Encode) >= 3.05
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user