Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory checked in at 2022-01-17 22:34:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-CSV" Mon Jan 17 22:34:17 2022 rev:39 rq:946970 version:0.59 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes 2021-02-15 23:16:55.667452039 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.1892/perl-DBD-CSV.changes 2022-01-17 22:35:05.466285260 +0100 @@ -1,0 +2,9 @@ +Sun Jan 2 03:06:09 UTC 2022 - Tina M??ller <[email protected]> + +- updated to 0.59 + see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog + + 0.59 - 2022-01-01, H.Merijn Brand + * It's 2022 + +------------------------------------------------------------------- Old: ---- DBD-CSV-0.58.tgz New: ---- DBD-CSV-0.59.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-CSV.spec ++++++ --- /var/tmp/diff_new_pack.3EaaHG/_old 2022-01-17 22:35:05.954285583 +0100 +++ /var/tmp/diff_new_pack.3EaaHG/_new 2022-01-17 22:35:05.958285586 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-CSV # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name DBD-CSV Name: perl-DBD-CSV -Version: 0.58 +Version: 0.59 Release: 0 Summary: DBI driver for CSV files License: Artistic-1.0 OR GPL-1.0-or-later @@ -31,7 +31,7 @@ BuildRequires: perl(DBD::File) >= 0.42 BuildRequires: perl(DBI) >= 1.628 BuildRequires: perl(SQL::Statement) >= 1.405 -BuildRequires: perl(Test::More) >= 0.9 +BuildRequires: perl(Test::More) >= 0.90 BuildRequires: perl(Text::CSV_XS) >= 1.01 Requires: perl(DBD::File) >= 0.42 Requires: perl(DBI) >= 1.628 @@ -41,8 +41,7 @@ Recommends: perl(DBD::File) >= 0.44 Recommends: perl(DBI) >= 1.643 Recommends: perl(SQL::Statement) >= 1.414 -Recommends: perl(Test::More) >= 1.302183 -Recommends: perl(Text::CSV_XS) >= 1.45 +Recommends: perl(Text::CSV_XS) >= 1.47 %{perl_requires} %description ++++++ DBD-CSV-0.58.tgz -> DBD-CSV-0.59.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/ChangeLog new/DBD-CSV-0.59/ChangeLog --- old/DBD-CSV-0.58/ChangeLog 2021-02-10 13:18:34.000000000 +0100 +++ new/DBD-CSV-0.59/ChangeLog 2022-01-01 11:50:26.000000000 +0100 @@ -1,3 +1,6 @@ +0.59 - 2022-01-01, H.Merijn Brand + * It's 2022 + 0.58 - 2021-02-10, H.Merijn Brand * It's 2021 * "class" is not a CSV attribute to pass on (issue#8) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/META.json new/DBD-CSV-0.59/META.json --- old/DBD-CSV-0.58/META.json 2021-02-10 13:21:31.000000000 +0100 +++ new/DBD-CSV-0.59/META.json 2022-01-01 11:52:14.000000000 +0100 @@ -1,47 +1,29 @@ { - "generated_by" : "Author", - "abstract" : "DBI driver for CSV files", - "resources" : { - "repository" : { - "type" : "git", - "web" : "https://github.com/perl5-dbi/DBD-CSV", - "url" : "https://github.com/perl5-dbi/DBD-CSV" - }, - "bugtracker" : { - "web" : "https://github.com/perl5-dbi/DBD-CSV/issues" - }, - "license" : [ - "http://dev.perl.org/licenses/" - ] - }, + "dynamic_config" : 1, "author" : [ "Jochen Wiedmann", "Jeff Zucker", "H.Merijn Brand <[email protected]>", "Jens Rehsack <[email protected]>" ], - "version" : "0.58", - "meta-spec" : { - "version" : 2, - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec" - }, + "name" : "DBD-CSV", "prereqs" : { + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0", + "DBI" : "1.628" + } + }, "test" : { "recommends" : { - "Test::More" : "1.302183" + "Test::More" : "1.302188" }, "requires" : { "Test::Harness" : "0", - "Cwd" : "0", - "Encode" : "0", "charnames" : "0", - "Test::More" : "0.90" - } - }, - "configure" : { - "requires" : { - "DBI" : "1.628", - "ExtUtils::MakeMaker" : "0" + "Cwd" : "0", + "Test::More" : "0.90", + "Encode" : "0" } }, "build" : { @@ -50,31 +32,49 @@ } }, "runtime" : { - "requires" : { - "Text::CSV_XS" : "1.01", - "perl" : "5.008001", - "SQL::Statement" : "1.405", - "DBD::File" : "0.42", - "DBI" : "1.628" - }, "recommends" : { + "Text::CSV_XS" : "1.47", "SQL::Statement" : "1.414", - "Text::CSV_XS" : "1.45", "DBD::File" : "0.44", "DBI" : "1.643" + }, + "requires" : { + "SQL::Statement" : "1.405", + "DBI" : "1.628", + "DBD::File" : "0.42", + "perl" : "5.008001", + "Text::CSV_XS" : "1.01" } } }, + "release_status" : "stable", + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "generated_by" : "Author", + "abstract" : "DBI driver for CSV files", + "x_installdirs" : "site", + "version" : "0.59", "license" : [ "perl_5" ], - "name" : "DBD-CSV", - "x_installdirs" : "site", - "release_status" : "stable", - "dynamic_config" : 1, + "resources" : { + "bugtracker" : { + "web" : "https://github.com/perl5-dbi/DBD-CSV/issues" + }, + "repository" : { + "web" : "https://github.com/perl5-dbi/DBD-CSV", + "type" : "git", + "url" : "https://github.com/perl5-dbi/DBD-CSV" + }, + "license" : [ + "http://dev.perl.org/licenses/" + ] + }, "provides" : { "DBD::CSV" : { - "version" : "0.58", + "version" : "0.59", "file" : "lib/DBD/CSV.pm" } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/META.yml new/DBD-CSV-0.59/META.yml --- old/DBD-CSV-0.58/META.yml 2021-02-10 13:21:31.000000000 +0100 +++ new/DBD-CSV-0.59/META.yml 2022-01-01 11:52:14.000000000 +0100 @@ -20,13 +20,13 @@ provides: DBD::CSV: file: lib/DBD/CSV.pm - version: '0.58' + version: '0.59' recommends: DBD::File: '0.44' DBI: '1.643' SQL::Statement: '1.414' - Test::More: '1.302183' - Text::CSV_XS: '1.45' + Test::More: '1.302188' + Text::CSV_XS: '1.47' requires: Cwd: 0 DBD::File: '0.42' @@ -42,5 +42,5 @@ bugtracker: https://github.com/perl5-dbi/DBD-CSV/issues license: http://dev.perl.org/licenses/ repository: https://github.com/perl5-dbi/DBD-CSV -version: '0.58' +version: '0.59' x_installdirs: site diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/Makefile.PL new/DBD-CSV-0.59/Makefile.PL --- old/DBD-CSV-0.58/Makefile.PL 2021-01-01 11:02:05.000000000 +0100 +++ new/DBD-CSV-0.59/Makefile.PL 2022-01-01 11:50:32.000000000 +0100 @@ -1,6 +1,6 @@ # -*- perl -*- -# Copyright (c) 2009-2021 H.Merijn Brand +# Copyright (c) 2009-2022 H.Merijn Brand require 5.008001; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/README new/DBD-CSV-0.59/README --- old/DBD-CSV-0.58/README 2021-01-01 11:02:09.000000000 +0100 +++ new/DBD-CSV-0.59/README 2022-01-01 11:50:34.000000000 +0100 @@ -9,7 +9,7 @@ values). Copying - Copyright (C) 2009-2021 by H.Merijn Brand + Copyright (C) 2009-2022 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.58/cpanfile new/DBD-CSV-0.59/cpanfile --- old/DBD-CSV-0.58/cpanfile 2021-02-10 13:21:31.000000000 +0100 +++ new/DBD-CSV-0.59/cpanfile 2022-01-01 11:52:14.000000000 +0100 @@ -6,7 +6,7 @@ recommends "DBD::File" => "0.44"; recommends "DBI" => "1.643"; recommends "SQL::Statement" => "1.414"; -recommends "Text::CSV_XS" => "1.45"; +recommends "Text::CSV_XS" => "1.47"; on "configure" => sub { requires "DBI" => "1.628"; @@ -24,5 +24,5 @@ requires "Test::More" => "0.90"; requires "charnames"; - recommends "Test::More" => "1.302183"; + recommends "Test::More" => "1.302188"; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBD-CSV-0.58/lib/Bundle/DBD/CSV.pm new/DBD-CSV-0.59/lib/Bundle/DBD/CSV.pm --- old/DBD-CSV-0.58/lib/Bundle/DBD/CSV.pm 2021-01-01 11:01:37.000000000 +0100 +++ new/DBD-CSV-0.59/lib/Bundle/DBD/CSV.pm 2022-01-01 11:51:41.000000000 +0100 @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = "1.15"; +our $VERSION = "1.16"; 1; @@ -23,13 +23,13 @@ DBI 1.643 -Text::CSV_XS 1.45 +Text::CSV_XS 1.47 SQL::Statement 1.414 DBD::File 0.44 -DBD::CSV 0.58 +DBD::CSV 0.59 =head1 DESCRIPTION @@ -44,7 +44,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2021 by H.Merijn Brand +Copyright (C) 2009-2022 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.58/lib/DBD/CSV.pm new/DBD-CSV-0.59/lib/DBD/CSV.pm --- old/DBD-CSV-0.58/lib/DBD/CSV.pm 2021-02-10 10:05:52.000000000 +0100 +++ new/DBD-CSV-0.59/lib/DBD/CSV.pm 2022-01-01 11:50:09.000000000 +0100 @@ -31,7 +31,7 @@ @ISA = qw( DBD::File ); -$VERSION = "0.58"; +$VERSION = "0.59"; $ATTRIBUTION = "DBD::CSV $DBD::CSV::VERSION by H.Merijn Brand"; $err = 0; # holds error code for DBI::err @@ -1341,7 +1341,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2021 by H.Merijn Brand +Copyright (C) 2009-2022 by H.Merijn Brand Copyright (C) 2004-2009 by Jeff Zucker Copyright (C) 1998-2004 by Jochen Wiedmann
