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:
@@ -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
3
Data-UUID-1.227.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95bda7276265f57bc48ffdeddec5ef28cd6f765e3a183757fa5f09f0ce6b98ac
|
||||||
|
size 16705
|
@@ -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>
|
Mon Apr 13 03:09:42 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-UUID
|
# 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
|
# 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
|
||||||
@@ -16,19 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-UUID
|
|
||||||
Version: 1.226
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Data-UUID
|
%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
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Perl
|
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/G/GT/GTERMARS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Data::UUID) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -117,11 +119,11 @@ Examples:
|
|||||||
print $ug->create_from_name_str(NameSpace_URL, "www.mycompany.com");
|
print $ug->create_from_name_str(NameSpace_URL, "www.mycompany.com");
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -132,7 +134,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user