1
0

- updated to 1.36

see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.36	- 2018-06-26, H.Merijn Brand
      * Now also tested on FreeBSD-11.1
      * Update to Devel::PPPort-3.42
      * Fixed memory leak (Thanks DaveM)
      * Add undef_str attribute
      * Tested against perl-5.28.0
      * Move from DynaLoader to XSLoader
      * Tested on Synology DSM

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2018-07-16 06:52:12 +00:00 committed by Git OBS Bridge
parent b5fdd91777
commit 9c7ce8994e
4 changed files with 21 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 16 06:51:55 UTC 2018 - coolo@suse.com
- updated to 1.36
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.36 - 2018-06-26, H.Merijn Brand
* Now also tested on FreeBSD-11.1
* Update to Devel::PPPort-3.42
* Fixed memory leak (Thanks DaveM)
* Add undef_str attribute
* Tested against perl-5.28.0
* Move from DynaLoader to XSLoader
* Tested on Synology DSM
-------------------------------------------------------------------
Thu Mar 22 10:32:57 UTC 2018 - pmonrealgonzalez@suse.com

View File

@ -17,11 +17,11 @@
Name: perl-Text-CSV_XS
Version: 1.35
Version: 1.36
Release: 0
%define cpan_name Text-CSV_XS
Summary: Comma-Separated Values Manipulation Routines
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-CSV_XS/
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
@ -29,7 +29,7 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 2.93
Recommends: perl(Encode) >= 2.98
%{perl_requires}
%description