Accepting request 647219 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/647219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27f5400cd1ee1875800ba3bd77c9315b4bb9c950db2c69eac486e4f1bf5e2683
|
||||
size 9047
|
3
Text-CSV-Unicode-0.400.tar.gz
Normal file
3
Text-CSV-Unicode-0.400.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0187f439203c46bda5d916555b4381eaf86c35ce532691fa557a37182179f6d9
|
||||
size 8564
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 07:02:28 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.400
|
||||
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
|
||||
|
||||
|
||||
0.399_001 2018-09-27
|
||||
Removed Text::CSV::Base
|
||||
t/base.t tests Text::CSV::Base as 'empty subclass'
|
||||
|
||||
0.399_002 2018-10-01
|
||||
Replace C<unless _ok()> with C<if _bad()>
|
||||
|
||||
0.400 2018-10-02
|
||||
Removed Text::CSV::Base - except from tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 05:51:13 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: perl-Text-CSV-Unicode
|
||||
Version: 0.300
|
||||
Version: 0.400
|
||||
Release: 0
|
||||
%define cpan_name Text-CSV-Unicode
|
||||
Summary: Comma-Separated Values Manipulation Routines
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Text-CSV-Unicode/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -45,7 +45,7 @@ permit control characters.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user