Hello community, here is the log from the commit of package perl-DBD-XBase for openSUSE:Factory checked in at 2017-02-16 17:03:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-XBase (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-XBase.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-XBase" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-XBase/perl-DBD-XBase.changes 2016-06-07 23:45:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBD-XBase.new/perl-DBD-XBase.changes 2017-02-16 17:03:37.379969736 +0100 @@ -1,0 +2,9 @@ +Mon Feb 13 11:34:36 UTC 2017 - [email protected] + +- updated to 1.08 + see /usr/share/doc/packages/perl-DBD-XBase/Changes + + 1.08 Fri Jan 13 21:20:15 CET 2017 + Add support for dBASE IV memo type B. + +------------------------------------------------------------------- Old: ---- DBD-XBase-1.07.tar.gz New: ---- DBD-XBase-1.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-XBase.spec ++++++ --- /var/tmp/diff_new_pack.sk0cnD/_old 2017-02-16 17:03:37.863901266 +0100 +++ /var/tmp/diff_new_pack.sk0cnD/_new 2017-02-16 17:03:37.863901266 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-XBase # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: perl-DBD-XBase -Version: 1.07 +Version: 1.08 Release: 0 #Upstream: CHECK(GPL-1.0+ or Artistic-1.0) %define cpan_name DBD-XBase @@ -25,7 +25,7 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBD-XBase/ -Source0: http://www.cpan.org/authors/id/J/JA/JANPAZ/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/J/JA/JANPAZ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ DBD-XBase-1.07.tar.gz -> DBD-XBase-1.08.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.07/Changes new/DBD-XBase-1.08/Changes --- old/DBD-XBase-1.07/Changes 2016-05-03 13:55:01.000000000 +0200 +++ new/DBD-XBase-1.08/Changes 2017-01-16 10:43:11.000000000 +0100 @@ -1,6 +1,9 @@ Revision history for Perl extension XBase and DBD::XBase. +1.08 Fri Jan 13 21:20:15 CET 2017 + Add support for dBASE IV memo type B. + 1.07 Tue May 3 19:45:23 CEST 2016 Resolving the xbase_lines regression of 1.06. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.07/META.json new/DBD-XBase-1.08/META.json --- old/DBD-XBase-1.07/META.json 2016-05-03 13:57:06.000000000 +0200 +++ new/DBD-XBase-1.08/META.json 2017-01-16 10:43:47.000000000 +0100 @@ -4,7 +4,7 @@ "Jan Pazdziora" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005", "license" : [ "unknown" ], @@ -29,12 +29,9 @@ "requires" : { "ExtUtils::MakeMaker" : "0" } - }, - "runtime" : { - "requires" : {} } }, "release_status" : "stable", - "version" : "1.07", - "x_serialization_backend" : "JSON::PP version 2.27300" + "version" : "1.08", + "x_serialization_backend" : "JSON::PP version 2.27400" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.07/META.yml new/DBD-XBase-1.08/META.yml --- old/DBD-XBase-1.07/META.yml 2016-05-03 13:57:06.000000000 +0200 +++ new/DBD-XBase-1.08/META.yml 2017-01-16 10:43:47.000000000 +0100 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -17,6 +17,5 @@ directory: - t - inc -requires: {} -version: '1.07' -x_serialization_backend: 'CPAN::Meta::YAML version 0.016' +version: '1.08' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.07/lib/DBD/XBase.pm new/DBD-XBase-1.08/lib/DBD/XBase.pm --- old/DBD-XBase-1.07/lib/DBD/XBase.pm 2016-05-03 13:56:16.000000000 +0200 +++ new/DBD-XBase-1.08/lib/DBD/XBase.pm 2017-01-16 10:42:28.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.07'; +$VERSION = '1.08'; $err = 0; $errstr = ''; @@ -763,7 +763,7 @@ =head1 VERSION -1.07 +1.08 =head1 AVAILABLE FROM @@ -771,7 +771,7 @@ =head1 AUTHOR -(c) 1997--2016 Jan Pazdziora. +(c) 1997--2017 Jan Pazdziora. Contact the author at jpx dash perl at adelton dot com. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-XBase-1.07/lib/XBase.pm new/DBD-XBase-1.08/lib/XBase.pm --- old/DBD-XBase-1.07/lib/XBase.pm 2016-05-03 11:33:14.000000000 +0200 +++ new/DBD-XBase-1.08/lib/XBase.pm 2017-01-16 10:42:47.000000000 +0100 @@ -20,7 +20,7 @@ use vars qw( $VERSION $errstr $CLEARNULLS @ISA ); @ISA = qw( XBase::Base ); -$VERSION = '1.06'; +$VERSION = '1.08'; $CLEARNULLS = 1; # Cut off white spaces from ends of char fields *errstr = \$XBase::Base::errstr; @@ -136,7 +136,7 @@ $rproc = sub { unpack 'V', shift; }; $wproc = sub { pack 'V', shift; }; } - elsif ($type eq 'B') { # Fox double + elsif ($type eq 'B' and $length == 8) { # Fox double if (pack("L", 1) eq pack("V", 1)) { $rproc = sub { unpack 'd', scalar shift; }; $wproc = sub { scalar pack 'd', shift; }; @@ -145,7 +145,7 @@ $wproc = sub { reverse scalar pack 'd', shift; }; } } - elsif ($type =~ /^[WMGP]$/) { # memo fields + elsif ($type =~ /^[WMGPB]$/) { # memo fields my $memo = $self->{'memo'}; if (not defined $memo and not $self->{'openoptions'}{'ignorememo'}) { $memo = $self->{'memo'} = $self->init_memo_field() or return; @@ -1402,7 +1402,7 @@ =head1 VERSION -1.06 +1.08 =head1 AVAILABLE FROM @@ -1410,7 +1410,7 @@ =head1 AUTHOR -(c) 1997--2016 Jan Pazdziora. +(c) 1997--2017 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.
