SHA256
9
0
forked from pool/perl-UUID

Accepting request 1173758 from devel:languages:perl:autoupdate

- updated to 0.34
   see /usr/share/doc/packages/perl-UUID/Changes

OBS-URL: https://build.opensuse.org/request/show/1173758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UUID?expand=0&rev=18
This commit is contained in:
2024-05-16 11:59:47 +00:00
committed by Git OBS Bridge
parent 79bcf0473e
commit 3626c62676
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01cdb0d5a1ec31524f0cdde5167c8d35782cd93a24ba2421b12aee3ac476bf7c
size 54458

3
UUID-0.34.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8479a34ba604103b1f3a998d4ad1c616f84e58be267ac14549f663a96badfaf0
size 71428

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 30 03:09:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.34
see /usr/share/doc/packages/perl-UUID/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 22 16:39:52 UTC 2024 - Tina Müller <timueller+perl@suse.de> Fri Mar 22 16:39:52 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name UUID %define cpan_name UUID
Name: perl-UUID Name: perl-UUID
Version: 0.330.0 Version: 0.340.0
Release: 0 Release: 0
# 0.33 -> normalize -> 0.330.0 # 0.34 -> normalize -> 0.340.0
%define cpan_version 0.33 %define cpan_version 0.34
License: Artistic-2.0 License: Artistic-2.0
Summary: Universally Unique Identifier library for Perl Summary: Universally Unique Identifier library for Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -54,13 +54,13 @@ system, and unique across all systems, and are compatible with those
created by the Open Software Foundation (OSF) Distributed Computing created by the Open Software Foundation (OSF) Distributed Computing
Environment (DCE). Environment (DCE).
All generated UUIDs are either version 1, 4, 6, or version 7. And all are All generated UUIDs are either version 1, 3, 4, 5, 6, or version 7. And all
variant 1, meaning compliant with the OSF DCE standard as described in are variant 1, meaning compliant with the OSF DCE standard as described in
RFC4122. RFC4122.
Versions 6, 7, and 8 are not standardized. They are presented here as Versions 6 and 7 are not standardized. They are presented here as proposed
proposed in RFC4122bis, version 14, and may change in the future. in RFC4122bis, version 14, and may change in the future. RFC4122bis is
RFC4122bis is noted to replace RFC4122, if approved. noted to replace RFC4122, if approved.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version}