Accepting request 296703 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/296703 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=16
This commit is contained in:
commit
9e25bded40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af
|
||||
size 62294
|
3
Text-CSV-1.33.tar.gz
Normal file
3
Text-CSV-1.33.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5b8fb9baffd58f02ed2b3f0b6d9a6454198f18a80e7f3a049680ddbdb24115
|
||||
size 64771
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:12:13 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.33
|
||||
see /usr/share/doc/packages/perl-Text-CSV/Changes
|
||||
|
||||
1.33 Tue Mar 3 14:13:41 2015
|
||||
- Fix some reported bugs with handling fields with zeros.
|
||||
https://rt.cpan.org/Public/Bug/Display.html?id=93518
|
||||
https://rt.cpan.org/Public/Bug/Display.html?id=92509
|
||||
patched by shlomif
|
||||
- catch up Text::CSV_XS 1.02
|
||||
* add decode_utf8 attribute by ktat
|
||||
- fix warnings: $. is undefined by ktat
|
||||
- typo fixes in doc by anirvan, dsteinbrunner and pdl.
|
||||
- parse() supports bind_columns()
|
||||
|
||||
* TODO: Updating documents and adding diag_verbose in the next version.
|
||||
Catching up CSV_XS 1.04.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:55 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-CSV
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Text-CSV
|
||||
Version: 1.32
|
||||
Version: 1.33
|
||||
Release: 0
|
||||
%define cpan_name Text-CSV
|
||||
Summary: comma-separated values manipulator (using XS or PurePerl)
|
||||
@ -29,7 +29,6 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(Text::CSV)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -46,6 +45,7 @@ perhaps better called ASV (anything separated values) rather than just CSV.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user