diff --git a/UUID-0.31.tar.gz b/UUID-0.31.tar.gz deleted file mode 100644 index efe020f..0000000 --- a/UUID-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c0387dc535d0d64a98e5703d41eeb8cc71d34881bb6894c7a5cebd9d0673af -size 18259 diff --git a/UUID-0.32.tar.gz b/UUID-0.32.tar.gz new file mode 100644 index 0000000..2dd911b --- /dev/null +++ b/UUID-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc07aed4dca906cf9a938c0fcfe43237a70eae00d5a411846609923fbf4da9 +size 50643 diff --git a/perl-UUID.changes b/perl-UUID.changes index b9466bc..63769ba 100644 --- a/perl-UUID.changes +++ b/perl-UUID.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 14 03:12:26 UTC 2023 - Tina Müller + +- updated to 0.32 + see /usr/share/doc/packages/perl-UUID/Changes + ------------------------------------------------------------------- Wed Nov 8 03:09:24 UTC 2023 - Tina Müller diff --git a/perl-UUID.spec b/perl-UUID.spec index e168251..11f670d 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-UUID # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,21 @@ %define cpan_name UUID Name: perl-UUID -Version: 0.310.0 +Version: 0.320.0 Release: 0 -%define cpan_version 0.31 +%define cpan_version 0.32 License: Artistic-2.0 -Summary: DCE compatible Universally Unique Identifier library for Perl +Summary: Universally Unique Identifier library for Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) -BuildRequires: perl(Devel::CheckLib) >= 1.14 +BuildRequires: perl(Devel::CheckLib) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 -Provides: perl(UUID) = 0.310.0 +BuildRequires: perl(Text::Patch) +Provides: perl(UUID) = %{version} %define __perllib_provides /bin/true %{perl_requires} # MANUAL BEGIN @@ -49,6 +50,10 @@ system, and unique across all systems, and are compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen. +All generated UUIDs are either type 1 from *UUID::generate_time()*, or type +4 from *UUID::generate_random()*. And all are variant 1, meaning compliant +with the OSF DCE standard as described in RFC4122. + %prep %autosetup -n %{cpan_name}-%{cpan_version} @@ -65,7 +70,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes README +%doc Changes README util %license LICENSE %changelog