Hello community, here is the log from the commit of package perl-DBD-XBase for openSUSE:Factory checked in at Mon Mar 7 15:17:11 CET 2011.
-------- --- perl-DBD-XBase/perl-DBD-XBase.changes 2011-02-11 11:08:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-DBD-XBase/perl-DBD-XBase.changes 2011-03-07 09:45:09.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 7 08:40:07 UTC 2011 - [email protected] + +- update to 1.03 + Fixing output of tests when DBI is not available. + Added the URL to the AVAILABLE FROM sections. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- DBD-XBase-1.01.tar.bz2 New: ---- DBD-XBase-1.03.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-XBase.spec ++++++ --- /var/tmp/diff_new_pack.D5xKRS/_old 2011-03-07 15:16:50.000000000 +0100 +++ /var/tmp/diff_new_pack.D5xKRS/_new 2011-03-07 15:16:50.000000000 +0100 @@ -21,7 +21,7 @@ Name: perl-DBD-XBase BuildRequires: perl-DBI BuildRequires: perl-macros -Version: 1.01 +Version: 1.03 Release: 1 Obsoletes: dbdxbase Provides: dbdxbase ++++++ DBD-XBase-1.01.tar.bz2 -> DBD-XBase-1.03.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/Changes new/DBD-XBase-1.03/Changes --- old/DBD-XBase-1.01/Changes 2011-02-09 21:22:11.000000000 +0100 +++ new/DBD-XBase-1.03/Changes 2011-03-06 07:32:41.000000000 +0100 @@ -1,6 +1,13 @@ Revision history for Perl extension XBase and DBD::XBase. + +1.03 Sun Mar 6 07:32:21 CET 2011 + Fixing output of tests when DBI is not available. + +1.02 Thu Mar 3 20:40:54 CET 2011 + Added the URL to the AVAILABLE FROM sections. + 1.01 Wed Feb 9 21:22:07 CET 2011 Updated the Changes file. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/META.yml new/DBD-XBase-1.03/META.yml --- old/DBD-XBase-1.01/META.yml 2011-02-09 21:23:41.000000000 +0100 +++ new/DBD-XBase-1.03/META.yml 2011-03-06 07:33:09.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: DBD-XBase -version: 1.01 +version: 1.03 abstract: Reads and writes XBase (dbf) files, includes DBI support author: - Jan Pazdziora diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/bin/dbfdump.PL new/DBD-XBase-1.03/bin/dbfdump.PL --- old/DBD-XBase-1.01/bin/dbfdump.PL 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/bin/dbfdump.PL 2011-03-03 20:37:20.000000000 +0100 @@ -173,6 +173,10 @@ You can specify reading the standard input by putting dash (-) instead of file name. +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ + =head1 AUTHOR (c) 1998--2011 Jan Pazdziora. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/bin/indexdump.PL new/DBD-XBase-1.03/bin/indexdump.PL --- old/DBD-XBase-1.01/bin/indexdump.PL 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/bin/indexdump.PL 2011-03-03 20:37:34.000000000 +0100 @@ -102,6 +102,10 @@ For mulitag index files (like cdx), you need to specify the tag name to get the actual data. +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ + =head1 AUTHOR (c) 1999--2011 Jan Pazdziora. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/DBD/XBase.pm new/DBD-XBase-1.03/lib/DBD/XBase.pm --- old/DBD-XBase-1.01/lib/DBD/XBase.pm 2011-02-09 21:23:19.000000000 +0100 +++ new/DBD-XBase-1.03/lib/DBD/XBase.pm 2011-03-06 07:33:01.000000000 +0100 @@ -19,7 +19,7 @@ use vars qw( $VERSION @ISA @EXPORT $err $errstr $drh $sqlstate ); # a couple of global variables that may come handy -$VERSION = '1.01'; +$VERSION = '1.03'; $err = 0; $errstr = ''; @@ -764,7 +764,11 @@ =head1 VERSION -1.01 +1.03 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase/Base.pm new/DBD-XBase-1.03/lib/XBase/Base.pm --- old/DBD-XBase-1.01/lib/XBase/Base.pm 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase/Base.pm 2011-03-03 20:39:28.000000000 +0100 @@ -11,7 +11,7 @@ use IO::File; use Fcntl qw( O_RDWR O_RDONLY O_BINARY ); -$XBase::Base::VERSION = '1.00'; +$XBase::Base::VERSION = '1.02'; # Sets the debug level $XBase::Base::DEBUG = 0; @@ -391,7 +391,11 @@ =head1 VERSION -1.00 +1.02 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase/FAQ.pod new/DBD-XBase-1.03/lib/XBase/FAQ.pod --- old/DBD-XBase-1.01/lib/XBase/FAQ.pod 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase/FAQ.pod 2011-03-03 20:36:22.000000000 +0100 @@ -11,7 +11,7 @@ =head1 AUTHOR -I<Jan Pazdziora>. +Jan Pazdziora =head1 Questions and answers @@ -19,8 +19,7 @@ =item What Perl version do I need? What other modules? -You need perl at least 5.004. I test each new distribution agains -5.005* and 5.004_04 version of perl. You need B<DBI> module version 1.00 +You need perl 5.10 or newer. You need B<DBI> module version 1.00 or higher, if you want to use the DBD driver (which you should). =item Can I use B<XBase.pm> under Windows 95/NT? @@ -220,3 +219,7 @@ =cut +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase/Index.pm new/DBD-XBase-1.03/lib/XBase/Index.pm --- old/DBD-XBase-1.01/lib/XBase/Index.pm 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase/Index.pm 2011-03-03 20:37:54.000000000 +0100 @@ -11,7 +11,7 @@ use XBase::Base; @ISA = qw( XBase::Base ); -$VERSION = '1.00'; +$VERSION = '1.02'; $DEBUG = 0; @@ -1792,7 +1792,11 @@ =head1 VERSION -1.00 +1.02 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase/Memo.pm new/DBD-XBase-1.03/lib/XBase/Memo.pm --- old/DBD-XBase-1.01/lib/XBase/Memo.pm 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase/Memo.pm 2011-03-03 20:39:21.000000000 +0100 @@ -12,7 +12,7 @@ use vars qw( $VERSION @ISA ); @ISA = qw( XBase::Base ); -$VERSION = '1.00'; +$VERSION = '1.02'; # Read header is called from open to fill the object structures sub read_header { @@ -313,7 +313,11 @@ =head1 VERSION -1.00 +1.02 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase/SDBM.pm new/DBD-XBase-1.03/lib/XBase/SDBM.pm --- old/DBD-XBase-1.01/lib/XBase/SDBM.pm 2011-01-23 15:59:32.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase/SDBM.pm 2011-03-03 20:38:10.000000000 +0100 @@ -26,7 +26,11 @@ =head1 VERSION -1.00 +1.02 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/lib/XBase.pm new/DBD-XBase-1.03/lib/XBase.pm --- old/DBD-XBase-1.01/lib/XBase.pm 2011-02-09 21:14:01.000000000 +0100 +++ new/DBD-XBase-1.03/lib/XBase.pm 2011-03-03 20:38:22.000000000 +0100 @@ -20,7 +20,7 @@ use vars qw( $VERSION $errstr $CLEARNULLS @ISA ); @ISA = qw( XBase::Base ); -$VERSION = '1.00'; +$VERSION = '1.02'; $CLEARNULLS = 1; # Cut off white spaces from ends of char fields *errstr = \$XBase::Base::errstr; @@ -1397,11 +1397,15 @@ =head1 VERSION -1.00 +1.02 + +=head1 AVAILABLE FROM + +http://www.adelton.com/perl/DBD-XBase/ =head1 AUTHOR -(c) 1997--2003 Jan Pazdziora. +(c) 1997--2011 Jan Pazdziora. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/7_dbd_select.t new/DBD-XBase-1.03/t/7_dbd_select.t --- old/DBD-XBase-1.01/t/7_dbd_select.t 2003-01-15 09:56:59.000000000 +0100 +++ new/DBD-XBase-1.03/t/7_dbd_select.t 2011-03-06 07:31:04.000000000 +0100 @@ -6,10 +6,9 @@ $| = 1; eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..45\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/7_dbd_select_func.t new/DBD-XBase-1.03/t/7_dbd_select_func.t --- old/DBD-XBase-1.01/t/7_dbd_select_func.t 2000-08-08 09:26:59.000000000 +0200 +++ new/DBD-XBase-1.03/t/7_dbd_select_func.t 2011-03-06 07:31:12.000000000 +0100 @@ -7,10 +7,9 @@ eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..31\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/8_dbd_delete.t new/DBD-XBase-1.03/t/8_dbd_delete.t --- old/DBD-XBase-1.01/t/8_dbd_delete.t 2000-08-08 09:26:59.000000000 +0200 +++ new/DBD-XBase-1.03/t/8_dbd_delete.t 2011-03-06 07:31:17.000000000 +0100 @@ -7,10 +7,9 @@ eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..7\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/8_dbd_insert.t new/DBD-XBase-1.03/t/8_dbd_insert.t --- old/DBD-XBase-1.01/t/8_dbd_insert.t 2003-04-03 17:47:11.000000000 +0200 +++ new/DBD-XBase-1.03/t/8_dbd_insert.t 2011-03-06 07:31:20.000000000 +0100 @@ -7,10 +7,9 @@ eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..9\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/8_dbd_update.t new/DBD-XBase-1.03/t/8_dbd_update.t --- old/DBD-XBase-1.01/t/8_dbd_update.t 2000-08-08 09:26:59.000000000 +0200 +++ new/DBD-XBase-1.03/t/8_dbd_update.t 2011-03-06 07:31:25.000000000 +0100 @@ -7,10 +7,9 @@ eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..10\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.01/t/9_dbd_create.t new/DBD-XBase-1.03/t/9_dbd_create.t --- old/DBD-XBase-1.01/t/9_dbd_create.t 2002-10-31 17:47:41.000000000 +0100 +++ new/DBD-XBase-1.03/t/9_dbd_create.t 2011-03-06 07:31:28.000000000 +0100 @@ -6,10 +6,9 @@ $| = 1; eval 'use DBI 1.00'; if ($@ ne '') { - print "1..0\n"; + print "1..0 # SKIP No DBI module\n"; print "DBI couldn't be loaded, aborting test\n"; print "Error returned from eval was:\n", $@; - print "ok 1\n"; exit; } print "1..12\n"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
