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 2023-01-31 16:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-CSV"

Tue Jan 31 16:10:17 2023 rev:40 rq:1062255 version:0.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes        
2022-01-17 22:35:05.466285260 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.32243/perl-DBD-CSV.changes     
2023-01-31 16:16:15.884209272 +0100
@@ -1,0 +2,9 @@
+Sat Jan  7 03:06:05 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.60
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+  0.60 - 2023-01-06, H.Merijn Brand
+      * It's 2023
+
+-------------------------------------------------------------------

Old:
----
  DBD-CSV-0.59.tgz

New:
----
  DBD-CSV-0.60.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBD-CSV.spec ++++++
--- /var/tmp/diff_new_pack.Ileb1I/_old  2023-01-31 16:16:16.312211752 +0100
+++ /var/tmp/diff_new_pack.Ileb1I/_new  2023-01-31 16:16:16.316211775 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define cpan_name DBD-CSV
 Name:           perl-DBD-CSV
-Version:        0.59
+Version:        0.60
 Release:        0
-Summary:        DBI driver for CSV files
 License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        DBI driver for CSV files
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 Source1:        cpanspec.yml
@@ -41,7 +41,7 @@
 Recommends:     perl(DBD::File) >= 0.44
 Recommends:     perl(DBI) >= 1.643
 Recommends:     perl(SQL::Statement) >= 1.414
-Recommends:     perl(Text::CSV_XS) >= 1.47
+Recommends:     perl(Text::CSV_XS) >= 1.49
 %{perl_requires}
 
 %description

++++++ DBD-CSV-0.59.tgz -> DBD-CSV-0.60.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/ChangeLog new/DBD-CSV-0.60/ChangeLog
--- old/DBD-CSV-0.59/ChangeLog  2022-01-01 11:50:26.000000000 +0100
+++ new/DBD-CSV-0.60/ChangeLog  2023-01-06 11:42:30.000000000 +0100
@@ -1,3 +1,6 @@
+0.60   - 2023-01-06, H.Merijn Brand
+    * It's 2023
+
 0.59   - 2022-01-01, H.Merijn Brand
     * It's 2022
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/META.json new/DBD-CSV-0.60/META.json
--- old/DBD-CSV-0.59/META.json  2022-01-01 11:52:14.000000000 +0100
+++ new/DBD-CSV-0.60/META.json  2023-01-06 11:48:37.000000000 +0100
@@ -1,12 +1,17 @@
 {
-   "dynamic_config" : 1,
+   "provides" : {
+      "DBD::CSV" : {
+         "version" : "0.60",
+         "file" : "lib/DBD/CSV.pm"
+         }
+      },
+   "abstract" : "DBI driver for CSV files",
    "author" : [
       "Jochen Wiedmann",
       "Jeff Zucker",
       "H.Merijn Brand <h.m.br...@xs4all.nl>",
       "Jens Rehsack <rehs...@cpan.org>"
       ],
-   "name" : "DBD-CSV",
    "prereqs" : {
       "configure" : {
          "requires" : {
@@ -15,15 +20,15 @@
             }
          },
       "test" : {
-         "recommends" : {
-            "Test::More" : "1.302188"
-            },
          "requires" : {
-            "Test::Harness" : "0",
             "charnames" : "0",
-            "Cwd" : "0",
+            "Test::Harness" : "0",
             "Test::More" : "0.90",
+            "Cwd" : "0",
             "Encode" : "0"
+            },
+         "recommends" : {
+            "Test::More" : "1.302191"
             }
          },
       "build" : {
@@ -33,49 +38,44 @@
          },
       "runtime" : {
          "recommends" : {
-            "Text::CSV_XS" : "1.47",
+            "DBI" : "1.643",
             "SQL::Statement" : "1.414",
             "DBD::File" : "0.44",
-            "DBI" : "1.643"
+            "Text::CSV_XS" : "1.49"
             },
          "requires" : {
-            "SQL::Statement" : "1.405",
-            "DBI" : "1.628",
-            "DBD::File" : "0.42",
             "perl" : "5.008001",
-            "Text::CSV_XS" : "1.01"
+            "DBI" : "1.628",
+            "SQL::Statement" : "1.405",
+            "Text::CSV_XS" : "1.01",
+            "DBD::File" : "0.42"
             }
          }
       },
-   "release_status" : "stable",
+   "generated_by" : "Author",
+   "license" : [
+      "perl_5"
+      ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
       "version" : 2
       },
-   "generated_by" : "Author",
-   "abstract" : "DBI driver for CSV files",
+   "version" : "0.60",
+   "release_status" : "stable",
    "x_installdirs" : "site",
-   "version" : "0.59",
-   "license" : [
-      "perl_5"
-      ],
+   "name" : "DBD-CSV",
    "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";
+         "url" : "https://github.com/perl5-dbi/DBD-CSV";,
+         "type" : "git"
          },
       "license" : [
          "http://dev.perl.org/licenses/";
          ]
       },
-   "provides" : {
-      "DBD::CSV" : {
-         "version" : "0.59",
-         "file" : "lib/DBD/CSV.pm"
-         }
-      }
+   "dynamic_config" : 1
    }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/META.yml new/DBD-CSV-0.60/META.yml
--- old/DBD-CSV-0.59/META.yml   2022-01-01 11:52:14.000000000 +0100
+++ new/DBD-CSV-0.60/META.yml   2023-01-06 11:48:37.000000000 +0100
@@ -20,13 +20,13 @@
 provides: 
   DBD::CSV: 
     file: lib/DBD/CSV.pm
-    version: '0.59'
+    version: '0.60'
 recommends: 
   DBD::File: '0.44'
   DBI: '1.643'
   SQL::Statement: '1.414'
-  Test::More: '1.302188'
-  Text::CSV_XS: '1.47'
+  Test::More: '1.302191'
+  Text::CSV_XS: '1.49'
 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.59'
+version: '0.60'
 x_installdirs: site
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/Makefile.PL new/DBD-CSV-0.60/Makefile.PL
--- old/DBD-CSV-0.59/Makefile.PL        2022-01-01 11:50:32.000000000 +0100
+++ new/DBD-CSV-0.60/Makefile.PL        2023-01-06 11:42:05.000000000 +0100
@@ -1,6 +1,6 @@
 # -*- perl -*-
 
-# Copyright (c) 2009-2022 H.Merijn Brand
+# Copyright (c) 2009-2023 H.Merijn Brand
 
 require 5.008001;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/README new/DBD-CSV-0.60/README
--- old/DBD-CSV-0.59/README     2022-01-01 11:50:34.000000000 +0100
+++ new/DBD-CSV-0.60/README     2023-01-06 11:42:07.000000000 +0100
@@ -9,7 +9,7 @@
     values).
 
 Copying
-    Copyright (C) 2009-2022 by H.Merijn Brand
+    Copyright (C) 2009-2023 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.59/cpanfile new/DBD-CSV-0.60/cpanfile
--- old/DBD-CSV-0.59/cpanfile   2022-01-01 11:52:14.000000000 +0100
+++ new/DBD-CSV-0.60/cpanfile   2023-01-06 11:48:37.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.47";
+recommends "Text::CSV_XS"             => "1.49";
 
 on "configure" => sub {
     requires   "DBI"                      => "1.628";
@@ -24,5 +24,5 @@
     requires   "Test::More"               => "0.90";
     requires   "charnames";
 
-    recommends "Test::More"               => "1.302188";
+    recommends "Test::More"               => "1.302191";
     };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.59/lib/Bundle/DBD/CSV.pm 
new/DBD-CSV-0.60/lib/Bundle/DBD/CSV.pm
--- old/DBD-CSV-0.59/lib/Bundle/DBD/CSV.pm      2022-01-01 11:51:41.000000000 
+0100
+++ new/DBD-CSV-0.60/lib/Bundle/DBD/CSV.pm      2023-01-06 11:47:43.000000000 
+0100
@@ -23,13 +23,13 @@
 
 DBI 1.643
 
-Text::CSV_XS 1.47
+Text::CSV_XS 1.49
 
 SQL::Statement 1.414
 
 DBD::File 0.44
 
-DBD::CSV 0.59
+DBD::CSV 0.60
 
 =head1 DESCRIPTION
 
@@ -44,7 +44,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009-2022 by H.Merijn Brand
+Copyright (C) 2009-2023 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.59/lib/DBD/CSV.pm 
new/DBD-CSV-0.60/lib/DBD/CSV.pm
--- old/DBD-CSV-0.59/lib/DBD/CSV.pm     2022-01-01 11:50:09.000000000 +0100
+++ new/DBD-CSV-0.60/lib/DBD/CSV.pm     2023-01-06 11:42:00.000000000 +0100
@@ -31,7 +31,7 @@
 
 @ISA =   qw( DBD::File );
 
-$VERSION     = "0.59";
+$VERSION     = "0.60";
 $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-2022 by H.Merijn Brand
+Copyright (C) 2009-2023 by H.Merijn Brand
 Copyright (C) 2004-2009 by Jeff Zucker
 Copyright (C) 1998-2004 by Jochen Wiedmann
 

Reply via email to