8
0
forked from pool/perl-DB_File

Accepting request 622966 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/622966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2018-07-16 06:43:24 +00:00
committed by Git OBS Bridge
parent feff0ac724
commit d96b1447f2
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 16 05:16:32 UTC 2018 - coolo@suse.com
- updated to 1.842
see /usr/share/doc/packages/perl-DB_File/Changes
1.842 14 July 2018
* Document the MaocOS build failures & how MacPort can work around th eissue.
# 125238
# 125585
# RT 133280
* Write all test db files into a directory created by File::Temp
Protects against any possible races if running a parallel build.
* #96357: DB_File destructor is not thread-safe
Added CLONE_SKIP to DB_File.pm and included the test db-threads.t from the patch.
Note - This only works with perl >= 5.8.7
-------------------------------------------------------------------
Tue Apr 3 05:13:45 UTC 2018 - coolo@suse.com