6 Commits

Author SHA256 Message Date
f364c7412b Accepting request 1183648 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=7
2024-06-28 13:47:06 +00:00
627b0d863e Accepting request 1174460 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1174460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=6
2024-05-16 15:16:50 +00:00
f5ff2c4eab Accepting request 1165842 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1165842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=5
2024-04-07 20:11:33 +00:00
2b659d939a Accepting request 1156523 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=4
2024-03-09 19:55:14 +00:00
ae099d3840 Accepting request 1136850 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1136850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=3
2024-01-04 17:11:12 +00:00
6d180c8981 Accepting request 1126984 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1126984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=2
2023-11-16 19:31:19 +00:00
4 changed files with 8 additions and 18 deletions

3
UUID-0.36.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Tue Feb 25 05:34:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com> Sun Jun 23 16:50:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-UUID # spec file for package perl-UUID
# #
# Copyright (c) 2025 SUSE LLC # 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
@@ -18,10 +18,10 @@
%define cpan_name UUID %define cpan_name UUID
Name: perl-UUID Name: perl-UUID
Version: 0.370.0 Version: 0.360.0
Release: 0 Release: 0
# 0.37 -> normalize -> 0.370.0 # 0.36 -> normalize -> 0.360.0
%define cpan_version 0.37 %define cpan_version 0.36
License: Artistic-2.0 License: Artistic-2.0
Summary: Universally Unique Identifier library for Perl Summary: Universally Unique Identifier library for Perl
URL: https://metacpan.org/release/%{cpan_name} 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. noted to replace RFC4122, if approved.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1 %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"