Accepting request 297291 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-16 19:27:36 +00:00
committed by Git OBS Bridge
parent ba75b0ca02
commit 0024a3dfde
6 changed files with 96 additions and 39 deletions

View File

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

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Apr 16 19:13:49 UTC 2015 - coolo@suse.com
- updated to 0.115
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.113 2011-08-24
Update Text/CSV/Base.pm to version 0.041
Add t/combine-undef.t
- avoid warnings on undef values in input array to combine
0.114 2012-02-06
Some testers were failing with C<use strict> type failures
in the test scripts, despite no C<use strict>
- add <use strict;> and make the test scripts strict
0.115 2012-02-19
perl 5.15.5 fails due to faulty installation:
put in explicit require/skip_all for charnames
-------------------------------------------------------------------
Thu Apr 16 19:13:48 UTC 2015 - coolo@suse.com
- updated to 0.113
see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes
0.113 2011-08-24
Update Text/CSV/Base.pm to version 0.041
Add t/combine-undef.t
- avoid warnings on undef values in input array to combine
`
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 07 22:55:36 CET 2011 - pascal.bleser@opensuse.org Mon Feb 07 22:55:36 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -1,57 +1,62 @@
# vim: set sw=4 ts=4 et nu: #
# spec file for package perl-Text-CSV-Unicode
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: perl-Text-CSV-Unicode Name: perl-Text-CSV-Unicode
Version: 0.112 Version: 0.115
Release: 0 Release: 0
Summary: CSV Manipulation Routines with potentially Wide Character Data %define cpan_name Text-CSV-Unicode
Source: http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Text-CSV-Unicode-%{version}.tar.gz Summary: with Potentially Wide Character Data
URL: http://search.cpan.org/dist/Text-CSV-Unicode License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Perl License Url: http://search.cpan.org/dist/Text-CSV-Unicode/
BuildRoot: %{_tmppath}/build-%{name}-%{version} Source0: http://www.cpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz
%{perl_requires} Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::More) BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Test::Pod) %{perl_requires}
BuildRequires: perl(Module::Build) >= 0.35
%description %description
Text::CSV::Unicode provides facilities for the composition and Text::CSV::Unicode provides facilities for the composition and
decomposition of comma-separated values, based on Text::CSV 0.01. decomposition of comma-separated values, based on Text::CSV 0.01.
Text::CSV::Unicode allows for input with wide character data. Text::CSV::Unicode allows for input with wide character data.
An instance of the Text::CSV::Unicode class can combine fields into a CSV An instance of the Text::CSV::Unicode class can combine fields into a CSV
string and parse a CSV string into fields. string and parse a CSV string into fields.
%prep %prep
%setup -q -n "Text-CSV-Unicode-%{version}" %setup -q -n %{cpan_name}-%{version}
%build %build
%__perl ./Build.PL %{__perl} Build.PL installdirs=vendor
./Build ./Build build flags=%{?_smp_mflags}
%install
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
%perl_process_packlist
%check %check
./Build test ./Build test
%clean %install
%{?buildroot:%__rm -rf "%{buildroot}"} ./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files %files -f %{name}.files
%defattr(-,root,root) %defattr(-,root,root,755)
%doc Changes README %doc Changes examples README
%dir %{perl_vendorlib}/Text
%dir %{perl_vendorlib}/Text/CSV
%{perl_vendorlib}/Text/CSV/Unicode.pm
%{perl_vendorlib}/Text/CSV/Base.pm
%dir %{perl_vendorarch}/auto/Text
%dir %{perl_vendorarch}/auto/Text/CSV
%{perl_vendorarch}/auto/Text/CSV/Unicode
%doc %{perl_man3dir}/Text::CSV::Unicode.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Text::CSV::Base.%{perl_man3ext}%{ext_man}
%changelog