diff --git a/CDB_File-1.01.tar.gz b/CDB_File-1.01.tar.gz deleted file mode 100644 index 1f8c34b..0000000 --- a/CDB_File-1.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a1af86fa3a3011396e33c0a046e637c442effcb05b4991378d349287ff7f4f7 -size 63474 diff --git a/CDB_File-1.02.tar.gz b/CDB_File-1.02.tar.gz new file mode 100644 index 0000000..5fdabd7 --- /dev/null +++ b/CDB_File-1.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ae46916a190dd746be9fb11cda51cfb27dfec0f21e15e1ec2773dadc50c05f +size 61980 diff --git a/perl-CDB_File.changes b/perl-CDB_File.changes index 31cca2f..bd90e67 100644 --- a/perl-CDB_File.changes +++ b/perl-CDB_File.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 30 03:09:16 UTC 2020 - + +- updated to 1.02 + see /usr/share/doc/packages/perl-CDB_File/Changelog + + 1.02 - Todd Rinaldo 2020-01-29 + - Invoke new as a class method in docs and practice. + - Add support for COW PVs when returning key values. This will hopefully + deduplicate returned strings where possible. + - Adjust tests to skip exists tests on 5.8.1, not 5.6.2 + - Optimize cdb_hashadd as a inline macro + - Croak if atomic re-write from the temp to the final file fails. + ------------------------------------------------------------------- Tue Jan 28 03:08:36 UTC 2020 - diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec index 5188758..6d78815 100644 --- a/perl-CDB_File.spec +++ b/perl-CDB_File.spec @@ -17,7 +17,7 @@ Name: perl-CDB_File -Version: 1.01 +Version: 1.02 Release: 0 %define cpan_name CDB_File Summary: Perl extension for access to cdb databases @@ -29,6 +29,8 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(B::COW) +Requires: perl(B::COW) %{perl_requires} %description