Hello community,
here is the log from the commit of package perl-Tie-Hash-DBD for
openSUSE:Factory checked in at 2020-04-21 13:05:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tie-Hash-DBD (Old)
and /work/SRC/openSUSE:Factory/.perl-Tie-Hash-DBD.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Tie-Hash-DBD"
Tue Apr 21 13:05:33 2020 rev:14 rq:795271 version:0.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tie-Hash-DBD/perl-Tie-Hash-DBD.changes
2019-09-04 09:33:58.694711299 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Tie-Hash-DBD.new.2738/perl-Tie-Hash-DBD.changes
2020-04-21 13:05:34.652203213 +0200
@@ -1,0 +2,9 @@
+Fri Apr 10 03:16:39 UTC 2020 - <[email protected]>
+
+- updated to 0.21
+ see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes
+
+ 0.21 - 09 Apr 2020, H.Merijn Brand
+ * It's 2020
+
+-------------------------------------------------------------------
Old:
----
Tie-Hash-DBD-0.20.tgz
New:
----
Tie-Hash-DBD-0.21.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Tie-Hash-DBD.spec ++++++
--- /var/tmp/diff_new_pack.OlHxDy/_old 2020-04-21 13:05:35.464204832 +0200
+++ /var/tmp/diff_new_pack.OlHxDy/_new 2020-04-21 13:05:35.464204832 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Tie-Hash-DBD
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-Tie-Hash-DBD
-Version: 0.20
+Version: 0.21
Release: 0
%define cpan_name Tie-Hash-DBD
Summary: Tie a plain hash to a database table
@@ -35,10 +35,10 @@
Requires: perl(DBI) >= 1.613
Requires: perl(Test::More) >= 0.9
Recommends: perl(DBD::CSV) >= 0.54
-Recommends: perl(DBD::Pg) >= v3.9.1
+Recommends: perl(DBD::Pg) >= v3.10.5
Recommends: perl(DBD::SQLite) >= 1.64
-Recommends: perl(DBI) >= 1.642
-Recommends: perl(Test::More) >= 1.302167
+Recommends: perl(DBI) >= 1.643
+Recommends: perl(Test::More) >= 1.302174
%{perl_requires}
%description
++++++ Tie-Hash-DBD-0.20.tgz -> Tie-Hash-DBD-0.21.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/Changes
new/Tie-Hash-DBD-0.21/Changes
--- old/Tie-Hash-DBD-0.20/Changes 2019-09-02 14:44:24.000000000 +0200
+++ new/Tie-Hash-DBD-0.21/Changes 2020-04-09 10:44:11.000000000 +0200
@@ -1,3 +1,6 @@
+0.21 - 09 Apr 2020, H.Merijn Brand
+ * It's 2020
+
0.20 - 02 Sep 2019, H.Merijn Brand
* Require the correct module for YAML::Syck::Dump
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/META.json
new/Tie-Hash-DBD-0.21/META.json
--- old/Tie-Hash-DBD-0.20/META.json 2019-09-02 14:55:35.000000000 +0200
+++ new/Tie-Hash-DBD-0.21/META.json 2020-04-09 13:09:44.000000000 +0200
@@ -1,69 +1,69 @@
{
- "dynamic_config" : 1,
- "name" : "Tie-Hash-DBD",
- "resources" : {
- "repository" : {
- "web" : "https://github.com/Tux/Tie-Hash-DBD",
- "type" : "git",
- "url" : "https://github.com/Tux/Tie-Hash-DBD"
+ "provides" : {
+ "Tie::Hash::DBD" : {
+ "version" : "0.21",
+ "file" : "lib/Tie/Hash/DBD.pm"
},
- "license" : [
- "http://dev.perl.org/licenses/"
- ]
- },
- "meta-spec" : {
- "version" : 2,
- "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
+ "Tie::Array::DBD" : {
+ "file" : "lib/Tie/Array/DBD.pm",
+ "version" : "0.21"
+ }
},
- "generated_by" : "Author",
- "version" : "0.20",
- "license" : [
- "perl_5"
- ],
"author" : [
"H.Merijn Brand <[email protected]>"
],
- "abstract" : "Tie plain hashes to DBI interface",
+ "dynamic_config" : 1,
+ "name" : "Tie-Hash-DBD",
"release_status" : "stable",
+ "version" : "0.21",
"prereqs" : {
- "runtime" : {
- "requires" : {
- "Storable" : "0",
- "perl" : "5.008003",
- "Carp" : "0",
- "DBI" : "1.613"
- },
- "recommends" : {
- "DBI" : "1.642",
- "DBD::Pg" : "v3.9.1",
- "DBD::CSV" : "0.54",
- "DBD::SQLite" : "1.64"
- }
- },
"test" : {
"recommends" : {
- "Test::More" : "1.302167"
+ "Test::More" : "1.302174"
},
"requires" : {
- "Time::HiRes" : "0",
+ "Test::Harness" : "0",
"Test::More" : "0.90",
- "Test::Harness" : "0"
+ "Time::HiRes" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
+ },
+ "runtime" : {
+ "recommends" : {
+ "DBD::CSV" : "0.54",
+ "DBD::Pg" : "v3.10.5",
+ "DBI" : "1.643",
+ "DBD::SQLite" : "1.64"
+ },
+ "requires" : {
+ "perl" : "5.008003",
+ "Storable" : "0",
+ "Carp" : "0",
+ "DBI" : "1.613"
+ }
}
},
- "provides" : {
- "Tie::Hash::DBD" : {
- "version" : "0.20",
- "file" : "lib/Tie/Hash/DBD.pm"
+ "license" : [
+ "perl_5"
+ ],
+ "generated_by" : "Author",
+ "abstract" : "Tie plain hashes to DBI interface",
+ "resources" : {
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/Tux/Tie-Hash-DBD",
+ "web" : "https://github.com/Tux/Tie-Hash-DBD"
},
- "Tie::Array::DBD" : {
- "version" : "0.20",
- "file" : "lib/Tie/Array/DBD.pm"
- }
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/META.yml
new/Tie-Hash-DBD-0.21/META.yml
--- old/Tie-Hash-DBD-0.20/META.yml 2019-09-02 14:55:35.000000000 +0200
+++ new/Tie-Hash-DBD-0.21/META.yml 2020-04-09 13:09:44.000000000 +0200
@@ -14,16 +14,16 @@
provides:
Tie::Array::DBD:
file: lib/Tie/Array/DBD.pm
- version: '0.20'
+ version: '0.21'
Tie::Hash::DBD:
file: lib/Tie/Hash/DBD.pm
- version: '0.20'
+ version: '0.21'
recommends:
DBD::CSV: '0.54'
- DBD::Pg: v3.9.1
+ DBD::Pg: v3.10.5
DBD::SQLite: '1.64'
- DBI: '1.642'
- Test::More: '1.302167'
+ DBI: '1.643'
+ Test::More: '1.302174'
requires:
Carp: 0
DBI: '1.613'
@@ -35,4 +35,4 @@
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/Tux/Tie-Hash-DBD
-version: '0.20'
+version: '0.21'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/Makefile.PL
new/Tie-Hash-DBD-0.21/Makefile.PL
--- old/Tie-Hash-DBD-0.20/Makefile.PL 2019-01-01 17:47:34.000000000 +0100
+++ new/Tie-Hash-DBD-0.21/Makefile.PL 2020-04-09 10:52:58.000000000 +0200
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright 2010-2019 H.Merijn Brand
+# Copyright 2010-2020 H.Merijn Brand
require 5.008003;
use strict;
@@ -55,7 +55,7 @@
'leaktest:',
q{ sandbox/leaktest $(FULLPERLRUN) "test_harness($(TEST_VERBOSE),
'$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)},
'',
- 'spellcheck:',
+ 'spellcheck: doc',
' pod-spell-check --aspell --ispell',
'',
'checkmeta: spellcheck',
@@ -70,5 +70,24 @@
' -@cpants_lint.pl $(DISTVNAME).tgz',
' -@rm -f Debian_CPANTS.txt',
'',
+ 'doc docs:: doc/Tie-Hash-DBD.md doc/Tie-Hash-DBD.html
doc/Tie-Hash-DBD.man doc/Tie-Array-DBD.md doc/Tie-Array-DBD.html
doc/Tie-Array-DBD.man',
+ ' -@rm -f pod2html.tmp',
+ 'doc/Tie-Hash-DBD.md: lib/Tie/Hash/DBD.pm',
+ ' pod2markdown < $? > $@',
+ 'doc/Tie-Array-DBD.md: lib/Tie/Array/DBD.pm',
+ ' pod2markdown < $? > $@',
+ 'doc/Tie-Hash-DBD.html: lib/Tie/Hash/DBD.pm',
+ ' pod2html < $? 2>&1 | grep -v "^Cannot find" > $@',
+ 'doc/Tie-Array-DBD.html: lib/Tie/Array/DBD.pm',
+ ' pod2html < $? 2>&1 | grep -v "^Cannot find" > $@',
+ 'doc/Tie-Hash-DBD.3: lib/Tie/Hash/DBD.pm',
+ ' pod2man < $? > $@',
+ 'doc/Tie-Array-DBD.3: lib/Tie/Array/DBD.pm',
+ ' pod2man < $? > $@',
+ 'doc/Tie-Hash-DBD.man: doc/Tie-Hash-DBD.3',
+ ' nroff -mandoc < $? > $@',
+ 'doc/Tie-Array-DBD.man: doc/Tie-Array-DBD.3',
+ ' nroff -mandoc < $? > $@',
+ '',
$min_vsn;
} # postamble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/README new/Tie-Hash-DBD-0.21/README
--- old/Tie-Hash-DBD-0.20/README 2019-01-01 17:47:36.000000000 +0100
+++ new/Tie-Hash-DBD-0.21/README 2020-04-09 10:43:29.000000000 +0200
@@ -50,7 +50,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2019 H.Merijn Brand. All rights reserved.
+Copyright (C) 2010-2020 H.Merijn Brand. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/cpanfile
new/Tie-Hash-DBD-0.21/cpanfile
--- old/Tie-Hash-DBD-0.20/cpanfile 2019-09-02 14:55:35.000000000 +0200
+++ new/Tie-Hash-DBD-0.21/cpanfile 2020-04-09 13:09:44.000000000 +0200
@@ -3,9 +3,9 @@
requires "Storable";
recommends "DBD::CSV" => "0.54";
-recommends "DBD::Pg" => "3.9.1";
+recommends "DBD::Pg" => "3.10.5";
recommends "DBD::SQLite" => "1.64";
-recommends "DBI" => "1.642";
+recommends "DBI" => "1.643";
on "configure" => sub {
requires "ExtUtils::MakeMaker";
@@ -16,5 +16,5 @@
requires "Test::More" => "0.90";
requires "Time::HiRes";
- recommends "Test::More" => "1.302167";
+ recommends "Test::More" => "1.302174";
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/lib/Tie/Array/DBD.pm
new/Tie-Hash-DBD-0.21/lib/Tie/Array/DBD.pm
--- old/Tie-Hash-DBD-0.20/lib/Tie/Array/DBD.pm 2019-09-02 14:50:44.000000000
+0200
+++ new/Tie-Hash-DBD-0.21/lib/Tie/Array/DBD.pm 2020-04-09 10:43:22.000000000
+0200
@@ -1,6 +1,6 @@
package Tie::Array::DBD;
-our $VERSION = "0.20";
+our $VERSION = "0.21";
use strict;
use warnings;
@@ -780,7 +780,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2019 H.Merijn Brand
+Copyright (C) 2010-2020 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.20/lib/Tie/Hash/DBD.pm
new/Tie-Hash-DBD-0.21/lib/Tie/Hash/DBD.pm
--- old/Tie-Hash-DBD-0.20/lib/Tie/Hash/DBD.pm 2019-09-02 14:50:53.000000000
+0200
+++ new/Tie-Hash-DBD-0.21/lib/Tie/Hash/DBD.pm 2020-04-09 10:43:25.000000000
+0200
@@ -1,6 +1,6 @@
package Tie::Hash::DBD;
-our $VERSION = "0.20";
+our $VERSION = "0.21";
use strict;
use warnings;
@@ -695,7 +695,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2019 H.Merijn Brand
+Copyright (C) 2010-2020 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.