Accepting request 768645 from devel:languages:perl:autoupdate

- updated to 1.02
   see /usr/share/doc/packages/perl-CDB_File/Changelog
  1.02 - Todd Rinaldo <toddr@cpan.org> 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.

OBS-URL: https://build.opensuse.org/request/show/768645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CDB_File?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2020-01-30 11:26:51 +00:00
committed by Git OBS Bridge
parent f8a5cdcd0c
commit 0bab62dc2f
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 30 03:09:16 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.02
see /usr/share/doc/packages/perl-CDB_File/Changelog
1.02 - Todd Rinaldo <toddr@cpan.org> 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 - <timueller+perl@suse.de>