Hello community, here is the log from the commit of package perl-Text-CSV_XS for openSUSE:Factory checked in at 2011-12-07 14:39:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Text-CSV_XS (Old) and /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-CSV_XS", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Text-CSV_XS/perl-Text-CSV_XS.changes 2011-09-23 12:39:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new/perl-Text-CSV_XS.changes 2011-12-07 14:39:13.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Nov 29 20:49:32 UTC 2011 - [email protected] + +- update to 0.85 + * NAME / DISTNAME in Makefile.PL + * More cross-checks for META data + * Fix spurious auto_diag warning (RT#69673) + * Tested with 50 versions of perl, including 1.15.1 + +------------------------------------------------------------------- Old: ---- Text-CSV_XS-0.82.tgz New: ---- Text-CSV_XS-0.85.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-CSV_XS.spec ++++++ --- /var/tmp/diff_new_pack.PQaPYm/_old 2011-12-07 14:39:14.000000000 +0100 +++ /var/tmp/diff_new_pack.PQaPYm/_new 2011-12-07 14:39:14.000000000 +0100 @@ -15,12 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: perl-Text-CSV_XS -Version: 0.82 -Release: 1 -License: GPL+ or Artistic +Version: 0.85 +Release: 0 +License: Artistic-1.0 or GPL-1.0+ %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines Url: http://search.cpan.org/dist/Text-CSV_XS/ ++++++ Text-CSV_XS-0.82.tgz -> Text-CSV_XS-0.85.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/CSV_XS.pm new/Text-CSV_XS-0.85/CSV_XS.pm --- old/Text-CSV_XS-0.82/CSV_XS.pm 2011-05-01 17:21:25.000000000 +0200 +++ new/Text-CSV_XS-0.85/CSV_XS.pm 2011-09-07 13:34:16.000000000 +0200 @@ -27,7 +27,7 @@ use Carp; use vars qw( $VERSION @ISA ); -$VERSION = "0.82"; +$VERSION = "0.85"; @ISA = qw( DynaLoader ); bootstrap Text::CSV_XS $VERSION; @@ -353,8 +353,9 @@ if ($self && ref $self && # Not a class method or direct call $self->isa (__PACKAGE__) && exists $self->{_ERROR_DIAG}) { - @diag = (0 + $self->{_ERROR_DIAG}, $self->{_ERROR_DIAG}); - exists $self->{_ERROR_POS} and $diag[2] = 1 + $self->{_ERROR_POS}; + $diag[0] = 0 + $self->{_ERROR_DIAG}; + $diag[1] = $self->{_ERROR_DIAG}; + $diag[2] = 1 + $self->{_ERROR_POS} if exists $self->{_ERROR_POS}; } my $context = wantarray; @@ -1922,7 +1923,7 @@ =head1 COPYRIGHT AND LICENSE - Copyright (C) 2007-2011 H.Merijn Brand for PROCURA B.V. + Copyright (C) 2007-2011 H.Merijn Brand for PROCURA B.V. All rights reserved. Copyright (C) 1998-2001 Jochen Wiedmann. All rights reserved. Portions Copyright (C) 1997 Alan Citterman. All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/ChangeLog new/Text-CSV_XS-0.85/ChangeLog --- old/Text-CSV_XS-0.82/ChangeLog 2011-05-01 12:44:36.000000000 +0200 +++ new/Text-CSV_XS-0.85/ChangeLog 2011-09-07 18:04:25.000000000 +0200 @@ -1,3 +1,13 @@ +2011-09-07 0.85 - H.Merijn Brand <[email protected]> + * NAME / DISTNAME in Makefile.PL + +2011-09-07 0.84 - H.Merijn Brand <[email protected]> + * More cross-checks for META data + +2011-08-07 0.83 - H.Merijn Brand <[email protected]> + * Fix spurious auto_diag warning (RT#69673) + * Tested with 50 versions of perl, including 1.15.1 + 2011-05-01 0.82 - H.Merijn Brand <[email protected]> * Doc fix (RT#66905, Peter Newman) * Documentation overhaul (pod links) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/MANIFEST new/Text-CSV_XS-0.85/MANIFEST --- old/Text-CSV_XS-0.82/MANIFEST 2010-12-22 20:52:07.000000000 +0100 +++ new/Text-CSV_XS-0.85/MANIFEST 2011-09-07 18:16:32.000000000 +0200 @@ -39,3 +39,4 @@ examples/speed.pl Small benchmark script files/macosx.csv A CSV files exported on MacOSX files/utf8.csv A UTF-8 encode test file +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/META.json new/Text-CSV_XS-0.85/META.json --- old/Text-CSV_XS-0.82/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Text-CSV_XS-0.85/META.json 2011-09-07 18:16:32.000000000 +0200 @@ -0,0 +1,44 @@ +{ + "resources" : { + "repository" : "http://repo.or.cz/w/Text-CSV_XS.git", + "license" : "http://dev.perl.org/licenses/" + }, + "meta-spec" : { + "version" : "2.0", + "url" : "https://metacpan.org/module/CPAN::Meta::Spec?#meta-spec" + }, + "test_requires" : { + "Tie::Scalar" : "0", + "Test::More" : "0", + "Test::Harness" : "0" + }, + "distribution_type" : "module", + "generated_by" : "Author", + "version" : "0.85", + "name" : "Text-CSV_XS", + "author" : [ + "H.Merijn Brand <[email protected]>" + ], + "license" : "perl", + "build_requires" : { + "Config" : "0" + }, + "provides" : { + "Text::CSV_XS" : { + "version" : "0.85", + "file" : "CSV_XS.pm" + } + }, + "requires" : { + "perl" : "5.005", + "IO::Handle" : "0", + "DynaLoader" : "0" + }, + "recommends" : { + "perl" : "5.014001" + }, + "abstract" : "Comma-Separated Values manipulation routines", + "configure_requires" : { + "ExtUtils::MakeMaker" : "0" + } + } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/META.yml new/Text-CSV_XS-0.85/META.yml --- old/Text-CSV_XS-0.82/META.yml 2011-05-07 17:49:20.000000000 +0200 +++ new/Text-CSV_XS-0.85/META.yml 2011-09-07 18:16:32.000000000 +0200 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Text-CSV_XS -version: 0.82 +version: 0.85 abstract: Comma-Separated Values manipulation routines license: perl author: @@ -10,13 +10,13 @@ provides: Text::CSV_XS: file: CSV_XS.pm - version: 0.82 + version: 0.85 requires: perl: 5.005 DynaLoader: 0 IO::Handle: 0 recommends: - perl: 5.012003 + perl: 5.014001 configure_requires: ExtUtils::MakeMaker: 0 build_requires: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/Makefile.PL new/Text-CSV_XS-0.85/Makefile.PL --- old/Text-CSV_XS-0.82/Makefile.PL 2011-05-01 11:25:40.000000000 +0200 +++ new/Text-CSV_XS-0.85/Makefile.PL 2011-09-07 17:47:46.000000000 +0200 @@ -9,6 +9,7 @@ my %wm = ( NAME => "Text::CSV_XS", + DISTNAME => "Text-CSV_XS", ABSTRACT => "Comma-Separated Values manipulation routines", AUTHOR => "H.Merijn Brand <h.merijn\@xs4all.nl>", VERSION_FROM => "CSV_XS.pm", @@ -88,7 +89,7 @@ q{ sandbox/leaktrace $(FULLPERLRUN) "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)}, '', 'spellcheck:', - ' pod-spell-check --aspell', + ' pod-spell-check --aspell --ispell', '', 'checkmeta: spellcheck', ' perl sandbox/genPPPort_h.pl', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-CSV_XS-0.82/ppport.h new/Text-CSV_XS-0.85/ppport.h --- old/Text-CSV_XS-0.82/ppport.h 2011-04-18 11:14:30.000000000 +0200 +++ new/Text-CSV_XS-0.85/ppport.h 2011-08-02 09:11:57.000000000 +0200 @@ -6,7 +6,7 @@ ppport.h -- Perl/Pollution/Portability Version 3.19 - Automatically created by Devel::PPPort running under perl 5.012002. + Automatically created by Devel::PPPort running under perl 5.014001. Do NOT edit this file directly! -- Edit PPPort_pm.PL and the includes in parts/inc/ instead. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
