diff --git a/Data-UUID-1.226.tar.gz b/Data-UUID-1.226.tar.gz deleted file mode 100644 index 1f4009b..0000000 --- a/Data-UUID-1.226.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453 -size 17647 diff --git a/Data-UUID-1.227.tar.gz b/Data-UUID-1.227.tar.gz new file mode 100644 index 0000000..2a12801 --- /dev/null +++ b/Data-UUID-1.227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bda7276265f57bc48ffdeddec5ef28cd6f765e3a183757fa5f09f0ce6b98ac +size 16705 diff --git a/perl-Data-UUID.changes b/perl-Data-UUID.changes index 66a3e97..3c68c2a 100644 --- a/perl-Data-UUID.changes +++ b/perl-Data-UUID.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 22 16:08:33 UTC 2024 - Tina Müller + +- 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 - diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec index 9e34b0f..ca81f73 100644 --- a/perl-Data-UUID.spec +++ b/perl-Data-UUID.spec @@ -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