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:
@@ -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
3
UUID-0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65fc07aed4dca906cf9a938c0fcfe43237a70eae00d5a411846609923fbf4da9
|
||||||
|
size 50643
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user