Hello community, here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory checked in at 2012-05-22 08:17:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-CSV", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes 2011-11-21 12:38:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes 2012-05-22 08:17:43.000000000 +0200 @@ -1,0 +2,7 @@ +Sat May 12 19:59:32 UTC 2012 - [email protected] + +- update to 0.34: + * require 5.8.1, as DBI does + * tested against perl-5.16.0-RC0 + DBI-1.620 + +------------------------------------------------------------------- Old: ---- DBD-CSV-0.33.tgz New: ---- DBD-CSV-0.34.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-CSV.spec ++++++ --- /var/tmp/diff_new_pack.Rgd6l3/_old 2012-05-22 08:17:46.000000000 +0200 +++ /var/tmp/diff_new_pack.Rgd6l3/_new 2012-05-22 08:17:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-CSV # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,15 +16,14 @@ # - Name: perl-DBD-CSV -Version: 0.33 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 0.34 +Release: 0 %define cpan_name DBD-CSV Summary: DBI driver for CSV files -Url: http://search.cpan.org/dist/DBD-CSV/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/DBD-CSV/ Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ DBD-CSV-0.33.tgz -> DBD-CSV-0.34.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/ChangeLog new/DBD-CSV-0.34/ChangeLog --- old/DBD-CSV-0.33/ChangeLog 2011-09-07 18:01:35.000000000 +0200 +++ new/DBD-CSV-0.34/ChangeLog 2012-05-12 16:50:07.000000000 +0200 @@ -1,9 +1,12 @@ -2011-09-07 0.33 H.Merijn Brand +0.34 - 2012-05-12, H.Merijn Brand + * Updated copyright to 2012 + * Require 5.8.1, as DBI does + * Tested against perl-5.16.0-RC0 + DBI-1.620 +0.33 - 2011-09-07, H.Merijn Brand * NAME / DISTNAME in Makefile.PL -2011-09-07 0.32 H.Merijn Brand - +0.32 - 2011-09-07, H.Merijn Brand * TYPE should be numeric * Added tests for return count of delete statements in do * Upped copyright to 2011 @@ -11,27 +14,23 @@ * Try to catch (more) usernames on Windows as schema names * More cross-checks for META data -2010-09-18 0.31 H.Merijn Brand - +0.31 - 2010-09-18, H.Merijn Brand * Require 5.8.1 (effectively already doing so by requiring DBI-1.614) * Update tests to use warnings and done_testing () requires Test::More-0.90, which is also required for DBI * Better diagnostics for empty files * Allow late setting of attributes (RT#61168) - requires DBI-1.614 -2010-07-09 0.30 H.Merijn Brand - +0.30 - 2010-07-09, H.Merijn Brand * Text::CSV_XS now called with auto_diag * Implement valid_attrs * Next version will require DBI-1.612 or higher This is a transition release -2010-07-04 0.29_03 H.Merijn Brand - +0.29_03 - 2010-07-04, H.Merijn Brand * Remove leftover debug. Causes fails -2010-07-02 0.29_02 H.Merijn Brand - +0.29_02 - 2010-07-02, H.Merijn Brand * More work to keep in sync with DBI development (Jens) * Better diagnostics for missing modules * More spell-check fixes @@ -39,8 +38,7 @@ * Tests changed to accept old and new DBI * Statement handle attributes handled in new DBD::File -2010-06-11 0.29_01 H.Merijn Brand - +0.29_01 - 2010-06-11, H.Merijn Brand * Prepare for DBD::File-0.39 (DBI-1.612+) Should still work with older DBI versions * Documentation updates (style, consistency, spell-checking) @@ -48,8 +46,7 @@ * More tests for insert * Tested RT#58039 -2010-05-03 0.29 H.Merijn Brand - +0.29 - 2010-05-03, H.Merijn Brand * Fix git URL in META.yml * Add empty CLONE method to prevent warning when cloning threads * Minimum perl 5.8.1 @@ -57,29 +54,25 @@ * Support for f_encoding (requires DBI-1.611) * Documentation updates -2010-03-16 0.28 H.Merijn Brand - +0.28 - 2010-03-16, H.Merijn Brand * Remove t/00_minimumversion.t from distribution * Dropped YAML spec to 1.0 * Sync up with SQL::Statement 1.25 NOTE: Internals of both modules changed. They will change again for SQL::Statement 2.0 -2010-02-17 0.27 H.Merijn Brand - +0.27 - 2010-02-17, H.Merijn Brand * Upped copyright to 2010 * Doc-fix typo in link (Detlef Pilzecker) * Doc-fix small typo's -2009-11-10 0.26 H.Merijn Brand - +0.26 - 2009-11-10, H.Merijn Brand * Adjustments for windows (RT#50544) * Mark all non-\w chars illegal in field and table names * Fix field types after execute (RT#51090, vgdoqd) * Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK) -2009-10-15 0.25 H.Merijn Brand - +0.25 - 2009-10-15, H.Merijn Brand * Raised minimum perl version to 5.005_03 * Requires Text::CSV_XS 0.43 (needs eof () method and error_diag ()) (RT#33764) @@ -100,8 +93,7 @@ * Table names case sensitiveness * Implemented raw_header (RT#44583) -2005-08-10 0.23 Jeff Zucker <jzuckerATcpan.org> - +0.23 - 2005-08-10, Jeff Zucker <jzuckerATcpan.org> * fixed bug in automatic column generation, defining col_names => [] will auto generate col1, col2, etc. thanks for bug report, harleypig on AnnoCPAN @@ -109,14 +101,14 @@ * added support for multi-character end-of-line separators thanks for suggestion, harleypig on AnnoCPAN -2005-04-01 0.22 Jeff Zucker <jzuckerATcpan.org> +0.22 - 2005-04-01, Jeff Zucker <jzuckerATcpan.org> * removed DESTROY and disconnect - use DBD File's instead * added ignore_missing_table flag to avoid warnings with DROP TABLE IF EXISTS -2004-04-18 0.21 Jeff Zucker <jzuckerATcpan.org> +0.21 - 2004-04-18, Jeff Zucker <jzuckerATcpan.org> * added support for $dbh->{Active}, should now work well with Class::DBI and other caching systems @@ -127,7 +119,7 @@ * removed DBD::File from the distribution - it's now distributed with DBI 1.42 and higher -2002-03-01 0.2002 Jeff Zucker <jzuckerATcpan.org> +0.2002 - 2002-03-01, Jeff Zucker <jzuckerATcpan.org> * added parser-caching for speedier operation, see File.pm prepare() @@ -136,7 +128,7 @@ prototypes to make it perl 5.8 compatible -2002-01-21 0.2001 Jeff Zucker <jzuckerATcpan.org> +0.2001 - 2002-01-21, Jeff Zucker <jzuckerATcpan.org> * adjusted docs to show Jeff as the new maintainer. @@ -146,7 +138,7 @@ * adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with all versions of SQL::Statement. -2002-12-20 0.1030 Jochen Wiedmann <[email protected]> +0.1030 - 2002-12-20, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm: Locking is now suppressed under VMS. David Webb <[email protected]> @@ -155,22 +147,22 @@ on VMS and not "f_dir=.". David Webb <[email protected]> -2001-11-28 0.1029 Jochen Wiedmann <[email protected]> +0.1029 - 2001-11-28, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!. -2001-11-20 0.1028 Jochen Wiedmann <[email protected]> +0.1028 - 2001-11-20, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''". David Arnold <[email protected]> -2001-05-04 0.1026 Jochen Wiedmann <[email protected]> +0.1026 - 2001-05-04, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (table_info): Added closedir(). Alex Hornby <[email protected]> -2000-12-22 0.1025 Jochen Wiedmann <[email protected]> +0.1025 - 2000-12-22, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm (fetch_row): Now cleaning $! before calling $csv->getline(). Seems to return false errors @@ -180,19 +172,19 @@ * Removed unnecessary stuff in Makefile.PL which verified the DBI installation. -2000-07-31 0.1023 Jochen Wiedmann <[email protected]> +0.1023 - 2000-07-31, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (STORE): Changed croak to die. Guido Flohr <[email protected]> -2000-07-31 0.1023 Jochen Wiedmann <[email protected]> +0.1023 - 2000-07-31, Jochen Wiedmann <[email protected]> * Minor fix in the docs, thanks to Andreas Grupp, [email protected]. * Minor compatibility fixes in the test suite for Perl 5.6. -1999-10-07 0.1022 Jochen Wiedmann <[email protected]> +0.1022 - 1999-10-07, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (connect): In the DSN, \ was removed in all cases. It is now possible to use \\ for a DSN @@ -203,7 +195,7 @@ * lib/DBD/CSV.pm: More POD patches, thanks to Timothy F Armbruster <[email protected]>. -1999-05-10 0.1021 Jochen Wiedmann <[email protected]> +0.1021 - 1999-05-10, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm (push_row): Fixed typo in docs where DBI:File: was used instead of DBI:CSV: (Mitra <[email protected]>) @@ -212,36 +204,36 @@ <[email protected]>. * lib/DBD/File.pm: Removed use of flock under Win95. -1999-03-17 0.1020 Jochen Wiedmann <[email protected]> +0.1020 - 1999-03-17, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (FETCH): Simplified handling of $sth->{'NAME'} due to a change in SQL::Statement 0.1011. (Teun Burgers, Teun Burgers <[email protected]>) -1999-02-11 0.1019 Jochen Wiedmann <[email protected]> +0.1019 - 1999-02-11, Jochen Wiedmann <[email protected]> * Makefile.PL (CheckModule): Now requires Text::CSV_XS 0.16, due to an imcompatible change. -1998-12-30 0.1018 Jochen Wiedmann <[email protected]> +0.1018 - 1998-12-30, Jochen Wiedmann <[email protected]> * t/lib.pl: Fixed a bug in the test suite. (File::Spec wasn't loaded) -1998-10-26 0.1017 Jochen Wiedmann <[email protected]> +0.1017 - 1998-10-26, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm: Fixed some examples in the docs. (Brian Millett, [email protected]) * Now using File::Spec, if available, for Mac portability. (Chris Nandor, [email protected]) -1998-10-20 0.1016 Jochen Wiedmann <[email protected]> +0.1016 - 1998-10-20, Jochen Wiedmann <[email protected]> * lib/Bundle/DBD/CSV.pm: Added lib/Bundle/DBD/CSV.pm * lib/DBD/File.pm: Added $dbh->table_info(). Added $dbh->type_info_all(). Added $dbh->quote($str, $type). -1998-09-17 0.1015 Jochen Wiedmann <[email protected]> +0.1015 - 1998-09-17, Jochen Wiedmann <[email protected]> * lib/DBD/CSV.pm: Fixed bug in the docs, the "undef" argument was missing in conjunction with parameters, @@ -249,18 +241,18 @@ * lib/DBD/CSV.pm: Added csv_eol, csv_sep_char, csv_quote_char and csv_escape_char to DSN. -1998-08-31 0.1014 Jochen Wiedmann <[email protected]> +0.1014 - 1998-08-31, Jochen Wiedmann <[email protected]> * Makefile.PL: Added AUTHOR, ABSTRACT_FROM and PREREQ_PM. * Makefile.PL: Fixed error handling by using DBI::set_err. -1998-08-17 0.1013 Jochen Wiedmann <[email protected]> +0.1013 - 1998-08-17, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (drop): $self->{'fh'} is now closed before unlinking it. This makes DROP TABLE work under Win32 and other Non-Unixes. -1998-08-17 0.1012 Jochen Wiedmann <[email protected]> +0.1012 - 1998-08-17, Jochen Wiedmann <[email protected]> * lib/DBD/File.pm (open_table): Added binmode. * Added Gerald Richter's modifications for DBD::ConfFile to the @@ -274,24 +266,24 @@ * DBD-File/File.pm: Fixed some $sth->{attr}'s to $sth->FETCH|STORE, my thanks to Gerald Richter. -1998-06-25 0.1011 Jochen Wiedmann <[email protected]> +0.1011 - 1998-06-25, Jochen Wiedmann <[email protected]> * DBD-File/File.pm (execute): Added missing eval around $stmt->execute(); * DBD-File/File.pm (FETCH): $sth->{TYPE} is now returning undef (workaround for a bug in DBI 0.93). -1998-06-11 0.1010 Jochen Wiedmann <[email protected]> +0.1010 - 1998-06-11, Jochen Wiedmann <[email protected]> * Added DBD::File, DBD::CSV is derived from it. * CSV.pm (open_table): Added $dbh->{tables}->{$table}->{file}. -1998-05-21 0.1002 Jochen Wiedmann <[email protected]> +0.1002 - 1998-05-21, Jochen Wiedmann <[email protected]> * CSV.pm: Now using the misc.files_as_tables feature of SQL::Statement -1998-05-05 0.1000 Jochen Wiedmann <[email protected]> +0.1000 - 1998-05-05, Jochen Wiedmann <[email protected]> * Initial version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/META.json new/DBD-CSV-0.34/META.json --- old/DBD-CSV-0.33/META.json 2011-09-07 18:14:05.000000000 +0200 +++ new/DBD-CSV-0.34/META.json 2012-05-12 16:54:57.000000000 +0200 @@ -27,16 +27,16 @@ }, "recommends" : { "Test::More" : "0.98", - "perl" : "5.014001", - "Text::CSV_XS" : "0.83", - "DBI" : "1.616" + "perl" : "5.014002", + "Text::CSV_XS" : "0.88", + "DBI" : "1.620" }, "generated_by" : "Author", "meta-spec" : { "version" : "2.0", "url" : "https://metacpan.org/module/CPAN::Meta::Spec?#meta-spec" }, - "version" : "0.33", + "version" : "0.34", "name" : "DBD-CSV", "license" : "perl", "build_requires" : { @@ -44,7 +44,7 @@ }, "provides" : { "DBD::CSV" : { - "version" : "0.33", + "version" : "0.34", "file" : "lib/DBD/CSV.pm" } }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/META.yml new/DBD-CSV-0.34/META.yml --- old/DBD-CSV-0.33/META.yml 2011-09-07 18:14:05.000000000 +0200 +++ new/DBD-CSV-0.34/META.yml 2012-05-12 16:54:57.000000000 +0200 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: DBD-CSV -version: 0.33 +version: 0.34 abstract: DBI driver for CSV files license: perl author: @@ -13,7 +13,7 @@ provides: DBD::CSV: file: lib/DBD/CSV.pm - version: 0.33 + version: 0.34 requires: perl: 5.008001 DBI: 1.614 @@ -31,9 +31,9 @@ Cwd: 0 charnames: 0 recommends: - perl: 5.014001 - DBI: 1.616 - Text::CSV_XS: 0.83 + perl: 5.014002 + DBI: 1.620 + Text::CSV_XS: 0.88 Test::More: 0.98 installdirs: site resources: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/Makefile.PL new/DBD-CSV-0.34/Makefile.PL --- old/DBD-CSV-0.33/Makefile.PL 2011-09-07 17:56:50.000000000 +0200 +++ new/DBD-CSV-0.34/Makefile.PL 2012-01-11 09:01:43.000000000 +0100 @@ -1,6 +1,6 @@ # -*- perl -*- -# Copyright (c) 2009-2011 H.Merijn Brand +# Copyright (c) 2009-2012 H.Merijn Brand require 5.008001; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/README new/DBD-CSV-0.34/README --- old/DBD-CSV-0.33/README 2011-08-09 09:26:42.000000000 +0200 +++ new/DBD-CSV-0.34/README 2012-04-29 11:11:48.000000000 +0200 @@ -14,7 +14,7 @@ reflect code quality or stability. Copying - Copyright (C) 2009-2011 by H.Merijn Brand + Copyright (C) 2009-2012 by H.Merijn Brand Copyright (C) 2004-2009 by Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann @@ -34,24 +34,24 @@ 'http://repo.or.cz/w/DBD-CSV.git?a=snapshot;sf=tgz' Prerequisites: - perl 5.005_03. 5.005 will not be able to build the manual pages. + DBI - the DBI (Database independent interface for Perl). - DBI - the DBI (Database independent interface for Perl), - version 1.00 or a later release - - SQL::Statement - a simple SQL engine + SQL::Statement - a simple SQL engine. Text::CSV_XS - this module is used for writing rows to or reading rows from CSV files. Build/Installation: - Standard build/installation: - gzip -cd DBD-CSV-0.30.tar.gz | tar xf - - cd DBD-CSV-0.30 - perl Makefile.PL - make - make test - make install + Use CPAN: + cpan DBD::CSV + + Or standard build/installation: + gzip -cd DBD-CSV-0.33.tar.gz | tar xf - + cd DBD-CSV-0.33 + perl Makefile.PL + make + make test + make install (this is for Unix users, Windows users would prefer PowerArchiver, WinZip or something similar). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/lib/Bundle/DBD/CSV.pm new/DBD-CSV-0.34/lib/Bundle/DBD/CSV.pm --- old/DBD-CSV-0.33/lib/Bundle/DBD/CSV.pm 2011-08-09 09:26:08.000000000 +0200 +++ new/DBD-CSV-0.34/lib/Bundle/DBD/CSV.pm 2012-04-29 11:05:33.000000000 +0200 @@ -1,8 +1,11 @@ -# -*- perl -*- +#/usr/bin/perl package Bundle::DBD::CSV; -$VERSION = "1.05"; +use strict; +use warnings; + +our $VERSION = "1.05"; 1; @@ -18,15 +21,15 @@ =head1 CONTENTS -DBI 1.616 +DBI 1.620 -Text::CSV_XS 0.83 +Text::CSV_XS 0.88 SQL::Statement 1.33 DBD::File 0.40 -DBD::CSV 0.32 +DBD::CSV 0.34 =head1 DESCRIPTION @@ -41,7 +44,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2011 by H.Merijn Brand +Copyright (C) 2009-2012 by H.Merijn Brand Copyright (C) 2004-2009 by Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/lib/DBD/CSV.pm new/DBD-CSV-0.34/lib/DBD/CSV.pm --- old/DBD-CSV-0.33/lib/DBD/CSV.pm 2011-09-07 13:25:01.000000000 +0200 +++ new/DBD-CSV-0.34/lib/DBD/CSV.pm 2012-04-29 11:01:22.000000000 +0200 @@ -8,8 +8,8 @@ # # See for full acknowledgements the last two pod sections in this file -require 5.005003; use strict; +use warnings; require DynaLoader; require DBD::File; @@ -23,7 +23,7 @@ @ISA = qw( DBD::File ); -$VERSION = "0.33"; +$VERSION = "0.34"; $err = 0; # holds error code for DBI::err $errstr = ""; # holds error string for DBI::errstr @@ -1222,7 +1222,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2011 by H.Merijn Brand +Copyright (C) 2009-2012 by H.Merijn Brand Copyright (C) 2004-2009 by Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.33/t/lib.pl new/DBD-CSV-0.34/t/lib.pl --- old/DBD-CSV-0.33/t/lib.pl 2010-07-04 13:33:43.000000000 +0200 +++ new/DBD-CSV-0.34/t/lib.pl 2012-04-29 11:07:13.000000000 +0200 @@ -5,6 +5,7 @@ # here and the like. use strict; +use warnings; use File::Spec; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
