Accepting request 637159 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/637159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=4
This commit is contained in:
2018-09-22 20:27:21 +00:00
committed by Git OBS Bridge
parent 0024a3dfde
commit cd3008ec6f
4 changed files with 29 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Sep 22 06:04:05 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.200
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.200 2018-19-21
Completely rewritten to use Text::CSV
Allow unicode but not Cntrl in Text::CSV::Unicode
Allow all unicode with binary=>1, by dropping through to Text::CSV
combine() with undef produces different output: t/combine-undef.t
version() provided by Text::CSV::Version
- test as class method: t/unicode.t
-------------------------------------------------------------------
Thu Apr 16 19:13:49 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV-Unicode
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,34 +12,34 @@
# 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-Unicode
Version: 0.115
Version: 0.200
Release: 0
%define cpan_name Text-CSV-Unicode
Summary: with Potentially Wide Character Data
License: Artistic-1.0 or GPL-1.0+
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/
Source0: http://www.cpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Text::CSV) >= 1
Requires: perl(Text::CSV) >= 1
%{perl_requires}
%description
Text::CSV::Unicode provides facilities for the composition and
decomposition of comma-separated values, based on Text::CSV 0.01.
Text::CSV::Unicode allows for input with wide character data.
An instance of the Text::CSV::Unicode class can combine fields into a CSV
string and parse a CSV string into fields.
decomposition of comma-separated values, based on Text::CSV.
Text::CSV::Unicode allows for input with wide character data but does not
permit control characters (by default).
%prep
%setup -q -n %{cpan_name}-%{version}