1
0

Accepting request 943095 from devel:languages:perl:autoupdate

- updated to 1.47
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.47	- 2021-12-21, H.Merijn Brand
      * Make error 2014 catchable
      * Suppress empty lines on empty input (issue 34)
      * Perl 6 -> Raku in docs (RT#136864)
      * IETF changed their URLs
      * Add some documentation for Google hist (Nigel)

OBS-URL: https://build.opensuse.org/request/show/943095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=65
This commit is contained in:
Lars Vogdt 2022-01-01 17:41:51 +00:00 committed by Git OBS Bridge
parent 048fe40b41
commit 12f36acf27
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 22 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.47
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.47 - 2021-12-21, H.Merijn Brand
* Make error 2014 catchable
* Suppress empty lines on empty input (issue 34)
* Perl 6 -> Raku in docs (RT#136864)
* IETF changed their URLs
* Add some documentation for Google hist (Nigel)
-------------------------------------------------------------------
Thu Mar 25 03:08:52 UTC 2021 - 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.46
Version: 1.47
Release: 0
Summary: Comma-separated values manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
@ -27,7 +27,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 3.08
Recommends: perl(Encode) >= 3.16
%{perl_requires}
%description