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 2026-07-21 23:11:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-CSV"

Tue Jul 21 23:11:59 2026 rev:43 rq:1366956 version:0.640.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes        
2026-06-27 18:09:49.331535167 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.24530/perl-DBD-CSV.changes     
2026-07-21 23:12:02.381660459 +0200
@@ -1,0 +2,9 @@
+Wed Jul 15 07:24:19 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.640.0 (0.64)
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+  0.64 - 2026-07-14, H.Merijn Brand
+      * Next version will require perl-5.12, following DBI
+
+-------------------------------------------------------------------

Old:
----
  DBD-CSV-0.63.tgz

New:
----
  DBD-CSV-0.64.tgz

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

Other differences:
------------------
++++++ perl-DBD-CSV.spec ++++++
--- /var/tmp/diff_new_pack.gmljaI/_old  2026-07-21 23:12:03.545700263 +0200
+++ /var/tmp/diff_new_pack.gmljaI/_new  2026-07-21 23:12:03.545700263 +0200
@@ -18,10 +18,10 @@
 
 %define cpan_name DBD-CSV
 Name:           perl-DBD-CSV
-Version:        0.630.0
+Version:        0.640.0
 Release:        0
-# 0.63 -> normalize -> 0.630.0
-%define cpan_version 0.63
+# 0.64 -> normalize -> 0.640.0
+%define cpan_version 0.64
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        DBI driver for CSV files
 URL:            https://metacpan.org/release/%{cpan_name}
@@ -44,9 +44,9 @@
 Provides:       perl(DBD::CSV) = %{version}
 %undefine       __perllib_provides
 Recommends:     perl(DBD::File) >= 0.450
-Recommends:     perl(DBI) >= 1.649
+Recommends:     perl(DBI) >= 1.651
 Recommends:     perl(SQL::Statement) >= 1.414
-Recommends:     perl(Text::CSV_XS) >= 1.620
+Recommends:     perl(Text::CSV_XS) >= 1.640
 %{perl_requires}
 
 %description

++++++ DBD-CSV-0.63.tgz -> DBD-CSV-0.64.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/ChangeLog new/DBD-CSV-0.64/ChangeLog
--- old/DBD-CSV-0.63/ChangeLog  2026-06-22 11:57:56.000000000 +0200
+++ new/DBD-CSV-0.64/ChangeLog  2026-07-14 13:53:30.000000000 +0200
@@ -1,3 +1,6 @@
+0.64   - 2026-07-14, H.Merijn Brand
+    * Next version will require perl-5.12, following DBI
+
 0.63   - 2026-06-22, H.Merijn Brand
     * It's 2026
     * New test for DBI-1.648 CVE fix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/META.json new/DBD-CSV-0.64/META.json
--- old/DBD-CSV-0.63/META.json  2026-06-22 11:58:20.000000000 +0200
+++ new/DBD-CSV-0.64/META.json  2026-07-14 14:11:12.000000000 +0200
@@ -1,42 +1,52 @@
 {
-   "generated_by" : "Author",
-   "release_status" : "stable",
+   "license" : [
+      "perl_5"
+      ],
    "author" : [
       "Jochen Wiedmann",
       "Jeff Zucker",
       "H.Merijn Brand <[email protected]>",
       "Jens Rehsack <[email protected]>"
       ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : 2
+   "version" : "0.64",
+   "provides" : {
+      "DBD::CSV" : {
+         "file" : "lib/DBD/CSV.pm",
+         "version" : "0.64"
+         }
+      },
+   "generated_by" : "Author",
+   "resources" : {
+      "repository" : {
+         "web" : "https://github.com/perl5-dbi/DBD-CSV";,
+         "type" : "git",
+         "url" : "https://github.com/perl5-dbi/DBD-CSV";
+         },
+      "bugtracker" : {
+         "web" : "https://github.com/perl5-dbi/DBD-CSV/issues";
+         },
+      "license" : [
+         "http://dev.perl.org/licenses/";
+         ]
       },
+   "x_installdirs" : "site",
+   "release_status" : "stable",
+   "dynamic_config" : 1,
    "prereqs" : {
-      "configure" : {
+      "test" : {
          "recommends" : {
-            "ExtUtils::MakeMaker" : "7.22"
-            },
-         "suggests" : {
-            "ExtUtils::MakeMaker" : "7.78"
+            "Test::More" : "1.302222",
+            "Encode" : "3.12"
             },
          "requires" : {
-            "ExtUtils::MakeMaker" : "0",
-            "DBI" : "1.628"
-            }
-         },
-      "runtime" : {
-         "recommends" : {
-            "SQL::Statement" : "1.414",
-            "DBD::File" : "0.45",
-            "DBI" : "1.649",
-            "Text::CSV_XS" : "1.62"
+            "Test::Harness" : "0",
+            "charnames" : "0",
+            "Test::More" : "0.90",
+            "Cwd" : "0",
+            "Encode" : "0"
             },
-         "requires" : {
-            "perl" : "5.008001",
-            "DBD::File" : "0.42",
-            "SQL::Statement" : "1.405",
-            "Text::CSV_XS" : "1.01",
-            "DBI" : "1.628"
+         "suggests" : {
+            "Encode" : "3.24"
             }
          },
       "build" : {
@@ -44,48 +54,38 @@
             "Config" : "0"
             }
          },
-      "test" : {
-         "requires" : {
-            "charnames" : "0",
-            "Cwd" : "0",
-            "Encode" : "0",
-            "Test::Harness" : "0",
-            "Test::More" : "0.90"
+      "configure" : {
+         "suggests" : {
+            "ExtUtils::MakeMaker" : "7.78"
             },
          "recommends" : {
-            "Test::More" : "1.302222",
-            "Encode" : "3.12"
+            "ExtUtils::MakeMaker" : "7.22"
             },
-         "suggests" : {
-            "Encode" : "3.24"
+         "requires" : {
+            "DBI" : "1.628",
+            "ExtUtils::MakeMaker" : "0"
             }
-         }
-      },
-   "resources" : {
-      "bugtracker" : {
-         "web" : "https://github.com/perl5-dbi/DBD-CSV/issues";
-         },
-      "repository" : {
-         "url" : "https://github.com/perl5-dbi/DBD-CSV";,
-         "web" : "https://github.com/perl5-dbi/DBD-CSV";,
-         "type" : "git"
          },
-      "license" : [
-         "http://dev.perl.org/licenses/";
-         ]
-      },
-   "provides" : {
-      "DBD::CSV" : {
-         "file" : "lib/DBD/CSV.pm",
-         "version" : "0.63"
+      "runtime" : {
+         "recommends" : {
+            "DBD::File" : "0.45",
+            "SQL::Statement" : "1.414",
+            "DBI" : "1.651",
+            "Text::CSV_XS" : "1.64"
+            },
+         "requires" : {
+            "Text::CSV_XS" : "1.01",
+            "DBI" : "1.628",
+            "perl" : "5.008001",
+            "SQL::Statement" : "1.405",
+            "DBD::File" : "0.42"
+            }
          }
       },
-   "x_installdirs" : "site",
-   "dynamic_config" : 1,
-   "version" : "0.63",
-   "license" : [
-      "perl_5"
-      ],
    "name" : "DBD-CSV",
-   "abstract" : "DBI driver for CSV files"
+   "abstract" : "DBI driver for CSV files",
+   "meta-spec" : {
+      "version" : 2,
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";
+      }
    }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/META.yml new/DBD-CSV-0.64/META.yml
--- old/DBD-CSV-0.63/META.yml   2026-06-22 11:58:20.000000000 +0200
+++ new/DBD-CSV-0.64/META.yml   2026-07-14 14:11:12.000000000 +0200
@@ -20,14 +20,14 @@
 provides:
   DBD::CSV:
     file: lib/DBD/CSV.pm
-    version: '0.63'
+    version: '0.64'
 recommends:
   DBD::File: '0.45'
-  DBI: '1.649'
+  DBI: '1.651'
   Encode: '3.12'
   SQL::Statement: '1.414'
   Test::More: '1.302222'
-  Text::CSV_XS: '1.62'
+  Text::CSV_XS: '1.64'
 requires:
   Cwd: '0'
   DBD::File: '0.42'
@@ -43,5 +43,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.63'
+version: '0.64'
 x_installdirs: site
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/cpanfile new/DBD-CSV-0.64/cpanfile
--- old/DBD-CSV-0.63/cpanfile   2026-06-22 11:58:20.000000000 +0200
+++ new/DBD-CSV-0.64/cpanfile   2026-07-14 14:11:12.000000000 +0200
@@ -4,9 +4,9 @@
 requires   "Text::CSV_XS"             => "1.01";
 
 recommends "DBD::File"                => "0.45";
-recommends "DBI"                      => "1.649";
+recommends "DBI"                      => "1.651";
 recommends "SQL::Statement"           => "1.414";
-recommends "Text::CSV_XS"             => "1.62";
+recommends "Text::CSV_XS"             => "1.64";
 
 on "configure" => sub {
     requires   "DBI"                      => "1.628";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/lib/Bundle/DBD/CSV.pm 
new/DBD-CSV-0.64/lib/Bundle/DBD/CSV.pm
--- old/DBD-CSV-0.63/lib/Bundle/DBD/CSV.pm      2026-06-22 11:56:08.000000000 
+0200
+++ new/DBD-CSV-0.64/lib/Bundle/DBD/CSV.pm      2026-07-14 13:51:23.000000000 
+0200
@@ -21,15 +21,15 @@
 
 =head1 CONTENTS
 
-DBI 1.649
+DBI 1.651
 
-Text::CSV_XS 1.62
+Text::CSV_XS 1.64
 
 SQL::Statement 1.414
 
 DBD::File 0.45
 
-DBD::CSV 0.63
+DBD::CSV 0.64
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.63/lib/DBD/CSV.pm 
new/DBD-CSV-0.64/lib/DBD/CSV.pm
--- old/DBD-CSV-0.63/lib/DBD/CSV.pm     2026-06-12 16:40:26.000000000 +0200
+++ new/DBD-CSV-0.64/lib/DBD/CSV.pm     2026-06-22 12:01:46.000000000 +0200
@@ -29,7 +29,7 @@
 
 our @ISA         = qw( DBD::File );
 
-our $VERSION     = "0.63";
+our $VERSION     = "0.64";
 our $ATTRIBUTION = "DBD::CSV $DBD::CSV::VERSION by H.Merijn Brand";
 
 our $err      = 0;     # holds error code   for DBI::err

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.gmljaI/_old  2026-07-21 23:12:03.685705050 +0200
+++ /var/tmp/diff_new_pack.gmljaI/_new  2026-07-21 23:12:03.689705188 +0200
@@ -1,6 +1,6 @@
-mtime: 1782125393
-commit: 77f7001a74380f49cd524f58470ce1d4c8ec9dce341756930fdca2f878dfc245
+mtime: 1784100260
+commit: 53711e195ad60d9a04f0c4f4ead55c27a5855b9d95a7385f4e2f640a43af8759
 url: https://src.opensuse.org/perl/perl-DBD-CSV
-revision: 77f7001a74380f49cd524f58470ce1d4c8ec9dce341756930fdca2f878dfc245
+revision: 53711e195ad60d9a04f0c4f4ead55c27a5855b9d95a7385f4e2f640a43af8759
 projectscmsync: https://src.opensuse.org/perl/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-07-15 09:24:20.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to