Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2018-11-12 09:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-CSV"

Mon Nov 12 09:41:00 2018 rev:34 rq:647364 version:0.54

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes        
2018-07-28 12:43:16.972758089 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2018-11-12 09:41:04.213219474 +0100
@@ -1,0 +2,5 @@
+Thu Nov  8 15:28:32 UTC 2018 - Dirk Stoecker <opens...@dstoecker.de>
+
+- Update to 0.54
+
+-------------------------------------------------------------------

Old:
----
  DBD-CSV-0.53.tgz

New:
----
  DBD-CSV-0.54.tgz

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

Other differences:
------------------
++++++ perl-DBD-CSV.spec ++++++
--- /var/tmp/diff_new_pack.C78IOy/_old  2018-11-12 09:41:04.821218604 +0100
+++ /var/tmp/diff_new_pack.C78IOy/_new  2018-11-12 09:41:04.825218598 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-DBD-CSV
-Version:        0.53
+Version:        0.54
 Release:        0
 %define cpan_name DBD-CSV
 Summary:        DBI driver for CSV files

++++++ DBD-CSV-0.53.tgz -> DBD-CSV-0.54.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/ChangeLog new/DBD-CSV-0.54/ChangeLog
--- old/DBD-CSV-0.53/ChangeLog  2018-05-20 17:45:35.000000000 +0200
+++ new/DBD-CSV-0.54/ChangeLog  2018-10-29 12:19:26.000000000 +0100
@@ -1,3 +1,6 @@
+0.54   - 2018-10-29, H.Merijn Brand
+    * Free unref scalar test fixed in Text::CSV_XS 1.35
+
 0.53   - 2018-05-20, H.Merijn Brand
     * No folder scanning during automated tests
     * Fix col_names set to empty [] incorrectly skipping first row
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/META.json new/DBD-CSV-0.54/META.json
--- old/DBD-CSV-0.53/META.json  2018-05-20 17:50:37.000000000 +0200
+++ new/DBD-CSV-0.54/META.json  2018-10-29 12:23:31.000000000 +0100
@@ -1,78 +1,78 @@
 {
-   "release_status" : "stable",
    "provides" : {
       "DBD::CSV" : {
-         "version" : "0.53",
+         "version" : "0.54",
          "file" : "lib/DBD/CSV.pm"
-         }
-      },
-   "name" : "DBD-CSV",
+      }
+   },
+   "abstract" : "DBI driver for CSV files",
+   "license" : [
+      "perl_5"
+   ],
    "prereqs" : {
       "test" : {
          "requires" : {
+            "Test::More" : "0.90",
+            "Test::Harness" : "0",
             "Encode" : "0",
             "Cwd" : "0",
-            "Test::Harness" : "0",
-            "charnames" : "0",
-            "Test::More" : "0.90"
-            },
-         "recommends" : {
-            "Test::More" : "1.302136"
-            }
+            "charnames" : "0"
          },
+         "recommends" : {
+            "Test::More" : "1.302140"
+         }
+      },
       "configure" : {
          "requires" : {
-            "DBI" : "1.628",
-            "ExtUtils::MakeMaker" : "0"
-            }
-         },
+            "ExtUtils::MakeMaker" : "0",
+            "DBI" : "1.628"
+         }
+      },
       "runtime" : {
-         "recommends" : {
-            "DBI" : "1.641",
-            "DBD::File" : "0.44",
-            "Text::CSV_XS" : "1.35",
-            "SQL::Statement" : "1.412"
-            },
          "requires" : {
             "perl" : "5.008001",
-            "DBI" : "1.628",
-            "SQL::Statement" : "1.405",
             "DBD::File" : "0.42",
-            "Text::CSV_XS" : "1.01"
-            }
+            "Text::CSV_XS" : "1.01",
+            "DBI" : "1.628",
+            "SQL::Statement" : "1.405"
          },
+         "recommends" : {
+            "Text::CSV_XS" : "1.37",
+            "DBI" : "1.641",
+            "SQL::Statement" : "1.412",
+            "DBD::File" : "0.44"
+         }
+      },
       "build" : {
          "requires" : {
             "Config" : "0"
-            }
          }
-      },
-   "version" : "0.53",
+      }
+   },
+   "author" : [
+      "Jochen Wiedmann",
+      "Jeff Zucker",
+      "H.Merijn Brand <h.m.br...@xs4all.nl>",
+      "Jens Rehsack <rehs...@cpan.org>"
+   ],
+   "name" : "DBD-CSV",
+   "dynamic_config" : 1,
    "meta-spec" : {
-      "version" : 2,
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";
-      },
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : 2
+   },
    "generated_by" : "Author",
+   "version" : "0.54",
    "resources" : {
       "repository" : {
          "web" : "https://github.com/perl5-dbi/DBD-CSV.git";,
          "url" : "https://github.com/perl5-dbi/DBD-CSV.git";,
          "type" : "git"
-         },
+      },
       "license" : [
          "http://dev.perl.org/licenses/";
-         ]
-      },
-   "author" : [
-      "Jochen Wiedmann",
-      "Jeff Zucker",
-      "H.Merijn Brand <h.m.br...@xs4all.nl>",
-      "Jens Rehsack <rehs...@cpan.org>"
-      ],
-   "dynamic_config" : 1,
-   "x_installdirs" : "site",
-   "abstract" : "DBI driver for CSV files",
-   "license" : [
-      "perl_5"
       ]
-   }
+   },
+   "release_status" : "stable",
+   "x_installdirs" : "site"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/META.yml new/DBD-CSV-0.54/META.yml
--- old/DBD-CSV-0.53/META.yml   2018-05-20 17:50:37.000000000 +0200
+++ new/DBD-CSV-0.54/META.yml   2018-10-29 12:23:31.000000000 +0100
@@ -20,13 +20,13 @@
 provides: 
   DBD::CSV: 
     file: lib/DBD/CSV.pm
-    version: '0.53'
+    version: '0.54'
 recommends: 
   DBD::File: '0.44'
   DBI: '1.641'
   SQL::Statement: '1.412'
-  Test::More: '1.302136'
-  Text::CSV_XS: '1.35'
+  Test::More: '1.302140'
+  Text::CSV_XS: '1.37'
 requires: 
   Cwd: 0
   DBD::File: '0.42'
@@ -41,5 +41,5 @@
 resources: 
   license: http://dev.perl.org/licenses/
   repository: https://github.com/perl5-dbi/DBD-CSV.git
-version: '0.53'
+version: '0.54'
 x_installdirs: site
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/lib/Bundle/DBD/CSV.pm 
new/DBD-CSV-0.54/lib/Bundle/DBD/CSV.pm
--- old/DBD-CSV-0.53/lib/Bundle/DBD/CSV.pm      2018-04-05 08:45:33.000000000 
+0200
+++ new/DBD-CSV-0.54/lib/Bundle/DBD/CSV.pm      2018-10-29 12:22:44.000000000 
+0100
@@ -23,13 +23,13 @@
 
 DBI 1.641
 
-Text::CSV_XS 1.35
+Text::CSV_XS 1.37
 
 SQL::Statement 1.412
 
 DBD::File 0.44
 
-DBD::CSV 0.53
+DBD::CSV 0.54
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/lib/DBD/CSV.pm 
new/DBD-CSV-0.54/lib/DBD/CSV.pm
--- old/DBD-CSV-0.53/lib/DBD/CSV.pm     2018-04-30 12:13:21.000000000 +0200
+++ new/DBD-CSV-0.54/lib/DBD/CSV.pm     2018-05-20 17:52:22.000000000 +0200
@@ -23,7 +23,7 @@
 
 @ISA =   qw( DBD::File );
 
-$VERSION     = "0.53";
+$VERSION     = "0.54";
 $ATTRIBUTION = "DBD::CSV $DBD::CSV::VERSION by H.Merijn Brand";
 
 $err      = 0;         # holds error code   for DBI::err
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.53/t/82_free_unref_scalar.t 
new/DBD-CSV-0.54/t/82_free_unref_scalar.t
--- old/DBD-CSV-0.53/t/82_free_unref_scalar.t   2018-05-20 11:16:26.000000000 
+0200
+++ new/DBD-CSV-0.54/t/82_free_unref_scalar.t   2018-06-15 23:15:34.000000000 
+0200
@@ -12,7 +12,8 @@
 use Test::More;
 #use Test::NoWarnings;
 
-$] < 5.026 and plan skip_all => "This is a perl5 CORE issue fixed in 
perl-5.26";
+require Text::CSV_XS;
+$Text::CSV_XS::VERSION < 1.35 and plan skip_all => "This leak should be fixed 
in Text::CSV_XS 1.35";
 
 use_ok "DBI";
 require "./t/lib.pl";
@@ -92,6 +93,6 @@
 test_with_options (
     csv_auto_diag => 0,
     %$callbacks,
-    ) for (1 .. 100);
+    ) for (1 .. 200);
 
 done_testing ();


Reply via email to