commit perl-Text-CSV for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Text-CSV for openSUSE:Factory checked in at Fri Nov 5 17:13:14 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ perl-Text-CSV/perl-Text-CSV.changes 2010-11-03 13:16:29.000000000 +0100 @@ -0,0 +1,57 @@ +------------------------------------------------------------------- +Wed Nov 3 13:16:04 CET 2010 - dmueller@suse.de + +- update to 1.20: + - couldn't parse the csv containing the column starting with '0'. (hiratara) + * patched by hiratara + * enhanced getline regexp (makamaka) + * resolved a bug in bleadperl-fb85c04 + - added tests into t/71_pp.t (hiratara) + +------------------------------------------------------------------- +Sun Oct 17 17:40:00 UTC 2010 - chris@computersalat.de + +- update to 1.19 + - getline didn't work correctly with 0 or null containing lines + (pointed by Bernhard Prott) + - updated the compatibility for Text::CSV_XS version 0.74 + * real eol support for parsing streams (beyond \n, \r and \r\n) + * clarify doc for always_quote to not quote undef fields + and XS and PP incompatibility of UTF8 process for print and combine +- 1.18 Sat Jun 19 10:34:07 2010 + - fixed a combine bug with quote_space reported and patched by rt#58356 + - updated test files compatible to CSV_XS 0.73 +- noarch pkg +- recreated by cpanspec 1.78 + +------------------------------------------------------------------- +Wed Mar 17 08:16:11 UTC 2010 - lars@linux-schulserver.de + +- update to 1.17: + + fixed parse working when setting quote_char undef + + made Text::CSV_XS compat 0.71 + * Text::CSV->error_diag() in void context warns instead + of doing nothing + * auto_diag also used for new () itself + * Added quote_space attribute + * Forbad \r and \n in sep_char, quote_char, and escape_char + * Auto detection of eol => "\r" in streams + * fail if first arg to new () is not a hash ref + * added empty_is_undef + * error_diag () uses warn () in void context instead of STDERR + * added auto_diag attribute + * updated documents same as Text::CSV_XS + + added quote_null (introduced in Text::CSV_XS 0.72) + + getline() didn't handle '0' starting multi line data +- use perl standard macros in specfile + +------------------------------------------------------------------- +Tue Jun 2 09:20:47 CEST 2009 - lars@linux-schulserver.de + +- update to 1.12 + +------------------------------------------------------------------- +Sun Nov 30 07:50:17 CET 2008 - lars@linux-schulserver.de + +- initial version 1.10 + calling whatdependson for head-i586 New: ---- Text-CSV-1.20.tar.bz2 perl-Text-CSV.changes perl-Text-CSV.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-CSV.spec ++++++ # # spec file for package perl-Text-CSV (Version 1.20) # # Copyright (c) 2010 SUSE LINUX Products 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/ # # norootforbuild %bcond_with pod Name: perl-Text-CSV %define cpan_name Text-CSV Summary: Comma-separated values manipulator (using XS or PurePerl) Version: 1.20 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-CSV/ #Source: http://www.cpan.org/modules/by-module/Text/Text-CSV-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif %if %{with pod} BuildRequires: perl(Test::Pod) %endif BuildRequires: perl(Test::More) BuildRequires: perl(IO::Handle) Requires: perl = %{perl_version} Requires: perl(IO::Handle) %description Text::CSV provides facilities for the composition and decomposition of comma-separated values using Text::CSV_XS or its pure Perl version. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. Author: ------- Alan Citterman Jochen Wiedmann H.Merijn Brand Makamaka Hannyaharamitu %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install # do not perl_process_packlist (noarch) # remove .packlist file %{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch # remove perllocal.pod file %{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root,-) %doc Changes README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de