Accepting request 1160744 from devel:languages:perl:autoupdate

- updated to 1.227
   see /usr/share/doc/packages/perl-Data-UUID/Changes
  1.227   2024-03-18
    - new maintainer, GTERMARS
    - add basic GitHub Actions setup for testing
    - typo corrections in POD (thanks, Paul Johnson)
    - eliminated use of state/node files in temp directory, addressing
      CVE-2013-4184.

OBS-URL: https://build.opensuse.org/request/show/1160744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-UUID?expand=0&rev=25
This commit is contained in:
2024-03-28 04:16:07 +00:00
committed by Git OBS Bridge
parent 2f8340becc
commit aa599e4780
4 changed files with 29 additions and 15 deletions

View File

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

3
Data-UUID-1.227.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 22 16:08:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.227
see /usr/share/doc/packages/perl-Data-UUID/Changes
1.227 2024-03-18
- new maintainer, GTERMARS
- add basic GitHub Actions setup for testing
- typo corrections in POD (thanks, Paul Johnson)
- eliminated use of state/node files in temp directory, addressing
CVE-2013-4184.
-------------------------------------------------------------------
Mon Apr 13 03:09:42 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-UUID
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -16,19 +16,21 @@
#
Name: perl-Data-UUID
Version: 1.226
Release: 0
%define cpan_name Data-UUID
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
Name: perl-Data-UUID
Version: 1.227.0
Release: 0
# 1.227 -> normalize -> 1.227.0
%define cpan_version 1.227
License: BSD-3-Clause
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GT/GTERMARS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Data::UUID) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -117,11 +119,11 @@ Examples:
print $ug->create_from_name_str(NameSpace_URL, "www.mycompany.com");
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -132,7 +134,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE