Accepting request 640457 from devel:languages:perl:autoupdate

- FIx build
- updated to 0.049
   see /usr/share/doc/packages/perl-Data-GUID/Changes
  0.049     2017-01-23 19:04:58-05:00 America/New_York
          - Data::UUID can sometimes produce duplicate UUIDs when a single UUID
            generator is used on both sides of a fork.  Data::GUID now silently
            replaces its UUID generator when the pid changes.  (bug reported by
            Matthew Horsfall)

OBS-URL: https://build.opensuse.org/request/show/640457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=6
This commit is contained in:
2018-10-07 19:25:16 +00:00
committed by Git OBS Bridge
parent 2bad513746
commit ffc73144bb
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- FIx build
-------------------------------------------------------------------
Wed Feb 7 16:20:55 UTC 2018 - coolo@suse.com
- updated to 0.049
see /usr/share/doc/packages/perl-Data-GUID/Changes
0.049 2017-01-23 19:04:58-05:00 America/New_York
- Data::UUID can sometimes produce duplicate UUIDs when a single UUID
generator is used on both sides of a fork. Data::GUID now silently
replaces its UUID generator when the pid changes. (bug reported by
Matthew Horsfall)
-------------------------------------------------------------------
Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com