commit perl-DBM-Deep for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2018-05-29 16:50:05

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


Package is "perl-DBM-Deep"

Tue May 29 16:50:05 2018 rev:19 rq:611506 version:2.0016

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2017-08-28 15:04:42.725798724 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2018-05-29 16:50:40.171362437 +0200
@@ -1,0 +2,6 @@
+Tue May 22 05:12:36 UTC 2018 - co...@suse.com
+
+- updated to 2.0016
+   see /usr/share/doc/packages/perl-DBM-Deep/Changes
+
+---

Old:

  DBM-Deep-2.0014.tar.gz

New:

  DBM-Deep-2.0016.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.0bUFeL/_old  2018-05-29 16:50:40.691343304 +0200
+++ /var/tmp/diff_new_pack.0bUFeL/_new  2018-05-29 16:50:40.691343304 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-DBM-Deep
-Version:2.0014
+Version:2.0016
 Release:0
 %define cpan_name DBM-Deep
 Summary:Pure Perl Multi-Level Hash/Array Dbm That Supports Transactions
-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/DBM-Deep/
-Source0:
https://cpan.metacpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SP/SPROUT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ DBM-Deep-2.0014.tar.gz -> DBM-Deep-2.0016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0014/Changes new/DBM-Deep-2.0016/Changes
--- old/DBM-Deep-2.0014/Changes 2017-07-28 02:53:49.0 +0200
+++ new/DBM-Deep-2.0016/Changes 2018-05-21 00:53:02.0 +0200
@@ -1,5 +1,11 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0016 May 20 15:50:00 2018 PDT
+- Fix mistake in the previous release that prevented indexing.
+
+2.0015 May 20 14:45:00 2018 PDT
+- Fix for tests failing on 5.28 (Thanks, Slaven!)
+
 2.0014 Jul 27 22:15:00 2017 EDT
 - Fix for tests failing on 5.26 (Thanks, DrHyde!)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0014/META.json 
new/DBM-Deep-2.0016/META.json
--- old/DBM-Deep-2.0014/META.json   2017-07-28 02:53:49.0 +0200
+++ new/DBM-Deep-2.0016/META.json   2018-05-21 00:53:02.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4222",
+   "generated_by" : "Module::Build version 0.4218",
"license" : [
   "perl_5"
],
@@ -47,7 +47,7 @@
"provides" : {
   "DBM::Deep" : {
  "file" : "lib/DBM/Deep.pm",
- "version" : "2.0014"
+ "version" : "2.0016"
   },
   "DBM::Deep::Array" : {
  "file" : "lib/DBM/Deep/Array.pm"
@@ -134,6 +134,6 @@
  "url" : "https://github.com/robkinyon/dbm-deep;
   }
},
-   "version" : "2.0014",
-   "x_serialization_backend" : "JSON::PP version 2.27300_01"
+   "version" : "2.0016",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0014/META.yml new/DBM-Deep-2.0016/META.yml
--- old/DBM-Deep-2.0014/META.yml2017-07-28 02:53:49.0 +0200
+++ new/DBM-Deep-2.0016/META.yml2018-05-21 00:53:02.0 +0200
@@ -13,7 +13,7 @@
 configure_requires:
   Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
 provides:
   DBM::Deep:
 file: lib/DBM/Deep.pm
-version: '2.0014'
+version: '2.0016'
   DBM::Deep::Array:
 file: lib/DBM/Deep/Array.pm
   DBM::Deep::Engine:
@@ -84,5 +84,5 @@
 resources:
   license: 

commit perl-DBM-Deep for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2017-08-28 15:04:30

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


Package is "perl-DBM-Deep"

Mon Aug 28 15:04:30 2017 rev:18 rq:514089 version:2.0014

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2016-01-05 21:55:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2017-08-28 15:04:42.725798724 +0200
@@ -1,0 +2,9 @@
+Sat Jul 29 05:19:41 UTC 2017 - co...@suse.com
+
+- updated to 2.0014
+   see /usr/share/doc/packages/perl-DBM-Deep/Changes
+
+  2.0014 Jul 27 22:15:00 2017 EDT
+  - Fix for tests failing on 5.26 (Thanks, DrHyde!)
+
+---

Old:

  DBM-Deep-2.0013.tar.gz

New:

  DBM-Deep-2.0014.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.JKKlEw/_old  2017-08-28 15:04:45.177453884 +0200
+++ /var/tmp/diff_new_pack.JKKlEw/_new  2017-08-28 15:04:45.245444321 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# Copyright (c) 2016 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-DBM-Deep
-Version:2.0013
+Version:2.0014
 Release:0
 %define cpan_name DBM-Deep
 Summary:Pure Perl Multi-Level Hash/Array Dbm That Supports Transactions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBM-Deep/
-Source0:
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ DBM-Deep-2.0013.tar.gz -> DBM-Deep-2.0014.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0013/Changes new/DBM-Deep-2.0014/Changes
--- old/DBM-Deep-2.0013/Changes 2016-01-02 02:33:01.0 +0100
+++ new/DBM-Deep-2.0014/Changes 2017-07-28 02:53:49.0 +0200
@@ -1,5 +1,8 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0014 Jul 27 22:15:00 2017 EDT
+- Fix for tests failing on 5.26 (Thanks, DrHyde!)
+
 2.0013 Jan 01 20:30:00 2016 EDT
 - Updates to documentation by garu (Thanks!, GH#14, GH#15, GH#16)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0013/META.json 
new/DBM-Deep-2.0014/META.json
--- old/DBM-Deep-2.0013/META.json   2016-01-02 02:33:01.0 +0100
+++ new/DBM-Deep-2.0014/META.json   2017-07-28 02:53:49.0 +0200
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4214",
+   "generated_by" : "Module::Build version 0.4222",
"license" : [
   "perl_5"
],
@@ -47,7 +47,7 @@
"provides" : {
   "DBM::Deep" : {
  "file" : "lib/DBM/Deep.pm",
- "version" : "2.0013"
+ "version" : "2.0014"
   },
   "DBM::Deep::Array" : {
  "file" : "lib/DBM/Deep/Array.pm"
@@ -134,6 +134,6 @@
  "url" : "https://github.com/robkinyon/dbm-deep;
   }
},
-   "version" : "2.0013",
-   "x_serialization_backend" : "JSON::PP version 2.27202"
+   "version" : "2.0014",
+   "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0013/META.yml new/DBM-Deep-2.0014/META.yml
--- old/DBM-Deep-2.0013/META.yml2016-01-02 02:33:01.0 +0100
+++ new/DBM-Deep-2.0014/META.yml2017-07-28 02:53:49.0 +0200
@@ -13,7 +13,7 @@
 configure_requires:
   Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
 provides:
   DBM::Deep:
 file: lib/DBM/Deep.pm
-version: '2.0013'
+version: '2.0014'
   DBM::Deep::Array:
 file: lib/DBM/Deep/Array.pm
   DBM::Deep::Engine:
@@ -84,5 +84,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: 

commit perl-DBM-Deep for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2016-01-05 21:54:46

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


Package is "perl-DBM-Deep"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2015-06-23 11:59:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2016-01-05 21:55:13.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  2 09:38:27 UTC 2016 - co...@suse.com
+
+- updated to 2.0013
+   see /usr/share/doc/packages/perl-DBM-Deep/Changes
+
+  2.0013 Jan 01 20:30:00 2016 EDT
+  - Updates to documentation by garu (Thanks!, GH#14, GH#15, GH#16)
+
+---

Old:

  DBM-Deep-2.0012.tar.gz

New:

  DBM-Deep-2.0013.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.HGkv5M/_old  2016-01-05 21:55:14.0 +0100
+++ /var/tmp/diff_new_pack.HGkv5M/_new  2016-01-05 21:55:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   perl-DBM-Deep
-Version:2.0012
+Version:2.0013
 Release:0
 %define cpan_name DBM-Deep
 Summary:Pure Perl Multi-Level Hash/Array Dbm That Supports Transactions

++ DBM-Deep-2.0012.tar.gz -> DBM-Deep-2.0013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0012/Changes new/DBM-Deep-2.0013/Changes
--- old/DBM-Deep-2.0012/Changes 2015-06-17 06:15:50.0 +0200
+++ new/DBM-Deep-2.0013/Changes 2016-01-02 02:33:01.0 +0100
@@ -1,5 +1,8 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0013 Jan 01 20:30:00 2016 EDT
+- Updates to documentation by garu (Thanks!, GH#14, GH#15, GH#16)
+
 2.0012 Jun 17 20:30:00 2015 PDT
 - Improved transaction validation and warnings (GH#12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0012/META.json 
new/DBM-Deep-2.0013/META.json
--- old/DBM-Deep-2.0012/META.json   2015-06-17 06:15:50.0 +0200
+++ new/DBM-Deep-2.0013/META.json   2016-01-02 02:33:01.0 +0100
@@ -47,7 +47,7 @@
"provides" : {
   "DBM::Deep" : {
  "file" : "lib/DBM/Deep.pm",
- "version" : "2.0012"
+ "version" : "2.0013"
   },
   "DBM::Deep::Array" : {
  "file" : "lib/DBM/Deep/Array.pm"
@@ -134,5 +134,6 @@
  "url" : "https://github.com/robkinyon/dbm-deep;
   }
},
-   "version" : "2.0012"
+   "version" : "2.0013",
+   "x_serialization_backend" : "JSON::PP version 2.27202"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0012/META.yml new/DBM-Deep-2.0013/META.yml
--- old/DBM-Deep-2.0012/META.yml2015-06-17 06:15:50.0 +0200
+++ new/DBM-Deep-2.0013/META.yml2016-01-02 02:33:01.0 +0100
@@ -13,7 +13,7 @@
 configure_requires:
   Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
 provides:
   DBM::Deep:
 file: lib/DBM/Deep.pm
-version: '2.0012'
+version: '2.0013'
   DBM::Deep::Array:
 file: lib/DBM/Deep/Array.pm
   DBM::Deep::Engine:
@@ -84,4 +84,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/robkinyon/dbm-deep
-version: '2.0012'
+version: '2.0013'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0012/Makefile.PL 
new/DBM-Deep-2.0013/Makefile.PL
--- old/DBM-Deep-2.0012/Makefile.PL 2015-06-17 06:15:50.0 +0200
+++ new/DBM-Deep-2.0013/Makefile.PL 2016-01-02 02:33:01.0 +0100
@@ -3,22 +3,22 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
   'NAME' => 'DBM::Deep',
   'PREREQ_PM' => {
-   'Pod::Usage' => '1.3',
'Test::Warn' => '0.08',
-   'Digest::MD5' => '1.00',
-   'Scalar::Util' => '1.14',

commit perl-DBM-Deep for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2015-06-23 11:59:53

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2014-03-19 08:02:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2015-06-23 11:59:54.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 22 08:16:08 UTC 2015 - co...@suse.com
+
+- updated to 2.0012
+   see /usr/share/doc/packages/perl-DBM-Deep/Changes
+
+  2.0012 Jun 17 20:30:00 2015 PDT
+  - Improved transaction validation and warnings (GH#12)
+
+---

Old:

  DBM-Deep-2.0011.tar.gz

New:

  DBM-Deep-2.0012.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.K0EvpP/_old  2015-06-23 11:59:55.0 +0200
+++ /var/tmp/diff_new_pack.K0EvpP/_new  2015-06-23 11:59:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# 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,27 +17,25 @@
 
 
 Name:   perl-DBM-Deep
-Version:2.0011
+Version:2.0012
 Release:0
 %define cpan_name DBM-Deep
-Summary:A pure perl multi-level hash/array DBM that supports 
transactions
+Summary:Pure Perl Multi-Level Hash/Array Dbm That Supports Transactions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBM-Deep/
-Source: 
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) = 0.4200
+BuildRequires:  perl(Module::Build) = 0.42
 BuildRequires:  perl(Test::Deep) = 0.095
-BuildRequires:  perl(Test::Exception) = 0.21
+BuildRequires:  perl(Test::Exception) = 0.21
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Warn) = 0.08
 %{perl_requires}
-# MANUAL
-BuildRequires:  perl(DBD::SQLite)
-BuildRequires:  perl(DBD::mysql)
 
 %description
 A unique flat-file database module, written in pure perl. True multi-level

++ DBM-Deep-2.0011.tar.gz - DBM-Deep-2.0012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0011/Changes new/DBM-Deep-2.0012/Changes
--- old/DBM-Deep-2.0011/Changes 2014-01-13 03:05:20.0 +0100
+++ new/DBM-Deep-2.0012/Changes 2015-06-17 06:15:50.0 +0200
@@ -1,5 +1,8 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0012 Jun 17 20:30:00 2015 PDT
+- Improved transaction validation and warnings (GH#12)
+
 2.0011 Jan 12 16:00:00 2013 PDT
 - POD fixes by H. Merijn Brandt (The X tag - Thanks!)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0011/META.json 
new/DBM-Deep-2.0012/META.json
--- old/DBM-Deep-2.0011/META.json   2014-01-13 03:05:20.0 +0100
+++ new/DBM-Deep-2.0012/META.json   2015-06-17 06:15:50.0 +0200
@@ -1,8 +1,10 @@
 {
abstract : A pure perl multi-level hash/array DBM that supports 
transactions,
-   author : [],
+   author : [
+  unknown
+   ],
dynamic_config : 1,
-   generated_by : Module::Build version 0.4203,
+   generated_by : Module::Build version 0.4214,
license : [
   perl_5
],
@@ -45,7 +47,7 @@
provides : {
   DBM::Deep : {
  file : lib/DBM/Deep.pm,
- version : 2.0011
+ version : 2.0012
   },
   DBM::Deep::Array : {
  file : lib/DBM/Deep/Array.pm
@@ -132,5 +134,5 @@
  url : https://github.com/robkinyon/dbm-deep;
   }
},
-   version : 2.0011
+   version : 2.0012
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0011/META.yml new/DBM-Deep-2.0012/META.yml
--- old/DBM-Deep-2.0011/META.yml2014-01-13 03:05:20.0 +0100
+++ new/DBM-Deep-2.0012/META.yml2015-06-17 06:15:50.0 +0200
@@ -3,21 +3,21 @@
 author:
   - unknown
 build_requires:
-  File::Path: 0.01
-  File::Temp: 0.01
-  

commit perl-DBM-Deep for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2014-03-19 08:02:08

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2014-01-07 14:37:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2014-03-19 08:02:09.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 17 08:29:24 UTC 2014 - co...@suse.com
+
+- fix spec file to build
+
+---
+Sun Jan 26 16:51:56 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2.0011
+  + POD fixes by H. Merijn Brandt (The X tag - Thanks!)
+
+---

Old:

  DBM-Deep-2.0010.tar.gz

New:

  DBM-Deep-2.0011.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.YC6dwb/_old  2014-03-19 08:02:09.0 +0100
+++ /var/tmp/diff_new_pack.YC6dwb/_new  2014-03-19 08:02:09.0 +0100
@@ -16,59 +16,28 @@
 #
 
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
 Name:   perl-DBM-Deep
-Version:2.0010
+Version:2.0011
 Release:0
 %define cpan_name DBM-Deep
 Summary:A pure perl multi-level hash/array DBM that supports 
transactions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBM-Deep/lib/DBM/Deep.pod
+Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) = 0.40
+BuildRequires:  perl(Module::Build) = 0.4200
 BuildRequires:  perl(Test::Deep) = 0.095
 BuildRequires:  perl(Test::Exception) = 0.21
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Warn) = 0.08
-#BuildRequires: perl(Clone)
-#BuildRequires: perl(DBI)
-#BuildRequires: perl(DBM::Deep)
-#BuildRequires: perl(DBM::Deep::09830)
-#BuildRequires: perl(DBM::Deep::10002)
-#BuildRequires: perl(DBM::Deep::Array)
-#BuildRequires: perl(DBM::Deep::Engine)
-#BuildRequires: perl(DBM::Deep::Hash)
-#BuildRequires: perl(DBM::Deep::Iterator)
-#BuildRequires: perl(DBM::Deep::Iterator::File::BucketList)
-#BuildRequires: perl(DBM::Deep::Iterator::File::Index)
-#BuildRequires: perl(DBM::Deep::Null)
-#BuildRequires: perl(DBM::Deep::Sector)
-#BuildRequires: perl(DBM::Deep::Sector::DBI)
-#BuildRequires: perl(DBM::Deep::Sector::DBI::Reference)
-#BuildRequires: perl(DBM::Deep::Sector::DBI::Scalar)
-#BuildRequires: perl(DBM::Deep::Sector::File)
-#BuildRequires: perl(DBM::Deep::Sector::File::BucketList)
-#BuildRequires: perl(DBM::Deep::Sector::File::Data)
-#BuildRequires: perl(DBM::Deep::Sector::File::Index)
-#BuildRequires: perl(DBM::Deep::Sector::File::Null)
-#BuildRequires: perl(DBM::Deep::Sector::File::Reference)
-#BuildRequires: perl(DBM::Deep::Sector::File::Scalar)
-#BuildRequires: perl(DBM::Deep::Storage)
-#BuildRequires: perl(DBM::Deep::Storage::DBI)
-#BuildRequires: perl(DBM::Deep::Storage::File)
-#BuildRequires: perl(DBM::Deep::Storage::Test)
-#BuildRequires: perl(FileHandle::Fmode)
-#BuildRequires: perl(Hash::Util::FieldHash)
-#BuildRequires: perl(Pod::Simple)
-#BuildRequires: perl(t::common)
 %{perl_requires}
+# MANUAL
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(DBD::mysql)
 
 %description
 A unique flat-file database module, written in pure perl. True multi-level

++ DBM-Deep-2.0010.tar.gz - DBM-Deep-2.0011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0010/Changes new/DBM-Deep-2.0011/Changes
--- old/DBM-Deep-2.0010/Changes 2013-11-11 15:38:10.0 +0100
+++ new/DBM-Deep-2.0011/Changes 2014-01-13 03:05:20.0 +0100
@@ -1,5 +1,8 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0011 Jan 12 16:00:00 2013 PDT
+- POD fixes by H. Merijn Brandt (The X tag - Thanks!)
+
 2.0009 Jun 30 13:00:00 2013 PDT
 - Can push undefined values onto arrays.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0010/META.json 
new/DBM-Deep-2.0011/META.json
--- old/DBM-Deep-2.0010/META.json   2013-11-11 15:38:10.0 +0100
+++ new/DBM-Deep-2.0011/META.json   2014-01-13 03:05:20.0 +0100
@@ -1,10 +1,8 @@
 {
abstract : A pure perl multi-level hash/array DBM that supports 

commit perl-DBM-Deep for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2014-01-07 14:37:56

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2013-12-03 10:30:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2014-01-07 14:37:58.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan  4 12:57:11 UTC 2014 - l...@linux-schulserver.de
+
+- fix upstream URL
+
+---



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.0S8fKn/_old  2014-01-07 14:37:59.0 +0100
+++ /var/tmp/diff_new_pack.0S8fKn/_new  2014-01-07 14:37:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# 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
@@ -16,6 +16,9 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 Name:   perl-DBM-Deep
 Version:2.0010
 Release:0
@@ -23,7 +26,7 @@
 Summary:A pure perl multi-level hash/array DBM that supports 
transactions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBM-Deep/
+Url:http://search.cpan.org/dist/DBM-Deep/lib/DBM/Deep.pod
 Source: 
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit perl-DBM-Deep for openSUSE:Factory

2013-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2013-12-03 10:30:50

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2013-07-30 16:38:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2013-12-03 10:30:54.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:33:47 UTC 2013 - co...@suse.com
+
+- updated to 2.0010
+ - Can push undefined values onto arrays.
+- remove unmaintained perl-DBM-Deep_Build_n_Test.patch
+
+---

Old:

  DBM-Deep-2.0009.tar.gz
  perl-DBM-Deep_Build_n_Test.patch

New:

  DBM-Deep-2.0010.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.FAqdxC/_old  2013-12-03 10:30:55.0 +0100
+++ /var/tmp/diff_new_pack.FAqdxC/_new  2013-12-03 10:30:55.0 +0100
@@ -16,74 +16,82 @@
 #
 
 
-%bcond_with test
-
 Name:   perl-DBM-Deep
+Version:2.0010
+Release:0
 %define cpan_name DBM-Deep
-Summary:Pure perl multi-level hash/array DBM that supports transactions
-License:GPL-1.0+ or Artistic-1.0
+Summary:A pure perl multi-level hash/array DBM that supports 
transactions
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:2.0009
-Release:0
 Url:http://search.cpan.org/dist/DBM-Deep/
-Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
-# would require Test::More = 0.88 (done_testing)
-%if 0%{?suse_version}  1120
-Patch0: %{name}_Build_n_Test.patch
-%endif
+Source: 
http://www.cpan.org/authors/id/R/RK/RKINYON/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest::MD5) = 1.00
-BuildRequires:  perl(Fcntl) = 0.01
-BuildRequires:  perl(File::Path) = 0.01
-BuildRequires:  perl(File::Temp) = 0.01
-BuildRequires:  perl(IO::Scalar) = 0.01
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Scalar::Util) = 1.14
+BuildRequires:  perl(Module::Build) = 0.40
 BuildRequires:  perl(Test::Deep) = 0.095
 BuildRequires:  perl(Test::Exception) = 0.21
+BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Warn) = 0.08
-%if %{with test}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-Requires:   perl(Digest::MD5) = 1.00
-Requires:   perl(Fcntl) = 0.01
-Requires:   perl(Scalar::Util) = 1.14
+#BuildRequires: perl(Clone)
+#BuildRequires: perl(DBI)
+#BuildRequires: perl(DBM::Deep)
+#BuildRequires: perl(DBM::Deep::09830)
+#BuildRequires: perl(DBM::Deep::10002)
+#BuildRequires: perl(DBM::Deep::Array)
+#BuildRequires: perl(DBM::Deep::Engine)
+#BuildRequires: perl(DBM::Deep::Hash)
+#BuildRequires: perl(DBM::Deep::Iterator)
+#BuildRequires: perl(DBM::Deep::Iterator::File::BucketList)
+#BuildRequires: perl(DBM::Deep::Iterator::File::Index)
+#BuildRequires: perl(DBM::Deep::Null)
+#BuildRequires: perl(DBM::Deep::Sector)
+#BuildRequires: perl(DBM::Deep::Sector::DBI)
+#BuildRequires: perl(DBM::Deep::Sector::DBI::Reference)
+#BuildRequires: perl(DBM::Deep::Sector::DBI::Scalar)
+#BuildRequires: perl(DBM::Deep::Sector::File)
+#BuildRequires: perl(DBM::Deep::Sector::File::BucketList)
+#BuildRequires: perl(DBM::Deep::Sector::File::Data)
+#BuildRequires: perl(DBM::Deep::Sector::File::Index)
+#BuildRequires: perl(DBM::Deep::Sector::File::Null)
+#BuildRequires: perl(DBM::Deep::Sector::File::Reference)
+#BuildRequires: perl(DBM::Deep::Sector::File::Scalar)
+#BuildRequires: perl(DBM::Deep::Storage)
+#BuildRequires: perl(DBM::Deep::Storage::DBI)
+#BuildRequires: perl(DBM::Deep::Storage::File)
+#BuildRequires: perl(DBM::Deep::Storage::Test)
+#BuildRequires: perl(FileHandle::Fmode)
+#BuildRequires: perl(Hash::Util::FieldHash)
+#BuildRequires: perl(Pod::Simple)
+#BuildRequires: perl(t::common)
+%{perl_requires}
 
 %description
 A unique flat-file database module, written in pure perl. True multi-level
 hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
 interface, cross-platform FTPable files, ACID transactions, and is quite
 fast. Can handle millions of keys and unlimited levels without significant
-slow-down. Written from the ground-up in pure perl -- this is NOT a
-wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
-OS X and Windows.
+slow-down. Written from the ground-up in pure perl 

commit perl-DBM-Deep for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2013-07-30 16:38:23

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2013-06-05 13:33:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2013-07-30 16:38:25.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 27 11:58:59 UTC 2013 - co...@suse.com
+
+- updated to 2.0009, no changelog
+
+---

Old:

  DBM-Deep-2.0008.tar.gz

New:

  DBM-Deep-2.0009.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.5jI1FL/_old  2013-07-30 16:38:26.0 +0200
+++ /var/tmp/diff_new_pack.5jI1FL/_new  2013-07-30 16:38:26.0 +0200
@@ -23,7 +23,7 @@
 Summary:Pure perl multi-level hash/array DBM that supports transactions
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.0008
+Version:2.0009
 Release:0
 Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz

++ DBM-Deep-2.0008.tar.gz - DBM-Deep-2.0009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0008/MANIFEST new/DBM-Deep-2.0009/MANIFEST
--- old/DBM-Deep-2.0008/MANIFEST2012-06-17 21:58:48.0 +0200
+++ new/DBM-Deep-2.0009/MANIFEST2013-06-30 16:06:02.0 +0200
@@ -104,3 +104,4 @@
 utils/lib/DBM/Deep/09830.pm
 utils/lib/DBM/Deep/10002.pm
 utils/upgrade_db.pl
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0008/META.json 
new/DBM-Deep-2.0009/META.json
--- old/DBM-Deep-2.0008/META.json   1970-01-01 01:00:00.0 +0100
+++ new/DBM-Deep-2.0009/META.json   2013-06-30 16:06:02.0 +0200
@@ -0,0 +1,135 @@
+{
+   abstract : A pure perl multi-level hash/array DBM that supports 
transactions,
+   author : [
+  unknown
+   ],
+   dynamic_config : 1,
+   generated_by : Module::Build version 0.4005, CPAN::Meta::Converter 
version 2.131560,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : DBM-Deep,
+   no_index : {
+  directory : [
+ utils
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+File::Path : 0.01,
+File::Temp : 0.01,
+Pod::Usage : 1.3,
+Test::Deep : 0.095,
+Test::Exception : 0.21,
+Test::More : 0.88,
+Test::Warn : 0.08
+ }
+  },
+  configure : {
+ requires : {
+Module::Build : 0.40
+ }
+  },
+  runtime : {
+ requires : {
+Digest::MD5 : 1.00,
+Fcntl : 0.01,
+Scalar::Util : 1.14,
+perl : 5.008_004
+ }
+  }
+   },
+   provides : {
+  DBM::Deep : {
+ file : lib/DBM/Deep.pm,
+ version : 2.0009
+  },
+  DBM::Deep::Array : {
+ file : lib/DBM/Deep/Array.pm
+  },
+  DBM::Deep::Engine : {
+ file : lib/DBM/Deep/Engine.pm
+  },
+  DBM::Deep::Engine::DBI : {
+ file : lib/DBM/Deep/Engine/DBI.pm
+  },
+  DBM::Deep::Engine::File : {
+ file : lib/DBM/Deep/Engine/File.pm
+  },
+  DBM::Deep::Hash : {
+ file : lib/DBM/Deep/Hash.pm
+  },
+  DBM::Deep::Iterator : {
+ file : lib/DBM/Deep/Iterator.pm
+  },
+  DBM::Deep::Iterator::DBI : {
+ file : lib/DBM/Deep/Iterator/DBI.pm
+  },
+  DBM::Deep::Iterator::File : {
+ file : lib/DBM/Deep/Iterator/File.pm
+  },
+  DBM::Deep::Iterator::File::BucketList : {
+ file : lib/DBM/Deep/Iterator/File/BucketList.pm
+  },
+  DBM::Deep::Iterator::File::Index : {
+ file : lib/DBM/Deep/Iterator/File/Index.pm
+  },
+  DBM::Deep::Null : {
+ file : lib/DBM/Deep/Null.pm
+  },
+  DBM::Deep::Sector : {
+ file : lib/DBM/Deep/Sector.pm
+  },
+  DBM::Deep::Sector::DBI : {
+ file : lib/DBM/Deep/Sector/DBI.pm
+  },
+  DBM::Deep::Sector::DBI::Reference : {
+ file : lib/DBM/Deep/Sector/DBI/Reference.pm
+  },
+  DBM::Deep::Sector::DBI::Scalar : {
+ file : lib/DBM/Deep/Sector/DBI/Scalar.pm
+  },
+  DBM::Deep::Sector::File : {
+ file : 

commit perl-DBM-Deep for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2013-06-05 13:33:58

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


Package is perl-DBM-Deep

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2012-03-06 14:06:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2013-06-05 13:33:59.0 +0200
@@ -1,0 +2,19 @@
+Tue Jun  4 07:24:32 UTC 2013 - co...@suse.com
+
+- updated to 2.0008
+   - Arrays and hashes retrieved from a database no longer create
+ circular references (RT#77746).
+
+   - Include one-line descriptions of each POD page after the name.
+ Thanks to Yves Agostini for the patch and Gregor Herrmann for
+ submitting it (RT#76378).
+   - t/98_pod.t: Skip tests if Pod::Simple 3.21 is installed
+ (RT#77419).
+
+   - Er, try harder to get t/27_filehandle.t to work under TB2. The
+ extra ‘TAP version 13’ line was causing a TAP parse error.
+
+   - t/27_filehandle.t has been fixed again. It no longer violates
+ Test::Builder’s encapsulation.
+
+---

Old:

  DBM-Deep-2.0004.tar.gz

New:

  DBM-Deep-2.0008.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.UIYz5U/_old  2013-06-05 13:34:00.0 +0200
+++ /var/tmp/diff_new_pack.UIYz5U/_new  2013-06-05 13:34:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:Pure perl multi-level hash/array DBM that supports transactions
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.0004
+Version:2.0008
 Release:0
 Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
@@ -63,11 +63,6 @@
 wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
 OS X and Windows.
 
-Author:

-Rob Kinyon, rkin...@cpan.org
-Joseph Huckaby, jhuck...@cpan.org
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 # would require Test::More = 0.88 (done_testing)
@@ -87,9 +82,6 @@
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc Changes etc README utils

++ DBM-Deep-2.0004.tar.gz - DBM-Deep-2.0008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0004/Changes new/DBM-Deep-2.0008/Changes
--- old/DBM-Deep-2.0004/Changes 2010-09-13 03:38:28.0 +0200
+++ new/DBM-Deep-2.0008/Changes 2012-06-17 21:58:48.0 +0200
@@ -1,5 +1,24 @@
 Revision history for DBM::Deep (ordered by revision number).
 
+2.0008 Jun 17 13:00:00 2012 PDT
+- Arrays and hashes retrieved from a database no longer create
+  circular references (RT#77746).
+
+2.0007 May 27 19:35:00 2012 PDT
+- Include one-line descriptions of each POD page after the name.
+  Thanks to Yves Agostini for the patch and Gregor Herrmann for
+  submitting it (RT#76378).
+- t/98_pod.t: Skip tests if Pod::Simple 3.21 is installed
+  (RT#77419).
+
+2.0006 Apr 1 17:15:00 2012 PDT
+- Er, try harder to get t/27_filehandle.t to work under TB2. The
+  extra ‘TAP version 13’ line was causing a TAP parse error.
+
+2.0005 Mar 25 13:05:00 2012 PDT
+- t/27_filehandle.t has been fixed again. It no longer violates
+  Test::Builder’s encapsulation.
+
 2.0004 Sep 12 18:38:00 2010 PDT
 - t/27_filehandle.t has been fixed to work with Test::More 2.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0004/MANIFEST new/DBM-Deep-2.0008/MANIFEST
--- old/DBM-Deep-2.0004/MANIFEST2010-09-13 03:38:28.0 +0200
+++ new/DBM-Deep-2.0008/MANIFEST2012-06-17 21:58:48.0 +0200
@@ -86,6 +86,7 @@
 t/55_recursion.t
 t/56_unicode.t
 t/57_old_db.t
+t/58_cache.t
 t/96_virtual_functions.t
 t/97_dump_file.t
 t/98_pod.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBM-Deep-2.0004/META.yml new/DBM-Deep-2.0008/META.yml
--- old/DBM-Deep-2.0004/META.yml2010-09-13 03:38:28.0 +0200
+++ 

commit perl-DBM-Deep for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2012-03-06 14:06:08

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


Package is perl-DBM-Deep, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2011-11-21 12:39:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2012-03-06 14:06:18.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 16:01:17 CET 2012 - r...@suse.de
+
+- update Build_n_Test patch 
+
+---



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.LM4Lds/_old  2012-03-06 14:06:19.0 +0100
+++ /var/tmp/diff_new_pack.LM4Lds/_new  2012-03-06 14:06:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBM-Deep
 #
-# 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
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with test
 
 Name:   perl-DBM-Deep
 %define cpan_name DBM-Deep
 Summary:Pure perl multi-level hash/array DBM that supports transactions
-Version:2.0004
-Release:1
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:2.0004
+Release:0
 Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
 # would require Test::More = 0.88 (done_testing)
@@ -36,13 +35,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
 BuildRequires:  perl(Digest::MD5) = 1.00
 BuildRequires:  perl(Fcntl) = 0.01
 BuildRequires:  perl(File::Path) = 0.01
 BuildRequires:  perl(File::Temp) = 0.01
 BuildRequires:  perl(IO::Scalar) = 0.01
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Scalar::Util) = 1.14
 BuildRequires:  perl(Test::Deep) = 0.095
 BuildRequires:  perl(Test::Exception) = 0.21

++ perl-DBM-Deep_Build_n_Test.patch ++
 773 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep_Build_n_Test.patch
 and 
/work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep_Build_n_Test.patch

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



commit perl-DBM-Deep for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2011-12-06 18:40:24

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


Package is perl-DBM-Deep, Maintainer is 

Changes:




Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.GBFjyS/_old  2011-12-06 19:06:47.0 +0100
+++ /var/tmp/diff_new_pack.GBFjyS/_new  2011-12-06 19:06:47.0 +0100
@@ -24,7 +24,7 @@
 Summary:Pure perl multi-level hash/array DBM that supports transactions
 Version:2.0004
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBM-Deep/
 Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz

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



commit perl-DBM-Deep for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory 
checked in at 2011-11-21 12:38:57

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


Package is perl-DBM-Deep, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBM-Deep/perl-DBM-Deep.changes  
2011-09-23 12:36:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 
2011-11-21 12:39:02.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 12:59:35 UTC 2011 - co...@suse.com
+
+- update to 2.0004, tons of changes - see Changes
+
+---

Old:

  DBM-Deep-1.0025.tar.bz2

New:

  DBM-Deep-2.0004.tar.gz



Other differences:
--
++ perl-DBM-Deep.spec ++
--- /var/tmp/diff_new_pack.0B3xBw/_old  2011-11-21 12:39:04.0 +0100
+++ /var/tmp/diff_new_pack.0B3xBw/_new  2011-11-21 12:39:04.0 +0100
@@ -22,13 +22,12 @@
 Name:   perl-DBM-Deep
 %define cpan_name DBM-Deep
 Summary:Pure perl multi-level hash/array DBM that supports transactions
-Version:1.0025
+Version:2.0004
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBM-Deep/
-#Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
 # would require Test::More = 0.88 (done_testing)
 %if 0%{?suse_version}  1120
 Patch0: %{name}_Build_n_Test.patch

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



commit perl-DBM-Deep for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package perl-DBM-Deep for openSUSE:Factory
checked in at Wed May 4 13:12:52 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-DBM-Deep/perl-DBM-Deep.changes
2010-12-01 14:43:23.0 +0100
@@ -0,0 +1,66 @@
+---
+Wed Dec  1 13:31:57 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Jul 12 12:50:14 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- noarch pkg
+- fixed deps
+- added Build_n_Test patch
+  o otherwise Test::More 0.88 would be needed
+
+---
+Mon Jun  7 08:36:13 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0025:
+  + Fixed t/39_singletons.t to work on Windows
+  + Stale references (objects blessed into DBM::Deep::Null), which
+have always supposed to act like undef, now compare equal to
+undef,  and 0. $stale_ref eq  used to return false, even
+though $stale_ref was the empty string.
+  + If you assign a stale reference to a database location,
+DBM::Deep now warns and assigns undef, instead of dying with
+obscure error messages
+  + Using a stale reference as a hash or array ref now causes an
+error with a more helpful message
+
+---
+Mon May 10 11:43:50 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0023:
+  + The DBI back end no longer dies with ‘Use of uninitialized value
+$_ in lc’ in perl 5.12.0.
+  + Singleton support has been re-enabled in the File back end
+  + Correct spelling mistakes in the documentation
+  + MANIFEST now lists the test libs so they get included in the
+distribution
+
+---
+Mon Apr 12 08:48:05 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.0020:
+  + Improved code coverage
+  + Fixed speed regression with keys in the File backend
+  + Had to turn off singleton support in the File backend because 
+the caching was causing havoc with transactions. Turning on fatal 
+warnings does give apparently important information.
+  + Added support for DBD::SQLite
+  ++ Build.PL has been extended to support sqlite vs. mysql
+  ++ Storage::DBI now detects between the two DBDs
+  + DBM::Deep has been refactored to allow for multiple engines. 
+There are two engines built so far:
+  ++ File (the original engine)
+  ++ DBI (an engine based on DBI)
+  + documentation updates/fixes
+  + Fix deep recursion errors (RT#53575)
+  + Avoid leaving temp files lying around (RT#32462)
+  + Fixed bug with localized $ (RT #48031)
+
+---
+Sat Dec 26 22:10:27 UTC 2009 - l...@linux-schulserver.de
+
+- initial version 1.0014 
+

calling whatdependson for head-i586


New:

  DBM-Deep-1.0025.tar.bz2
  perl-DBM-Deep.changes
  perl-DBM-Deep.spec
  perl-DBM-Deep_Build_n_Test.patch



Other differences:
--
++ perl-DBM-Deep.spec ++
#
# spec file for package perl-DBM-Deep
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

# norootforbuild

%bcond_with test

Name:   perl-DBM-Deep
%define cpan_name DBM-Deep
Summary:Pure perl multi-level hash/array DBM that supports transactions
Version:1.0025
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/DBM-Deep/
#Source: 
http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
# would require Test::More = 0.88 (done_testing)
%if 0%{?suse_version}  1120
Patch0: %{name}_Build_n_Test.patch
%endif
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
BuildRequires:  perl(Digest::MD5) = 1.00
BuildRequires:  perl(Fcntl) = 0.01
BuildRequires:  perl(File::Path) = 0.01
BuildRequires:  perl(File::Temp) = 0.01