Accepting request 662358 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/662358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=36
This commit is contained in:
Dirk Stoecker
2019-01-02 10:55:11 +00:00
committed by Git OBS Bridge
parent 85db9e1ee5
commit 08f6873f96
4 changed files with 21 additions and 10 deletions

View File

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

3
Text-CSV-1.98.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 2 06:35:27 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.98
see /usr/share/doc/packages/perl-Text-CSV/Changes
1.98 2019-01-02
- Imported tests/fixes from Text::CSV_XS 1.38
- Added munge as alias for munge_column_names
- Added support for key-value pair and combined keys
-------------------------------------------------------------------
Sat Aug 25 06:05:21 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Text-CSV
Version: 1.97
Version: 1.98
Release: 0
%define cpan_name Text-CSV
Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-CSV/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -46,11 +46,11 @@ Text::CSV_PP, which is bundled in the same distribution as this module.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install