Accepting request 1173771 from devel:languages:perl:autoupdate

- updated to 0.002003
   see /usr/share/doc/packages/perl-Test2-Plugin-UUID/Changes
  0.002003  2024-05-12 11:56:39-07:00 America/Los_Angeles
      - Fix issue where duplicate UUIDs could be generated after forking
  0.002002  2024-04-25 12:16:42+01:00 Europe/Lisbon
      - Fix a debian issue (#2)

OBS-URL: https://build.opensuse.org/request/show/1173771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Plugin-UUID?expand=0&rev=2
This commit is contained in:
2024-05-16 11:58:23 +00:00
committed by Git OBS Bridge
parent 989c2b7a51
commit 68ea4f161f
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 13 03:08:57 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.002003
see /usr/share/doc/packages/perl-Test2-Plugin-UUID/Changes
0.002003 2024-05-12 11:56:39-07:00 America/Los_Angeles
- Fix issue where duplicate UUIDs could be generated after forking
0.002002 2024-04-25 12:16:42+01:00 Europe/Lisbon
- Fix a debian issue (#2)
-------------------------------------------------------------------
Thu Oct 13 07:39:53 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test2-Plugin-UUID
#
# Copyright (c) 2022 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,7 +18,7 @@
%define cpan_name Test2-Plugin-UUID
Name: perl-Test2-Plugin-UUID
Version: 0.002001
Version: 0.002003
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Use REAL UUIDs in Test2
@@ -27,10 +27,10 @@ Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::UUID) >= 1.148
BuildRequires: perl(Data::UUID)
BuildRequires: perl(Test2::API) >= 1.302165
BuildRequires: perl(Test2::V0) >= 0.000124
Requires: perl(Data::UUID) >= 1.148
Requires: perl(Data::UUID)
Requires: perl(Test2::API) >= 1.302165
%{perl_requires}