SHA256
8
0
forked from pool/perl-UUID

Accepting request 1136582 from devel:languages:perl:autoupdate

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

OBS-URL: https://build.opensuse.org/request/show/1136582
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UUID?expand=0&rev=12
This commit is contained in:
2024-01-04 15:12:03 +00:00
committed by Git OBS Bridge
parent 7b4cfd8fef
commit 40fc12494f
4 changed files with 21 additions and 10 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65fc07aed4dca906cf9a938c0fcfe43237a70eae00d5a411846609923fbf4da9
size 50643

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 14 03:12:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.32
see /usr/share/doc/packages/perl-UUID/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 8 03:09:24 UTC 2023 - Tina Müller <timueller+perl@suse.de> Wed Nov 8 03:09:24 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-UUID # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
%define cpan_name UUID %define cpan_name UUID
Name: perl-UUID Name: perl-UUID
Version: 0.310.0 Version: 0.320.0
Release: 0 Release: 0
%define cpan_version 0.31 %define cpan_version 0.32
License: Artistic-2.0 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} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta) BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Devel::CheckLib) >= 1.14 BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 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 %define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # 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 created by the Open Software Foundation (OSF) Distributed Computing
Environment (DCE) utility uuidgen. 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 %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version}
@@ -65,7 +70,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes README %doc Changes README util
%license LICENSE %license LICENSE
%changelog %changelog