commit perl-DBD-CSV for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2020-07-28 17:28:56

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.3592 (New)


Package is "perl-DBD-CSV"

Tue Jul 28 17:28:56 2020 rev:35 rq:823157 version:0.55

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2018-11-12 09:41:04.213219474 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new.3592/perl-DBD-CSV.changes  
2020-07-28 17:29:40.642200113 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 09:35:58 UTC 2020 - Tina Müller 
+
+- updated to 0.55
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+---

Old:

  DBD-CSV-0.54.tgz

New:

  DBD-CSV-0.55.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.O8j3Zt/_old  2020-07-28 17:29:41.658201265 +0200
+++ /var/tmp/diff_new_pack.O8j3Zt/_new  2020-07-28 17:29:41.658201265 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.54
+Version:0.55
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBD-CSV/
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -41,10 +41,10 @@
 Requires:   perl(Test::More) >= 0.9
 Requires:   perl(Text::CSV_XS) >= 1.01
 Recommends: perl(DBD::File) >= 0.44
-Recommends: perl(DBI) >= 1.641
+Recommends: perl(DBI) >= 1.643
 Recommends: perl(SQL::Statement) >= 1.412
-Recommends: perl(Test::More) >= 1.302136
-Recommends: perl(Text::CSV_XS) >= 1.35
+Recommends: perl(Test::More) >= 1.302175
+Recommends: perl(Text::CSV_XS) >= 1.44
 %{perl_requires}
 
 %description
@@ -59,14 +59,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ DBD-CSV-0.54.tgz -> DBD-CSV-0.55.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.54/CONTRIBUTING.md 
new/DBD-CSV-0.55/CONTRIBUTING.md
--- old/DBD-CSV-0.54/CONTRIBUTING.md2015-08-07 13:18:06.0 +0200
+++ new/DBD-CSV-0.55/CONTRIBUTING.md2019-08-29 08:48:00.0 +0200
@@ -21,6 +21,14 @@
 [.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) 
and
 
[.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc).
 
+# Mail
+
+Please, please, please, do *NOT* use HTML mail.
+[Plain text](https://useplaintext.email)
+[without](http://www.goldmark.org/jeff/stupid-disclaimers/)
+[disclaimers](https://www.economist.com/business/2011/04/07/spare-us-the-e-mail-yada-yada)
+will do fine!
+
 # Requirements
 
 The minimum version required to use this module is stated in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.54/ChangeLog new/DBD-CSV-0.55/ChangeLog
--- old/DBD-CSV-0.54/ChangeLog  2018-10-29 12:19:26.0 +0100
+++ new/DBD-CSV-0.55/ChangeLog  2020-07-27 14:48:39.0 +0200
@@ -1,5 +1,10 @@
-0.54   - 2018-10-29, H.Merijn Brand
+0.55   - 2020-07-27, H.Merijn Brand
 * Free unref scalar test fixed in Text::CSV_XS 1.35
+* It's 2019
+* Provide cpanfile
+* Doc enhancements
+* It's 2020
+* Make csv_ & f_ aliasses more consistently available (issue #7)
 
 0.53   - 2018-05-20, H.Merijn Brand
 * No folder scanning during automated tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.54/MANIFEST new/DBD-CSV-0.55/MANIFEST
--- old/DBD-CSV-0.54/MANIFEST   2018-10-29 12:23:31.0 +0100
+++ new/DBD-CSV-0.55/MANIFEST   2020-07-27 15:15:31.0 +0200
@@ -2,11 +2,14 @@
 MANIFEST
 Makefile.PL
 CONTRIBUTING.md

commit perl-DBD-CSV for openSUSE:Factory

2018-11-12 Thread root
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 
+
+- 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.0 +0200
+++ new/DBD-CSV-0.54/ChangeLog  2018-10-29 12:19:26.0 +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.0 +0200
+++ new/DBD-CSV-0.54/META.json  2018-10-29 12:23:31.0 +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 ",
+  "Jens Rehsack "
+   ],
+   "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" : {
   

commit perl-DBD-CSV for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2018-07-28 12:43:08

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is "perl-DBD-CSV"

Sat Jul 28 12:43:08 2018 rev:33 rq:625592 version:0.53

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2017-10-09 19:48:13.011595231 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2018-07-28 12:43:16.972758089 +0200
@@ -1,0 +2,17 @@
+Wed Jul 25 09:08:20 UTC 2018 - co...@suse.com
+
+- updated to 0.53
+0.53   - 2018-05-20, H.Merijn Brand
+* No folder scanning during automated tests
+* Fix col_names set to empty [] incorrectly skipping first row
+  (issue#6) (Ronald Schmidt)
+* Small doc fix (Ronald Schmidt)
+* Tested on FreeBSD
+
+0.52   - 2018-04-05, H.Merijn Brand
+* Dot-in-inc (cpantesters) - I missed two
+
+0.51   - 2018-03-24, H.Merijn Brand
+* Dot-in-inc (cpantesters)
+
+---

Old:

  DBD-CSV-0.49.tgz

New:

  DBD-CSV-0.53.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.nZVKF4/_old  2018-07-28 12:43:17.568759236 +0200
+++ /var/tmp/diff_new_pack.nZVKF4/_new  2018-07-28 12:43:17.572759243 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.49
+Version:0.53
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
 Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
@@ -41,10 +41,10 @@
 Requires:   perl(Test::More) >= 0.9
 Requires:   perl(Text::CSV_XS) >= 1.01
 Recommends: perl(DBD::File) >= 0.44
-Recommends: perl(DBI) >= 1.636
-Recommends: perl(SQL::Statement) >= 1.410
-Recommends: perl(Test::More) >= 1.302015
-Recommends: perl(Text::CSV_XS) >= 1.23
+Recommends: perl(DBI) >= 1.641
+Recommends: perl(SQL::Statement) >= 1.412
+Recommends: perl(Test::More) >= 1.302136
+Recommends: perl(Text::CSV_XS) >= 1.35
 %{perl_requires}
 
 %description

++ DBD-CSV-0.49.tgz -> DBD-CSV-0.53.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.49/ChangeLog new/DBD-CSV-0.53/ChangeLog
--- old/DBD-CSV-0.49/ChangeLog  2016-05-12 11:27:47.0 +0200
+++ new/DBD-CSV-0.53/ChangeLog  2018-05-20 17:45:35.0 +0200
@@ -1,3 +1,26 @@
+0.53   - 2018-05-20, H.Merijn Brand
+* No folder scanning during automated tests
+* Fix col_names set to empty [] incorrectly skipping first row
+  (issue#6) (Ronald Schmidt)
+* Small doc fix (Ronald Schmidt)
+* Tested on FreeBSD
+
+0.52   - 2018-04-05, H.Merijn Brand
+* Dot-in-inc (cpantesters) - I missed two
+
+0.51   - 2018-03-24, H.Merijn Brand
+* Dot-in-inc (cpantesters)
+
+0.50   - 2018-03-21, H.Merijn Brand
+* Explain more about header folding
+* It's 2017
+* BOM handling
+* Some documentation enhancements
+* Ignore DBI_DSN if it is not CSV
+* It's 2018
+* Test with perl-5.26, DBI-1.641, SQL::Statement-1.412, and
+  Text::CSV_XS-1.35
+
 0.49   - 2016-05-12, H.Merijn Brand
 * Simplified test-table-name generation
 * Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.49/MANIFEST new/DBD-CSV-0.53/MANIFEST
--- old/DBD-CSV-0.49/MANIFEST   2016-05-12 11:58:56.0 +0200
+++ new/DBD-CSV-0.53/MANIFEST   2018-05-20 17:50:37.0 +0200
@@ -1,6 +1,5 @@
 ChangeLog
 MANIFEST
-MANIFEST.SKIP
 Makefile.PL
 CONTRIBUTING.md
 README
@@ -8,9 +7,6 @@
 lib/DBD/CSV.pm
 lib/DBD/CSV/TypeInfo.pm
 lib/DBD/CSV/GetInfo.pm
-t/00_meta.t
-t/00_pod_cov.t
-t/00_pod.t
 t/10_base.t
 t/11_dsnlist.t
 t/20_createdrop.t
@@ -33,6 +29,7 @@
 t/72_csv-schema.t
 t/73_csv-case.t
 t/80_rt.t
+t/82_free_unref_scalar.t
 t/85_error.t
 t/lib.pl
 t/tmp.csv
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.49/MANIFEST.SKIP 
new/DBD-CSV-0.53/MANIFEST.SKIP

commit perl-DBD-CSV for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2017-10-09 19:46:01

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 Oct  9 19:46:01 2017 rev:32 rq:532534 version:0.49

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2015-04-18 10:40:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2017-10-09 19:48:13.011595231 +0200
@@ -1,0 +2,16 @@
+Sun Oct  8 08:14:15 UTC 2017 - co...@suse.com
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+  0.49 - 2016-05-12, H.Merijn Brand
+  * Simplified test-table-name generation
+  * Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
+  * Add CONTRIBUTING.md
+  * It's 2016
+  * Added docs to warn for reserved words (RT#106529)
+  * Minor spelling corrections (PRC Guillermo O. Freschi)
+  * Test with perl 5.24.0, DBI 1.636, SQL::Statement-1.410, and
+Text::CSV_XS-1.23
+
+---

Old:

  DBD-CSV-0.48.tgz

New:

  DBD-CSV-0.49.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.bzvsot/_old  2017-10-09 19:48:13.815559897 +0200
+++ /var/tmp/diff_new_pack.bzvsot/_new  2017-10-09 19:48:13.831559193 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2015 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,14 +17,14 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.48
+Version:0.49
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
-Source0:
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,9 +41,10 @@
 Requires:   perl(Test::More) >= 0.9
 Requires:   perl(Text::CSV_XS) >= 1.01
 Recommends: perl(DBD::File) >= 0.44
-Recommends: perl(DBI) >= 1.633
-Recommends: perl(Test::More) >= 1.001014
-Recommends: perl(Text::CSV_XS) >= 1.15
+Recommends: perl(DBI) >= 1.636
+Recommends: perl(SQL::Statement) >= 1.410
+Recommends: perl(Test::More) >= 1.302015
+Recommends: perl(Text::CSV_XS) >= 1.23
 %{perl_requires}
 
 %description
@@ -53,13 +54,12 @@
 CSV files (Comma Separated Values). Such files are often used for exporting
 MS Access and MS Excel data.
 
-See the DBI manpage for details on DBI, the SQL::Statement manpage for
-details on SQL::Statement and the DBD::File manpage for details on the base
-class DBD::File.
+See DBI for details on DBI, SQL::Statement for details on SQL::Statement
+and DBD::File for details on the base class DBD::File.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -75,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog examples README
+%doc ChangeLog CONTRIBUTING.md examples README
 
 %changelog

++ DBD-CSV-0.48.tgz -> DBD-CSV-0.49.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.48/CONTRIBUTING.md 
new/DBD-CSV-0.49/CONTRIBUTING.md
--- old/DBD-CSV-0.48/CONTRIBUTING.md1970-01-01 01:00:00.0 +0100
+++ new/DBD-CSV-0.49/CONTRIBUTING.md2015-08-07 13:18:06.0 +0200
@@ -0,0 +1,27 @@
+# General
+
+I am always open to improvements and suggestions.
+Use [issues](https://github.com/perl5-dbi/DBD-CSV/issues)
+
+As this is a module inside the perl5 DBI group, additional
+requirements might apply.
+
+Communicate on IRC with the co-maints: irc.perl.org channel #dbi
+
+# Style
+
+I will never accept pull request that do not strictly conform to my
+style, however you might hate it. You can read the reasoning behind
+my [preferences](http://tux.nl/style.html).
+
+I really do not care about mixed spaces and tabs in (leading) whitespace
+
+Perl::Tidy will help getting the code in shape, but as all software, it
+is not perfect. You can find my preferences for these in

commit perl-DBD-CSV for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2015-04-18 10:40:50

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2014-09-22 09:23:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2015-04-18 10:40:52.0 +0200
@@ -1,0 +2,21 @@
+Fri Apr 17 09:20:55 UTC 2015 - co...@suse.com
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
+
+  0.48 - 2015-02-11, H.Merijn Brand
+  * Update list of valid Text::CSV_XS attributes
+  
+  0.47 - 2015-02-11, H.Merijn Brand
+  * Updated copyright to 2015
+  * Make test-tablename unique for parallel testing
+  * Remove perl recommendation from META as it breaks cpan clients
+  
+  0.46 - 2014-11-08, H.Merijn Brand
+  * Column type CHAR should return 1
+  
+  0.45 - 2014-10-23, H.Merijn Brand
+  * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
+  * Fix DBI requirement phase (depend more on toolchain) (RT#99732)
+
+---

Old:

  DBD-CSV-0.44.tgz

New:

  DBD-CSV-0.48.tgz
  cpanspec.yml



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.000jm2/_old  2015-04-18 10:40:53.0 +0200
+++ /var/tmp/diff_new_pack.000jm2/_new  2015-04-18 10:40:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +17,15 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.44
+Version:0.48
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
-Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source0:
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -39,9 +40,10 @@
 Requires:   perl(SQL::Statement) = 1.405
 Requires:   perl(Test::More) = 0.9
 Requires:   perl(Text::CSV_XS) = 1.01
-Recommends: perl(DBI) = 1.631
-Recommends: perl(Test::More) = 1.001003
-Recommends: perl(Text::CSV_XS) = 1.10
+Recommends: perl(DBD::File) = 0.44
+Recommends: perl(DBI) = 1.633
+Recommends: perl(Test::More) = 1.001014
+Recommends: perl(Text::CSV_XS) = 1.15
 %{perl_requires}
 
 %description

++ DBD-CSV-0.44.tgz - DBD-CSV-0.48.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.44/ChangeLog new/DBD-CSV-0.48/ChangeLog
--- old/DBD-CSV-0.44/ChangeLog  2014-08-04 21:27:01.0 +0200
+++ new/DBD-CSV-0.48/ChangeLog  2015-02-11 21:48:05.0 +0100
@@ -1,3 +1,18 @@
+0.48   - 2015-02-11, H.Merijn Brand
+* Update list of valid Text::CSV_XS attributes
+
+0.47   - 2015-02-11, H.Merijn Brand
+* Updated copyright to 2015
+* Make test-tablename unique for parallel testing
+* Remove perl recommendation from META as it breaks cpan clients
+
+0.46   - 2014-11-08, H.Merijn Brand
+* Column type CHAR should return 1
+
+0.45   - 2014-10-23, H.Merijn Brand
+* Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
+* Fix DBI requirement phase (depend more on toolchain) (RT#99732)
+
 0.44   - 2014-08-04, H.Merijn Brand
 * Table names case sensitiveness not tested case-problematic FS's
 * Fix defaults in doc (annocpan)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.44/META.json new/DBD-CSV-0.48/META.json
--- old/DBD-CSV-0.44/META.json  2014-08-04 21:44:20.0 +0200
+++ new/DBD-CSV-0.48/META.json  2015-02-11 21:50:35.0 +0100
@@ -1,16 +1,5 @@
 {
-   version : 0.44,
-   generated_by : Author,
-   resources : {
-  license : [
- http://dev.perl.org/licenses/;
-  ],
-  repository : {
- type : git,
- web : https://github.com/perl5-dbi/DBD-CSV.git;,
- url : https://github.com/perl5-dbi/DBD-CSV.git;
-  }
-   },
+   release_status : stable,
prereqs : {
   build : {
  requires : {

commit perl-DBD-CSV for openSUSE:Factory

2014-09-22 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2014-09-22 09:23:35

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2013-11-26 19:25:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2014-09-22 09:23:36.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep 19 12:15:51 UTC 2014 - co...@suse.com
+
+- updated to 0.44
+ * Table names case sensitiveness not tested case-problematic FS's
+ * Fix defaults in doc (annocpan)
+ * Fix typo in SYNOPSIS (RT#97313)
+ * Workaround eof bug in Text::CSV_XS-1.10
+ 
+ 0.43   - 2014-06-30, H.Merijn Brand
+ * Updated copyright to 2014
+ * Unquote schema's in test for cygwin
+ * Extra guards in Makefile.PL for unmet requirements
+ 
+ 0.42   - 2013-08-14, H.Merijn Brand
+ * Optionally skip tests using File::Spec-tempdir () RT#87684
+ * And document the use of $TMPDIR in README
+ * Make the SYNOPSIS more reflect real-world usage
+ * Detect DBI::Test and use it if available
+
+---

Old:

  DBD-CSV-0.41.tgz

New:

  DBD-CSV-0.44.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.r8qkpp/_old  2014-09-22 09:23:37.0 +0200
+++ /var/tmp/diff_new_pack.r8qkpp/_new  2014-09-22 09:23:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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-CSV
-Version:0.41
+Version:0.44
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
@@ -34,14 +34,14 @@
 BuildRequires:  perl(SQL::Statement) = 1.405
 BuildRequires:  perl(Test::More) = 0.9
 BuildRequires:  perl(Text::CSV_XS) = 1.01
-#BuildRequires: perl(DBD::CSV)
-#BuildRequires: perl(version)
 Requires:   perl(DBD::File) = 0.42
 Requires:   perl(DBI) = 1.628
 Requires:   perl(SQL::Statement) = 1.405
 Requires:   perl(Test::More) = 0.9
 Requires:   perl(Text::CSV_XS) = 1.01
-Recommends: perl(Test::More) = 0.98
+Recommends: perl(DBI) = 1.631
+Recommends: perl(Test::More) = 1.001003
+Recommends: perl(Text::CSV_XS) = 1.10
 %{perl_requires}
 
 %description

++ DBD-CSV-0.41.tgz - DBD-CSV-0.44.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.41/ChangeLog new/DBD-CSV-0.44/ChangeLog
--- old/DBD-CSV-0.41/ChangeLog  2013-07-29 09:34:07.0 +0200
+++ new/DBD-CSV-0.44/ChangeLog  2014-08-04 21:27:01.0 +0200
@@ -1,3 +1,20 @@
+0.44   - 2014-08-04, H.Merijn Brand
+* Table names case sensitiveness not tested case-problematic FS's
+* Fix defaults in doc (annocpan)
+* Fix typo in SYNOPSIS (RT#97313)
+* Workaround eof bug in Text::CSV_XS-1.10
+
+0.43   - 2014-06-30, H.Merijn Brand
+* Updated copyright to 2014
+* Unquote schema's in test for cygwin
+* Extra guards in Makefile.PL for unmet requirements
+
+0.42   - 2013-08-14, H.Merijn Brand
+* Optionally skip tests using File::Spec-tempdir () RT#87684
+* And document the use of $TMPDIR in README
+* Make the SYNOPSIS more reflect real-world usage
+* Detect DBI::Test and use it if available
+
 0.41   - 2013-07-29, H.Merijn Brand
 * Use File::Spec-tmpdir () for universal existing folder
   Note that huge $TMP folders may cause the test to run slow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.41/MANIFEST new/DBD-CSV-0.44/MANIFEST
--- old/DBD-CSV-0.41/MANIFEST   2013-07-29 15:15:28.0 +0200
+++ new/DBD-CSV-0.44/MANIFEST   2014-08-04 21:44:20.0 +0200
@@ -5,6 +5,14 @@
 README
 lib/Bundle/DBD/CSV.pm
 lib/DBD/CSV.pm
+lib/DBD/CSV/TypeInfo.pm
+lib/DBD/CSV/GetInfo.pm
+lib/DBI/Test/Case/DBD/CSV/t10_base.pm
+lib/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm
+lib/DBI/Test/Case/DBD/CSV/t20_createdrop.pm
+lib/DBI/Test/Case/DBD/CSV/t85_error.pm
+lib/DBI/Test/DBD/CSV/Conf.pm
+lib/DBI/Test/DBD/CSV/List.pm
 t/00_meta.t
 t/00_pod_cov.t
 t/00_pod.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.41/MANIFEST.SKIP 
new/DBD-CSV-0.44/MANIFEST.SKIP
--- old/DBD-CSV-0.41/MANIFEST.SKIP  2013-06-11 

commit perl-DBD-CSV for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2013-11-26 19:25:07

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2013-08-13 09:50:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2013-11-26 19:25:09.0 +0100
@@ -1,0 +2,10 @@
+Fri Oct  4 09:11:13 UTC 2013 - co...@suse.com
+
+- updated to 0.41
+* Use File::Spec-tmpdir () for universal existing folder
+  Note that huge $TMP folders may cause the test to run slow
+* Use File::Spec::rel2abs () instead of abs_path and hoops
+* Guard against parallel testing, which is unsupported
+* Guard against streaming tests (they PASS on the DBI-devel)
+
+---

Old:

  DBD-CSV-0.40.tgz

New:

  DBD-CSV-0.41.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.ACEVcY/_old  2013-11-26 19:25:10.0 +0100
+++ /var/tmp/diff_new_pack.ACEVcY/_new  2013-11-26 19:25:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.40
+Version:0.41
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files

++ DBD-CSV-0.40.tgz - DBD-CSV-0.41.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.40/ChangeLog new/DBD-CSV-0.41/ChangeLog
--- old/DBD-CSV-0.40/ChangeLog  2013-07-23 08:47:38.0 +0200
+++ new/DBD-CSV-0.41/ChangeLog  2013-07-29 09:34:07.0 +0200
@@ -1,3 +1,10 @@
+0.41   - 2013-07-29, H.Merijn Brand
+* Use File::Spec-tmpdir () for universal existing folder
+  Note that huge $TMP folders may cause the test to run slow
+* Use File::Spec::rel2abs () instead of abs_path and hoops
+* Guard against parallel testing, which is unsupported
+* Guard against streaming tests (they PASS on the DBI-devel)
+
 0.40   - 2013-07-23, H.Merijn Brand
 * Fix version references in doc
 * Fix tests for Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.40/META.json new/DBD-CSV-0.41/META.json
--- old/DBD-CSV-0.40/META.json  2013-07-23 08:49:33.0 +0200
+++ new/DBD-CSV-0.41/META.json  2013-07-29 15:15:28.0 +0200
@@ -1,72 +1,72 @@
 {
-   generated_by : Author,
-   release_status : stable,
+   author : [
+  Jochen Wiedmann,
+  Jeff Zucker,
+  H.Merijn Brand h.m.br...@xs4all.nl,
+  Jens Rehsack rehs...@cpan.org
+  ],
dynamic_config : 1,
-   x_installdirs : site,
-   meta-spec : {
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
+   provides : {
+  DBD::CSV : {
+ version : 0.41,
+ file : lib/DBD/CSV.pm
+ }
   },
+   x_installdirs : site,
prereqs : {
-  test : {
- requires : {
-Cwd : 0,
-charnames : 0,
-Encode : 0,
-Test::Harness : 0,
-Test::More : 0.90
-}
- },
-  build : {
- requires : {
-Config : 0
-}
- },
   runtime : {
  recommends : {
-perl : 5.016003,
-Test::More : 0.98
+Test::More : 0.98,
+perl : 5.016003
 },
  requires : {
-SQL::Statement : 1.405,
-DBD::File : 0.42,
+Text::CSV_XS : 1.01,
 perl : 5.008001,
-DBI : 1.628,
-Text::CSV_XS : 1.01
+DBD::File : 0.42,
+SQL::Statement : 1.405,
+DBI : 1.628
 }
  },
   configure : {
  requires : {
 ExtUtils::MakeMaker : 0
 }
+ },
+  build : {
+ requires : {
+Config : 0
+}
+ },
+  test : {
+ requires : {
+Encode : 0,
+Test::Harness : 0,
+charnames : 0,
+Test::More : 0.90,
+Cwd : 0
+}
  }
   },
-   abstract : DBI driver for CSV files,
-   author : [
-  Jochen Wiedmann,
-  Jeff Zucker,
-  H.Merijn Brand h.m.br...@xs4all.nl,
-  Jens Rehsack rehs...@cpan.org
-  ],
+   generated_by : Author,
license : [
   perl_5
   ],
resources : {
-  repository : {
- type : git,
- web : https://github.com/perl5-dbi/DBD-CSV.git;,
- url : https://github.com/perl5-dbi/DBD-CSV.git;
- },
   license : [
 

commit perl-DBD-CSV for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2013-08-13 09:50:25

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2013-06-28 18:55:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2013-08-13 09:50:26.0 +0200
@@ -1,0 +2,19 @@
+Sat Jul 27 11:58:53 UTC 2013 - co...@suse.com
+
+- updated to 0.40
+ * Fix version references in doc
+ * Fix tests for Windows
+ 
+ * Use f_file in docs. file is deprecated
+ * DBD::CSV's repository moved to github
+ * Add test for row-completeness
+ * Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding
+ * Require more recent versions of low level modules that fixe
+   issues reported for DBD::CSV
+ * Development will also do mosts tests with DBI_SQL_NANO=1
+ * Added support for f_dir_search from DBD::File (in fact DBI was
+   changed to feature this for DBD::CSV :)
+ * Fix test relying on spell-error in DBI's error message
+ * Document csv_class (still undertested)
+
+---

Old:

  DBD-CSV-0.38.tgz

New:

  DBD-CSV-0.40.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.bgzFAb/_old  2013-08-13 09:50:27.0 +0200
+++ /var/tmp/diff_new_pack.bgzFAb/_new  2013-08-13 09:50:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.38
+Version:0.40
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
@@ -29,17 +29,18 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBD::File) = 0.41
-BuildRequires:  perl(DBI) = 1.623
-BuildRequires:  perl(SQL::Statement) = 1.402
-BuildRequires:  perl(Test::More) = 0.90
-BuildRequires:  perl(Text::CSV_XS) = 0.94
+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(Text::CSV_XS) = 1.01
 #BuildRequires: perl(DBD::CSV)
-Requires:   perl(DBD::File) = 0.41
-Requires:   perl(DBI) = 1.623
-Requires:   perl(SQL::Statement) = 1.402
+#BuildRequires: perl(version)
+Requires:   perl(DBD::File) = 0.42
+Requires:   perl(DBI) = 1.628
+Requires:   perl(SQL::Statement) = 1.405
 Requires:   perl(Test::More) = 0.9
-Requires:   perl(Text::CSV_XS) = 0.94
+Requires:   perl(Text::CSV_XS) = 1.01
 Recommends: perl(Test::More) = 0.98
 %{perl_requires}
 

++ DBD-CSV-0.38.tgz - DBD-CSV-0.40.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.38/ChangeLog new/DBD-CSV-0.40/ChangeLog
--- old/DBD-CSV-0.38/ChangeLog  2013-01-09 20:30:30.0 +0100
+++ new/DBD-CSV-0.40/ChangeLog  2013-07-23 08:47:38.0 +0200
@@ -1,5 +1,22 @@
+0.40   - 2013-07-23, H.Merijn Brand
+* Fix version references in doc
+* Fix tests for Windows
+
+0.39   - 2013-06-28, H.Merijn Brand
+* Use f_file in docs. file is deprecated
+* DBD::CSV's repository moved to github
+* Add test for row-completeness
+* Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding
+* Require more recent versions of low level modules that fixe
+  issues reported for DBD::CSV
+* Development will also do mosts tests with DBI_SQL_NANO=1
+* Added support for f_dir_search from DBD::File (in fact DBI was
+  changed to feature this for DBD::CSV :)
+* Fix test relying on spell-error in DBI's error message
+* Document csv_class (still undertested)
+
 0.38   - 2013-01-09, H.Merijn Brand
-* 
+* the tar paxheaders hit again (http://www.perlmonks.org/?node_id=1004571)
 
 0.37   - 2013-01-09, H.Merijn Brand
 * Fixed RT#80078, resulting in getline calls on undef (Benjamin Booth)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.38/MANIFEST new/DBD-CSV-0.40/MANIFEST
--- old/DBD-CSV-0.38/MANIFEST   2013-01-09 22:06:51.0 +0100
+++ new/DBD-CSV-0.40/MANIFEST   2013-07-23 08:49:32.0 +0200
@@ -22,7 +22,9 @@
 t/48_utf8.t
 t/50_chopblanks.t
 t/51_commit.t
+t/55_dir_search.t
 t/60_misc.t
+t/61_meta.t
 t/70_csv.t
 t/71_csv-ext.t
 t/72_csv-schema.t
@@ -30,6 +32,7 @@
 t/80_rt.t
 t/85_error.t
 t/lib.pl
+t/tmp.csv
 examples/passwd.pl
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.json  

commit perl-DBD-CSV for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2013-06-28 18:55:09

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2012-05-22 08:17:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2013-06-28 18:55:11.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun 17 07:54:57 UTC 2013 - co...@suse.com
+
+- updated to 0.38
+   * Fixed RT#80078, resulting in getline calls on undef (Benjamin Booth)
+   * Require latest DBI and SQL::Statement
+   * Updated copyright to 2013
+   * Fixes for DBI-1.623 (Jens Rehsack)
+   * Add line/record number and position in error messages
+   * Improved documentation (including mje's contribution)
+   * Tested under 5.16.0 (installed)
+
+---

Old:

  DBD-CSV-0.34.tgz

New:

  DBD-CSV-0.38.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.etFZ6t/_old  2013-06-28 18:55:12.0 +0200
+++ /var/tmp/diff_new_pack.etFZ6t/_new  2013-06-28 18:55:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,11 +17,11 @@
 
 
 Name:   perl-DBD-CSV
-Version:0.34
+Version:0.38
 Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
 Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
@@ -29,17 +29,18 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBD::File) = 0.4
-BuildRequires:  perl(DBI) = 1.614
-BuildRequires:  perl(SQL::Statement) = 1.33
+BuildRequires:  perl(DBD::File) = 0.41
+BuildRequires:  perl(DBI) = 1.623
+BuildRequires:  perl(SQL::Statement) = 1.402
 BuildRequires:  perl(Test::More) = 0.90
-BuildRequires:  perl(Text::CSV_XS) = 0.71
+BuildRequires:  perl(Text::CSV_XS) = 0.94
 #BuildRequires: perl(DBD::CSV)
-Requires:   perl(DBD::File) = 0.4
-Requires:   perl(DBI) = 1.614
-Requires:   perl(SQL::Statement) = 1.33
+Requires:   perl(DBD::File) = 0.41
+Requires:   perl(DBI) = 1.623
+Requires:   perl(SQL::Statement) = 1.402
 Requires:   perl(Test::More) = 0.9
-Requires:   perl(Text::CSV_XS) = 0.71
+Requires:   perl(Text::CSV_XS) = 0.94
+Recommends: perl(Test::More) = 0.98
 %{perl_requires}
 
 %description

++ DBD-CSV-0.34.tgz - DBD-CSV-0.38.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.34/ChangeLog new/DBD-CSV-0.38/ChangeLog
--- old/DBD-CSV-0.34/ChangeLog  2012-05-12 16:50:07.0 +0200
+++ new/DBD-CSV-0.38/ChangeLog  2013-01-09 20:30:30.0 +0100
@@ -1,3 +1,19 @@
+0.38   - 2013-01-09, H.Merijn Brand
+* 
+
+0.37   - 2013-01-09, H.Merijn Brand
+* Fixed RT#80078, resulting in getline calls on undef (Benjamin Booth)
+* Require latest DBI and SQL::Statement
+* Updated copyright to 2013
+* Fixes for DBI-1.623 (Jens Rehsack)
+
+0.36   - 2012-08-22, H.Merijn Brand
+* Add line/record number and position in error messages
+
+0.35   - 2012-05-24, H.Merijn Brand
+* Improved documentation (including mje's contribution)
+* Tested under 5.16.0 (installed)
+
 0.34   - 2012-05-12, H.Merijn Brand
 * Updated copyright to 2012
 * Require 5.8.1, as DBI does
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.34/MANIFEST new/DBD-CSV-0.38/MANIFEST
--- old/DBD-CSV-0.34/MANIFEST   2012-05-12 16:54:56.0 +0200
+++ new/DBD-CSV-0.38/MANIFEST   2013-01-09 22:06:51.0 +0100
@@ -28,6 +28,7 @@
 t/72_csv-schema.t
 t/73_csv-case.t
 t/80_rt.t
+t/85_error.t
 t/lib.pl
 examples/passwd.pl
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.34/META.json new/DBD-CSV-0.38/META.json
--- old/DBD-CSV-0.34/META.json  2012-05-12 16:54:57.0 +0200
+++ new/DBD-CSV-0.38/META.json  2013-01-09 

commit perl-DBD-CSV for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2012-05-22 08:17:41

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2011-11-21 12:38:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2012-05-22 08:17:43.0 +0200
@@ -1,0 +2,7 @@
+Sat May 12 19:59:32 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 0.34:
+  * require 5.8.1, as DBI does
+  * tested against perl-5.16.0-RC0 + DBI-1.620
+
+---

Old:

  DBD-CSV-0.33.tgz

New:

  DBD-CSV-0.34.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.Rgd6l3/_old  2012-05-22 08:17:46.0 +0200
+++ /var/tmp/diff_new_pack.Rgd6l3/_new  2012-05-22 08:17:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-DBD-CSV
-Version:0.33
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.34
+Release:0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
-Url:http://search.cpan.org/dist/DBD-CSV/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/DBD-CSV/
 Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ DBD-CSV-0.33.tgz - DBD-CSV-0.34.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-CSV-0.33/ChangeLog new/DBD-CSV-0.34/ChangeLog
--- old/DBD-CSV-0.33/ChangeLog  2011-09-07 18:01:35.0 +0200
+++ new/DBD-CSV-0.34/ChangeLog  2012-05-12 16:50:07.0 +0200
@@ -1,9 +1,12 @@
-2011-09-07  0.33  H.Merijn Brand
+0.34   - 2012-05-12, H.Merijn Brand
+* Updated copyright to 2012
+* Require 5.8.1, as DBI does
+* Tested against perl-5.16.0-RC0 + DBI-1.620
 
+0.33   - 2011-09-07, H.Merijn Brand
 * NAME / DISTNAME in Makefile.PL
 
-2011-09-07  0.32  H.Merijn Brand
-
+0.32   - 2011-09-07, H.Merijn Brand
 * TYPE should be numeric
 * Added tests for return count of delete statements in do
 * Upped copyright to 2011
@@ -11,27 +14,23 @@
 * Try to catch (more) usernames on Windows as schema names
 * More cross-checks for META data
 
-2010-09-18  0.31  H.Merijn Brand
-
+0.31   - 2010-09-18, H.Merijn Brand
 * Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
 * Update tests to use warnings and done_testing ()
   requires Test::More-0.90, which is also required for DBI
 * Better diagnostics for empty files
 * Allow late setting of attributes (RT#61168) - requires DBI-1.614
 
-2010-07-09  0.30  H.Merijn Brand
-
+0.30   - 2010-07-09, H.Merijn Brand
 * Text::CSV_XS now called with auto_diag
 * Implement valid_attrs
 * Next version will require DBI-1.612 or higher
   This is a transition release
 
-2010-07-04  0.29_03  H.Merijn Brand
-
+0.29_03- 2010-07-04, H.Merijn Brand
 * Remove leftover debug. Causes fails
 
-2010-07-02  0.29_02  H.Merijn Brand
-
+0.29_02- 2010-07-02, H.Merijn Brand
 * More work to keep in sync with DBI development (Jens)
 * Better diagnostics for missing modules
 * More spell-check fixes
@@ -39,8 +38,7 @@
 * Tests changed to accept old and new DBI
 * Statement handle attributes handled in new DBD::File
 
-2010-06-11  0.29_01  H.Merijn Brand
-
+0.29_01- 2010-06-11, H.Merijn Brand
 * Prepare for DBD::File-0.39 (DBI-1.612+)
   Should still work with older DBI versions
 * Documentation updates (style, consistency, spell-checking)
@@ -48,8 +46,7 @@
 * More tests for insert
 * Tested RT#58039
 
-2010-05-03  0.29  H.Merijn Brand
-
+0.29   - 2010-05-03, H.Merijn Brand
 * Fix git URL in META.yml
 * Add empty CLONE method to prevent warning when cloning threads
 * Minimum perl 5.8.1
@@ -57,29 +54,25 @@
 * Support for f_encoding (requires DBI-1.611)
 * Documentation updates
 
-2010-03-16  0.28  H.Merijn Brand
-
+0.28   - 2010-03-16, H.Merijn Brand
 * 

commit perl-DBD-CSV for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2011-12-06 18:40:09

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV, Maintainer is mrueck...@suse.com

Changes:




Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.6i5W2s/_old  2011-12-06 19:06:41.0 +0100
+++ /var/tmp/diff_new_pack.6i5W2s/_new  2011-12-06 19:06:41.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-DBD-CSV
 Version:0.33
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 Url:http://search.cpan.org/dist/DBD-CSV/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-CSV for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory 
checked in at 2011-11-21 12:38:42

Comparing /work/SRC/openSUSE:Factory/perl-DBD-CSV (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new (New)


Package is perl-DBD-CSV, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-CSV/perl-DBD-CSV.changes
2011-09-23 12:36:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-CSV.new/perl-DBD-CSV.changes   
2011-11-21 12:38:54.0 +0100
@@ -1,0 +2,12 @@
+Fri Nov 18 18:31:09 UTC 2011 - co...@suse.com
+
+- update to 0.33
+* NAME / DISTNAME in Makefile.PL
+* TYPE should be numeric
+* Added tests for return count of delete statements in do
+* Upped copyright to 2011
+* Added tests for return count of update statements (Peter Rabbitson)
+* Try to catch (more) usernames on Windows as schema names
+* More cross-checks for META data
+
+---

Old:

  DBD-CSV-0.31.tar.gz
  fix-perl.diff

New:

  DBD-CSV-0.33.tgz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.d9UPAB/_old  2011-11-21 12:38:56.0 +0100
+++ /var/tmp/diff_new_pack.d9UPAB/_new  2011-11-21 12:38:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-DBD-CSV (Version 0.31)
+# spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   perl-DBD-CSV
-Version:0.31
+Version:0.33
 Release:1
 License:GPL+ or Artistic
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
 Url:http://search.cpan.org/dist/DBD-CSV/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
-Source: %{cpan_name}-%{version}.tar.gz
-Patch0: fix-perl.diff
+Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Config)
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(DBD::File) = 0.38
-BuildRequires:  perl(DBI) = 1.613
-BuildRequires:  perl(SQL::Statement) = 1.3
+BuildRequires:  perl(DBD::File) = 0.4
+BuildRequires:  perl(DBI) = 1.614
+BuildRequires:  perl(SQL::Statement) = 1.33
+BuildRequires:  perl(Test::More) = 0.90
 BuildRequires:  perl(Text::CSV_XS) = 0.71
-Requires:   perl(DBD::File) = 0.40
+#BuildRequires: perl(DBD::CSV)
+Requires:   perl(DBD::File) = 0.4
 Requires:   perl(DBI) = 1.614
-Requires:   perl(SQL::Statement) = 1.31
+Requires:   perl(SQL::Statement) = 1.33
+Requires:   perl(Test::More) = 0.9
 Requires:   perl(Text::CSV_XS) = 0.71
 %{perl_requires}
 
@@ -55,7 +56,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -69,11 +70,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc ChangeLog README
+%defattr(-,root,root,755)
+%doc ChangeLog examples README
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-CSV for openSUSE:Factory

2011-04-06 Thread h_root

Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory
checked in at Wed Apr 6 11:00:08 CEST 2011.




--- perl-DBD-CSV/perl-DBD-CSV.changes   2011-04-01 09:53:25.0 +0200
+++ /mounts/work_src_done/STABLE/perl-DBD-CSV/perl-DBD-CSV.changes  
2011-04-06 09:55:44.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 07:55:36 UTC 2011 - co...@novell.com
+
+- shorten description
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.RseeQ5/_old  2011-04-06 10:59:03.0 +0200
+++ /var/tmp/diff_new_pack.RseeQ5/_new  2011-04-06 10:59:03.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-DBD-CSV
 Version:0.31
-Release:3
+Release:5
 License:GPL+ or Artistic
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
@@ -55,89 +55,6 @@
 details on SQL::Statement and the DBD::File manpage for details on the base
 class DBD::File.
 
-Prerequisites
-The only system dependent feature that DBD::File uses, is the 'flock
-()' function. Thus the module should run (in theory) on any system with
-a working 'flock ()', in particular on all Unix machines and on Windows
-NT. Under Windows 95 and MacOS the use of 'flock ()' is disabled, thus
-the module should still be usable.
-
-Unlike other DBI drivers, you don't need an external SQL engine or a
-running server. All you need are the following Perl modules, available
-from any CPAN mirror, for example
-
-  http://search.cpan.org/
-
-* DBI
-
-  The DBI (Database independent interface for Perl), version 1.00 or a
-  later release
-
-* DBD::File
-
-  This is the base class for DBD::CSV, and it is part of the DBI
-  distribution. As DBD::CSV requires version 0.38 or newer for
-  DBD::File it effectively requires DBI version 1.611 or newer.
-
-* SQL::Statement
-
-  A simple SQL engine. This module defines all of the SQL syntax for
-  DBD::CSV, new SQL support is added with each release so you should
-  look for updates to SQL::Statement regularly.
-
-  It is possible to run 'DBD::CSV' without this module if you define
-  the environment variable '$DBI_SQL_NANO' to 1. This will reduce the
-  SQL support a lot though. See the DBI::SQL::Nano manpage for more
-  details. Note that the test suite does not test in this mode!
-
-* Text::CSV_XS
-
-  This module is used for writing rows to or reading rows from CSV
-  files.
-
-Installation
-Installing this module (and the prerequisites from above) is quite
-simple. The simplest way is to install the bundle:
-
-$ cpan Bundle::CSV
-
-Alternatively, you can name them all
-
-$ cpan Text::CSV_XS DBI DBD::CSV
-
-or even trust 'cpan' to resolve all dependencies for you:
-
-$ cpan DBD::CSV
-
-If you cannot, for whatever reason, use cpan, fetch all modules from
-CPAN, and build with a sequence like:
-
-gzip -d  DBD-CSV-0.28.tgz | tar xf -
-
-(this is for Unix users, Windows users would prefer WinZip or something
-similar) and then enter the following:
-
-cd DBD-CSV-0.28
-perl Makefile.PL
-make test
-
-If any tests fail, let us know. Otherwise go on with
-
-make install UNINST=1
-
-Note that you almost definitely need root or administrator permissions.
-If you don't have them, read the ExtUtils::MakeMaker man page for
-details on installing in your own directories. the ExtUtils::MakeMaker
-manpage.
-
-Supported SQL Syntax
-All SQL processing for DBD::CSV is done by the the SQL::Statement
-manpage module. Features include joins, aliases, built-in and
-user-defined functions, and more. See the SQL::Statement::Syntax
-manpage for a description of the SQL syntax supported in DBD::CSV.
-
-Table names are case insensitive unless quoted.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch0 -p1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-CSV for openSUSE:Factory

2011-04-01 Thread h_root

Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory
checked in at Fri Apr 1 16:54:08 CEST 2011.




--- perl-DBD-CSV/perl-DBD-CSV.changes   2011-03-31 11:28:48.0 +0200
+++ /mounts/work_src_done/STABLE/perl-DBD-CSV/perl-DBD-CSV.changes  
2011-04-01 09:53:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  1 07:52:28 UTC 2011 - co...@novell.com
+
+- /pro is not FHS-compliant
+
+---

calling whatdependson for head-i586


New:

  fix-perl.diff



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.VbBw53/_old  2011-04-01 16:53:45.0 +0200
+++ /var/tmp/diff_new_pack.VbBw53/_new  2011-04-01 16:53:45.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-DBD-CSV
 Version:0.31
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
@@ -27,6 +27,7 @@
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch0: fix-perl.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -139,6 +140,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ fix-perl.diff ++
Index: DBD-CSV-0.31/lib/DBD/CSV.pm
===
--- DBD-CSV-0.31.orig/lib/DBD/CSV.pm2010-09-16 08:46:34.0 +0200
+++ DBD-CSV-0.31/lib/DBD/CSV.pm 2011-04-01 09:52:08.514241868 +0200
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
 #
 #   DBD::CSV - A DBI driver for CSV and similar structured files
 #





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-DBD-CSV for openSUSE:Factory

2011-03-31 Thread h_root

Hello community,

here is the log from the commit of package perl-DBD-CSV for openSUSE:Factory
checked in at Thu Mar 31 14:31:08 CEST 2011.




--- perl-DBD-CSV/perl-DBD-CSV.changes   2010-12-01 14:42:52.0 +0100
+++ /mounts/work_src_done/STABLE/perl-DBD-CSV/perl-DBD-CSV.changes  
2011-03-31 11:28:48.0 +0200
@@ -1,0 +2,10 @@
+Thu Mar 31 09:11:46 UTC 2011 - co...@novell.com
+
+- update to 0.31
+  * Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
+  * Update tests to use warnings and done_testing ()
+requires Test::More-0.90, which is also required for DBI
+  * Better diagnostics for empty files
+  * Allow late setting of attributes (RT#61168) - requires DBI-1.614
+
+---

calling whatdependson for head-i586


Old:

  DBD-CSV-0.30.tar.bz2

New:

  DBD-CSV-0.31.tar.gz



Other differences:
--
++ perl-DBD-CSV.spec ++
--- /var/tmp/diff_new_pack.riGJSh/_old  2011-03-31 14:25:49.0 +0200
+++ /var/tmp/diff_new_pack.riGJSh/_new  2011-03-31 14:25:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-DBD-CSV (Version 0.30)
+# spec file for package perl-DBD-CSV
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,39 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with test
 
 Name:   perl-DBD-CSV
+Version:0.31
+Release:1
+License:GPL+ or Artistic
 %define cpan_name DBD-CSV
 Summary:DBI driver for CSV files
-Version:0.30
-Release:2
-License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-CSV/
-#Source: 
http://www.cpan.org/modules/by-module/DBD/DBD-CSV-%{version}.tgz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+#Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/DBD-CSV-%{version}.tgz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with test}
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage)
-%endif
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DBD::File) = 0.38
-BuildRequires:  perl(DBI) = 1.611
-BuildRequires:  perl(SQL::Statement) = 1.25
+BuildRequires:  perl(DBI) = 1.613
+BuildRequires:  perl(SQL::Statement) = 1.3
 BuildRequires:  perl(Text::CSV_XS) = 0.71
-Requires:   perl(DBD::File) = 0.38
-Requires:   perl(DBI) = 1.611
-Requires:   perl(SQL::Statement) = 1.25
+Requires:   perl(DBD::File) = 0.40
+Requires:   perl(DBI) = 1.614
+Requires:   perl(SQL::Statement) = 1.31
 Requires:   perl(Text::CSV_XS) = 0.71
+%{perl_requires}
 
 %description
 The DBD::CSV module is yet another driver for the DBI (Database independent
@@ -56,15 +50,95 @@
 CSV files (Comma Separated Values). Such files are often used for exporting
 MS Access and MS Excel data.
 
-Authors:
-
-Jochen Wiedmannj...@ispsoft.de
-Jeff Zucker j...@vpservices.com
+See the DBI manpage for details on DBI, the SQL::Statement manpage for
+details on SQL::Statement and the DBD::File manpage for details on the base
+class DBD::File.
+
+Prerequisites
+The only system dependent feature that DBD::File uses, is the 'flock
+()' function. Thus the module should run (in theory) on any system with
+a working 'flock ()', in particular on all Unix machines and on Windows
+NT. Under Windows 95 and MacOS the use of 'flock ()' is disabled, thus
+the module should still be usable.
+
+Unlike other DBI drivers, you don't need an external SQL engine or a
+running server. All you need are the following Perl modules, available
+from any CPAN mirror, for example
+
+  http://search.cpan.org/
+
+* DBI
+
+  The DBI (Database independent interface for Perl), version 1.00 or a
+  later release
+
+* DBD::File
+
+  This is the base class for DBD::CSV, and it is part of the DBI
+  distribution. As DBD::CSV requires version 0.38 or newer for
+  DBD::File it effectively requires DBI version 1.611 or newer.
+
+* SQL::Statement
+
+  A simple SQL engine. This module defines all of the SQL syntax for
+  DBD::CSV, new SQL support is added with each release so you should
+  look for updates to SQL::Statement regularly.
+
+  It is possible to run 'DBD::CSV' without this module if you define
+  the environment variable