3 Commits

Author SHA256 Message Date
a6040d8def Add Gitea build results 2025-08-12 18:18:24 +02:00
9b3eba9924 Accepting request 1269365 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-UUID?expand=0&rev=8
2025-04-15 14:46:23 +00:00
318a90dc06 Accepting request 1268697 from devel:languages:perl:autoupdate
- updated to 0.370.0 (0.37)
   see /usr/share/doc/packages/perl-UUID/Changes
  0.37 
    - Fix build under gcc-15 default ISO C23.
      - Thanks Petr Pisar. [rt.cpan.org #159112]

OBS-URL: https://build.opensuse.org/request/show/1268697
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UUID?expand=0&rev=22
2025-04-14 20:39:24 +00:00
5 changed files with 31 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-UUID/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-UUID)

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC # Copyright (c) 2025 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,15 +18,16 @@
%define cpan_name UUID %define cpan_name UUID
Name: perl-UUID Name: perl-UUID
Version: 0.360.0 Version: 0.370.0
Release: 0 Release: 0
# 0.36 -> normalize -> 0.360.0 # 0.37 -> normalize -> 0.370.0
%define cpan_version 0.36 %define cpan_version 0.37
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}
Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta) BuildRequires: perl(CPAN::Meta)
@@ -63,7 +64,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} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"