From 3626c62676de6c8f0180fd5893b69354b468253c24bba3e48dcc5b2788e80e2b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 16 May 2024 11:59:47 +0000 Subject: [PATCH] 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 --- UUID-0.33.tar.gz | 3 --- UUID-0.34.tar.gz | 3 +++ perl-UUID.changes | 6 ++++++ perl-UUID.spec | 16 ++++++++-------- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 UUID-0.33.tar.gz create mode 100644 UUID-0.34.tar.gz diff --git a/UUID-0.33.tar.gz b/UUID-0.33.tar.gz deleted file mode 100644 index 3c062b2..0000000 --- a/UUID-0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01cdb0d5a1ec31524f0cdde5167c8d35782cd93a24ba2421b12aee3ac476bf7c -size 54458 diff --git a/UUID-0.34.tar.gz b/UUID-0.34.tar.gz new file mode 100644 index 0000000..27cc130 --- /dev/null +++ b/UUID-0.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8479a34ba604103b1f3a998d4ad1c616f84e58be267ac14549f663a96badfaf0 +size 71428 diff --git a/perl-UUID.changes b/perl-UUID.changes index 126ed00..727140c 100644 --- a/perl-UUID.changes +++ b/perl-UUID.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 30 03:09:40 UTC 2024 - Tina Müller + +- updated to 0.34 + see /usr/share/doc/packages/perl-UUID/Changes + ------------------------------------------------------------------- Fri Mar 22 16:39:52 UTC 2024 - Tina Müller diff --git a/perl-UUID.spec b/perl-UUID.spec index 7d67ac8..85a485e 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -18,10 +18,10 @@ %define cpan_name UUID Name: perl-UUID -Version: 0.330.0 +Version: 0.340.0 Release: 0 -# 0.33 -> normalize -> 0.330.0 -%define cpan_version 0.33 +# 0.34 -> normalize -> 0.340.0 +%define cpan_version 0.34 License: Artistic-2.0 Summary: Universally Unique Identifier library for Perl 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 Environment (DCE). -All generated UUIDs are either version 1, 4, 6, or version 7. And all are -variant 1, meaning compliant with the OSF DCE standard as described in +All generated UUIDs are either version 1, 3, 4, 5, 6, or version 7. And all +are variant 1, meaning compliant with the OSF DCE standard as described in RFC4122. -Versions 6, 7, and 8 are not standardized. They are presented here as -proposed in RFC4122bis, version 14, and may change in the future. -RFC4122bis is noted to replace RFC4122, if approved. +Versions 6 and 7 are not standardized. They are presented here as proposed +in RFC4122bis, version 14, and may change in the future. RFC4122bis is +noted to replace RFC4122, if approved. %prep %autosetup -n %{cpan_name}-%{cpan_version}