Accepting request 793595 from devel:languages:perl:autoupdate
- updated to 1.226 see /usr/share/doc/packages/perl-Data-UUID/Changes 1.226 2020-04-12 - set umask before fopen in destructor (thanks, Rafaël Garcia-Suarez) 1.225 2020-04-12 - pointless accidental release OBS-URL: https://build.opensuse.org/request/show/793595 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
8a8003e6f9
commit
2f8340becc
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c958c17502bbef5eccf40c040874895747f7f9b9f9e5192c18688370981bf47c
|
||||
size 17635
|
3
Data-UUID-1.226.tar.gz
Normal file
3
Data-UUID-1.226.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453
|
||||
size 17647
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 03:09:42 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.226
|
||||
see /usr/share/doc/packages/perl-Data-UUID/Changes
|
||||
|
||||
1.226 2020-04-12
|
||||
- set umask before fopen in destructor (thanks, Rafaël Garcia-Suarez)
|
||||
|
||||
1.225 2020-04-12
|
||||
- pointless accidental release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:55:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-UUID
|
||||
#
|
||||
# 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-Data-UUID
|
||||
Version: 1.224
|
||||
Version: 1.226
|
||||
Release: 0
|
||||
%define cpan_name Data-UUID
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
@@ -91,7 +91,7 @@ This modules provides several methods to create a UUID. In all methods,
|
||||
# convert to Base64-encoded string
|
||||
$ug->to_b64string(<uuid>);
|
||||
|
||||
Conversly, string UUIDs can be converted back to binary form:
|
||||
Conversely, string UUIDs can be converted back to binary form:
|
||||
|
||||
# recreate binary UUID from string
|
||||
$ug->from_string(<uuid>);
|
||||
|
Reference in New Issue
Block a user