Accepting request 662642 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/662642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=23
This commit is contained in:
2019-01-05 13:41:22 +00:00
committed by Git OBS Bridge
4 changed files with 30 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.99.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jan 3 06:32:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.99
see /usr/share/doc/packages/perl-Text-CSV/Changes
1.99 2019-01-02
- Fixed a number of tests to skip for older perls
-------------------------------------------------------------------
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.99
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