Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
a6040d8def | |||
9b3eba9924 | |||
318a90dc06 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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
3
UUID-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02f5afe2b4386e09b6cb3a39b5a102b74e789a3e29722994a20a8e3285c561c7
|
||||
size 72506
|
@@ -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>
|
||||
|
||||
|
@@ -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,15 +18,16 @@
|
||||
|
||||
%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}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JR/JRM/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user