Accepting request 487649 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/487649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2017-04-20 18:47:35 +00:00 committed by Git OBS Bridge
commit e7a955ff5e
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 12 06:47:46 UTC 2017 - coolo@suse.com
- updated to 1.94
see /usr/share/doc/packages/perl-Text-CSV/Changes
1.94 2017-04-11
- Fix 5.6.2 issues
-------------------------------------------------------------------
Fri Apr 7 07:01:06 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Text-CSV
Version: 1.93
Version: 1.94
Release: 0
%define cpan_name Text-CSV
Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl)
@ -30,6 +30,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.71
Requires: perl(Test::More) >= 0.71
Recommends: perl(Text::CSV_XS) >= 1.02
%{perl_requires}