forked from pool/perl-Text-CSV
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:
@@ -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
3
Text-CSV-1.98.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dafc7d0ab30776224ac69d5d41680f1296b936116909c5e4de9a5d2973746402
|
||||||
|
size 126196
|
||||||
@@ -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
|
Sat Aug 25 06:05:21 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-CSV
|
# 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
|
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Text-CSV
|
||||||
Version: 1.97
|
Version: 1.98
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-CSV
|
%define cpan_name Text-CSV
|
||||||
Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl)
|
Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl)
|
||||||
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: 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
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
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}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
|||||||
Reference in New Issue
Block a user