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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBM-Deep.new/perl-DBM-Deep.changes 2016-01-05 21:55:13.000000000 +0100 @@ -1,0 +2,9 @@ +Sat Jan 2 09:38:27 UTC 2016 - coolo@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.000000000 +0100 +++ /var/tmp/diff_new_pack.HGkv5M/_new 2016-01-05 21:55:14.000000000 +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.000000000 +0200 +++ new/DBM-Deep-2.0013/Changes 2016-01-02 02:33:01.000000000 +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.000000000 +0200 +++ new/DBM-Deep-2.0013/META.json 2016-01-02 02:33:01.000000000 +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.yml 2015-06-17 06:15:50.000000000 +0200 +++ new/DBM-Deep-2.0013/META.yml 2016-01-02 02:33:01.000000000 +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.000000000 +0200 +++ new/DBM-Deep-2.0013/Makefile.PL 2016-01-02 02:33:01.000000000 +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', - 'Test::More' => '0.88', + 'Test::Deep' => '0.095', + 'Pod::Usage' => '1.3', 'Test::Exception' => '0.21', - 'Fcntl' => '0.01', + 'Scalar::Util' => '1.14', 'File::Path' => '0.01', + 'Digest::MD5' => '1.00', + 'Fcntl' => '0.01', 'File::Temp' => '0.01', - 'Test::Deep' => '0.095' + 'Test::More' => '0.88' }, 'PL_FILES' => {}, - 'VERSION_FROM' => 'lib/DBM/Deep.pm', - 'EXE_FILES' => [], - 'INSTALLDIRS' => 'site' + 'VERSION_FROM' => 'lib/DBM/Deep.pm' ) ; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBM-Deep-2.0012/README new/DBM-Deep-2.0013/README --- old/DBM-Deep-2.0012/README 2015-06-17 06:15:50.000000000 +0200 +++ new/DBM-Deep-2.0013/README 2016-01-02 02:33:01.000000000 +0100 @@ -3,7 +3,7 @@ transactions VERSION - 2.0011 + 2.0013 SYNOPSIS use DBM::Deep; @@ -1217,6 +1217,8 @@ * H. Merijn Brandt for fixing the POD escapes. + * Breno G. de Oliveira for minor packaging tweaks + SEE ALSO DBM::Deep::Cookbook(3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBM-Deep-2.0012/lib/DBM/Deep/Sector/File/Index.pm new/DBM-Deep-2.0013/lib/DBM/Deep/Sector/File/Index.pm --- old/DBM-Deep-2.0012/lib/DBM/Deep/Sector/File/Index.pm 2015-06-17 06:15:50.000000000 +0200 +++ new/DBM-Deep-2.0013/lib/DBM/Deep/Sector/File/Index.pm 2016-01-02 02:33:01.000000000 +0100 @@ -1,5 +1,8 @@ package DBM::Deep::Sector::File::Index; +use strict; +use warnings FATAL => 'all'; + use base qw( DBM::Deep::Sector::File ); my $STALE_SIZE = 2; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBM-Deep-2.0012/lib/DBM/Deep.pm new/DBM-Deep-2.0013/lib/DBM/Deep.pm --- old/DBM-Deep-2.0012/lib/DBM/Deep.pm 2015-06-17 06:15:50.000000000 +0200 +++ new/DBM-Deep-2.0013/lib/DBM/Deep.pm 2016-01-02 02:33:01.000000000 +0100 @@ -6,7 +6,7 @@ use warnings FATAL => 'all'; no warnings 'recursion'; -our $VERSION = q(2.0012); +our $VERSION = q(2.0013); use Scalar::Util (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBM-Deep-2.0012/lib/DBM/Deep.pod new/DBM-Deep-2.0013/lib/DBM/Deep.pod --- old/DBM-Deep-2.0012/lib/DBM/Deep.pod 2015-06-17 06:15:50.000000000 +0200 +++ new/DBM-Deep-2.0013/lib/DBM/Deep.pod 2016-01-02 02:33:01.000000000 +0100 @@ -4,7 +4,7 @@ =head1 VERSION -2.0011 +2.0013 =head1 SYNOPSIS @@ -1310,6 +1310,8 @@ =item * H. Merijn Brandt for fixing the POD escapes. +=item * Breno G. de Oliveira for minor packaging tweaks + =back =head1 SEE ALSO