diff --git a/UUID-0.36.tar.gz b/UUID-0.36.tar.gz deleted file mode 100644 index c0365dd..0000000 --- a/UUID-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c182e9ad854981a90803ae25380d2197ca6f923519e1d524bc85205eaf49bf06 -size 72570 diff --git a/UUID-0.37.tar.gz b/UUID-0.37.tar.gz new file mode 100644 index 0000000..d0747f4 --- /dev/null +++ b/UUID-0.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f5afe2b4386e09b6cb3a39b5a102b74e789a3e29722994a20a8e3285c561c7 +size 72506 diff --git a/perl-UUID.changes b/perl-UUID.changes index 74e9f0e..9c6a4d6 100644 --- a/perl-UUID.changes +++ b/perl-UUID.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 25 05:34:23 UTC 2025 - Tina Müller + +- updated to 0.370.0 (0.37) + see /usr/share/doc/packages/perl-UUID/Changes + + 0.37 Mon Feb 24 04:25:27 EST 2025 + - Fix build under gcc-15 default ISO C23. + - Thanks Petr Pisar. [rt.cpan.org #159112] + ------------------------------------------------------------------- Sun Jun 23 16:50:11 UTC 2024 - Tina Müller diff --git a/perl-UUID.spec b/perl-UUID.spec index 3c0ba2b..f92dd9c 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-UUID # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name UUID Name: perl-UUID -Version: 0.360.0 +Version: 0.370.0 Release: 0 -# 0.36 -> normalize -> 0.360.0 -%define cpan_version 0.36 +# 0.37 -> normalize -> 0.370.0 +%define cpan_version 0.37 License: Artistic-2.0 Summary: Universally Unique Identifier library for Perl URL: https://metacpan.org/release/%{cpan_name} @@ -63,7 +63,7 @@ in RFC4122bis, version 14, and may change in the future. RFC4122bis is noted to replace RFC4122, if approved. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"